An error occurred fetching the project authors.
  1. 24 Jan, 2019 1 commit
  2. 15 Jan, 2019 1 commit
  3. 14 Dec, 2018 1 commit
  4. 13 Dec, 2018 1 commit
  5. 12 Dec, 2018 1 commit
  6. 08 Dec, 2018 1 commit
  7. 05 Dec, 2018 1 commit
  8. 30 Nov, 2018 1 commit
  9. 27 Nov, 2018 1 commit
  10. 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
  11. 09 Nov, 2018 1 commit
  12. 07 Nov, 2018 1 commit
  13. 06 Nov, 2018 1 commit
  14. 05 Nov, 2018 1 commit
    • Phil Hughes's avatar
      Re-implemented image commenting on diffs · f7df9ddb
      Phil Hughes authored
      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
  15. 30 Oct, 2018 1 commit
  16. 25 Oct, 2018 1 commit
    • Phil Hughes's avatar
      Update the state, not a param · 0fba7cca
      Phil Hughes authored
      Also fixed a bug where discussions wouldn't be assigned to a line
      when switching from discussion tab to changes tab
      0fba7cca
  17. 24 Oct, 2018 1 commit
  18. 03 Oct, 2018 1 commit
    • Phil Hughes's avatar
      Added file tree to merge request diffs · 33c4c5b8
      Phil Hughes authored
      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
  19. 18 Sep, 2018 1 commit
  20. 17 Sep, 2018 4 commits
  21. 08 Sep, 2018 1 commit
  22. 07 Sep, 2018 12 commits
  23. 06 Sep, 2018 1 commit
  24. 14 Aug, 2018 1 commit
  25. 13 Aug, 2018 2 commits