1. 14 5月, 2020 1 次提交
  2. 08 5月, 2020 1 次提交
  3. 29 4月, 2020 1 次提交
  4. 20 3月, 2020 1 次提交
  5. 21 2月, 2020 1 次提交
  6. 13 2月, 2020 1 次提交
  7. 14 1月, 2020 1 次提交
  8. 10 8月, 2019 1 次提交
  9. 06 3月, 2019 1 次提交
  10. 16 2月, 2019 1 次提交
  11. 13 2月, 2019 1 次提交
  12. 25 1月, 2019 1 次提交
  13. 23 1月, 2019 1 次提交
    • D
      Trim first char of diff line text on diff discussions · 03df54b2
      Douwe Maan 提交于
      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
  14. 17 1月, 2019 1 次提交
  15. 08 1月, 2019 1 次提交
  16. 18 12月, 2018 1 次提交
    • S
      Utilize :key to minimize extra rerenders · 9c187982
      Sam Bigelow 提交于
      The diff notes automatically focus on mount, and when using the index
      (as opposed to line_code) for the v-bind:key, the comment form gets
      unnecessarily remounted, and therefore refocused.
      9c187982
  17. 06 12月, 2018 2 次提交
  18. 15 11月, 2018 1 次提交
    • P
      Made diff & note data consistent · 234563ba
      Phil Hughes 提交于
      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
  19. 23 10月, 2018 2 次提交
  20. 17 10月, 2018 1 次提交
  21. 03 10月, 2018 1 次提交
    • P
      Added file tree to merge request diffs · 33c4c5b8
      Phil Hughes 提交于
      This file tree displays all the diff files in a tree like format
      Each file is taken and converted into a tree with folders
      Each folder can be toggled open & closed
      Clicking a file will scroll to the diff file & highlight with a glow affect
      
      Searching the tree list will search only files & return a list of the
      files without any folders
      
      Each file row contains an icon to show changed, new file or deleted
      Each row will also contain the added & removed lines count
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
      33c4c5b8
  22. 01 10月, 2018 1 次提交
    • M
      Fix MR discussion not loaded issue · f09303b0
      Mark Chao 提交于
      Display `formatter` as the sole content of `position` object.
      This means `diff_file` data is not referenced, which is the
      caseu of "IOError: not opened for reading".
      f09303b0
  23. 21 9月, 2018 2 次提交
  24. 18 9月, 2018 1 次提交
  25. 17 9月, 2018 3 次提交
  26. 10 9月, 2018 1 次提交
  27. 08 9月, 2018 1 次提交
  28. 07 9月, 2018 2 次提交
  29. 01 8月, 2018 1 次提交
  30. 18 7月, 2018 1 次提交
  31. 05 7月, 2018 1 次提交
  32. 21 6月, 2018 1 次提交