Skip to content
Snippets Groups Projects
  1. Dec 13, 2019
  2. Dec 11, 2019
  3. Nov 22, 2019
  4. Nov 12, 2019
  5. Sep 30, 2019
  6. Jul 05, 2019
  7. Jul 04, 2019
  8. Jul 03, 2019
  9. Jul 02, 2019
  10. Jun 28, 2019
  11. Jun 24, 2019
  12. Jun 14, 2019
  13. Jun 06, 2019
  14. May 01, 2019
    • 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
  15. Apr 22, 2019
  16. Apr 17, 2019
  17. Mar 26, 2019
  18. Mar 21, 2019
  19. Mar 12, 2019
  20. Feb 28, 2019
  21. Feb 25, 2019
  22. Feb 18, 2019
  23. Feb 14, 2019
  24. Feb 12, 2019
  25. Feb 06, 2019
  26. Feb 05, 2019
  27. Jan 28, 2019
  28. Jan 22, 2019
    • 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.
      Unverified
      03df54b2
  29. Jan 17, 2019
  30. Jan 14, 2019
  31. Dec 21, 2018
  32. Dec 20, 2018
  33. Dec 19, 2018
  34. Dec 17, 2018
  35. Dec 14, 2018
Loading