1. 08 12月, 2018 1 次提交
  2. 05 12月, 2018 1 次提交
  3. 30 11月, 2018 1 次提交
  4. 27 11月, 2018 1 次提交
  5. 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
  6. 10 11月, 2018 1 次提交
  7. 08 11月, 2018 1 次提交
  8. 07 11月, 2018 1 次提交
  9. 05 11月, 2018 1 次提交
    • P
      Re-implemented image commenting on diffs · f7df9ddb
      Phil Hughes 提交于
      This re-implements image commenting in merge request diffs.
      This feature was previously lost when the merge request
      page was refactored into Vue.
      
      With this, we create an overlay component. The overlay
      component handles displaying the comment badges
      and the comment form badge.
      Badges are displayed based on the position attribute
      sent with the discussion.
      
      Comment forms for diff files are controlled through
      a different state property. This is so we don't
      tie comment forms to diff files directly creating
      deep nested state. Instead we create a flat array
      which holds the file hash & the X & Y position of
      the comment form.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48956
      f7df9ddb
  10. 30 10月, 2018 1 次提交
  11. 25 10月, 2018 1 次提交
    • P
      Update the state, not a param · 0fba7cca
      Phil Hughes 提交于
      Also fixed a bug where discussions wouldn't be assigned to a line
      when switching from discussion tab to changes tab
      0fba7cca
  12. 24 10月, 2018 1 次提交
  13. 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
  14. 18 9月, 2018 1 次提交
  15. 17 9月, 2018 4 次提交
  16. 08 9月, 2018 3 次提交
  17. 07 9月, 2018 11 次提交
  18. 14 8月, 2018 1 次提交
  19. 13 8月, 2018 2 次提交
  20. 08 8月, 2018 4 次提交
  21. 06 7月, 2018 1 次提交