An error occurred fetching the project authors.
  1. 28 Jun, 2019 1 commit
  2. 24 Jun, 2019 1 commit
  3. 06 Jun, 2019 1 commit
  4. 01 May, 2019 1 commit
    • Paul Gascou-Vaillancourt's avatar
      Extract discussion notes into new component · 911701ae
      Paul Gascou-Vaillancourt authored
      - Moved discussion notes out of `NoteableDiscussion` component into a
      new `DiscussionNotes` component
      - Wrote Jest tests for the new `DiscussionNotes` component
      - Updated Jest config for emojis fixtures
      - Updated Karma tests `NoteableDiscussion` to match its new structure
      - Convert `DiffDiscussions` tests to use Vue test utils
      911701ae
  5. 22 Apr, 2019 1 commit
  6. 17 Apr, 2019 1 commit
  7. 26 Mar, 2019 1 commit
  8. 21 Mar, 2019 2 commits
  9. 12 Mar, 2019 1 commit
  10. 28 Feb, 2019 1 commit
  11. 25 Feb, 2019 1 commit
  12. 18 Feb, 2019 2 commits
  13. 14 Feb, 2019 1 commit
  14. 12 Feb, 2019 1 commit
  15. 06 Feb, 2019 1 commit
  16. 05 Feb, 2019 1 commit
  17. 28 Jan, 2019 2 commits
  18. 22 Jan, 2019 1 commit
    • Douwe Maan's avatar
      Trim first char of diff line text on diff discussions · 03df54b2
      Douwe Maan authored
      Before, diff file `higlighted_diff_lines`/`parallel_diff_lines` and
      diff discussion `truncated_diff_lines` were inconsistent: `text` and
      `rich_text` on the latter included the leading +/-/<space> character,
      like on the backend, while the former had no `text` and its `rich_text`
      had dropped this char.
      
      This resulted in a bug when the suggestions feature expected these diff
      line objects to be identical in format and thus interchangeable, which
      was not the case.
      03df54b2
  19. 17 Jan, 2019 1 commit
  20. 14 Jan, 2019 1 commit
  21. 21 Dec, 2018 1 commit
  22. 20 Dec, 2018 1 commit
  23. 19 Dec, 2018 1 commit
  24. 17 Dec, 2018 1 commit
  25. 14 Dec, 2018 1 commit
  26. 13 Dec, 2018 1 commit
  27. 11 Dec, 2018 1 commit
  28. 10 Dec, 2018 1 commit
  29. 08 Dec, 2018 1 commit
  30. 04 Dec, 2018 1 commit
  31. 29 Nov, 2018 2 commits
  32. 27 Nov, 2018 1 commit
  33. 22 Nov, 2018 1 commit
  34. 20 Nov, 2018 1 commit
  35. 14 Nov, 2018 1 commit
    • Phil Hughes's avatar
      Made diff & note data consistent · 234563ba
      Phil Hughes authored
      This caused many pain points when working with it.
      Part of the data was camel cased the other snake case.
      Other parts where snake case & then getting converted in components,
      this conversion has the potential for leaking memory.
      
      This changes that & makes it consistent with what it returned from the
      API, snake case.
      234563ba
  36. 09 Nov, 2018 1 commit