An error occurred fetching the project authors.
  1. 10 Apr, 2018 1 commit
  2. 03 Apr, 2018 1 commit
  3. 09 Mar, 2018 1 commit
  4. 02 Mar, 2018 1 commit
  5. 28 Feb, 2018 1 commit
  6. 14 Sep, 2017 1 commit
  7. 06 Sep, 2017 3 commits
  8. 17 Aug, 2017 1 commit
  9. 07 Aug, 2017 1 commit
  10. 28 Jul, 2017 1 commit
    • Sean McGivern's avatar
      Fix replying to commit comments on MRs from forks · 75d04f6a
      Sean McGivern authored
      A commit comment shows in the MR, but if the MR is from a fork, it will have a
      different project ID to the MR's target project. In that case, add an
      note_project_id param so that we can pick the correct project for the note.
      75d04f6a
  11. 25 Jul, 2017 1 commit
  12. 05 Jul, 2017 1 commit
  13. 29 Jun, 2017 1 commit
    • Bryce Johnson's avatar
      Render add-diff-note button with server. · 81e9c284
      Bryce Johnson authored
      This commit moves the rendering of the button back to the server, and
      shows/hides it using opacity rather than display. It also removes the
      transform applied to the button on hover (scale). Previously, both of these
      factors automatically triggered a reflow, which creates a performance
      bottleneck on pages with larger DOM size.
      
      MR: !12103
      81e9c284
  14. 15 Jun, 2017 1 commit
  15. 07 Jun, 2017 1 commit
  16. 01 Jun, 2017 1 commit
  17. 10 May, 2017 1 commit
  18. 05 May, 2017 1 commit
  19. 03 May, 2017 1 commit
  20. 08 Apr, 2017 4 commits
  21. 05 Apr, 2017 6 commits
  22. 20 Sep, 2016 1 commit
  23. 17 Aug, 2016 1 commit
  24. 04 Aug, 2016 1 commit
  25. 02 Aug, 2016 1 commit
    • Paco Guzman's avatar
      Speedup DiffNote#active? on discussions, preloading noteables and avoid... · 8716ff7f
      Paco Guzman authored
      Speedup DiffNote#active? on discussions, preloading noteables and avoid touching git repository to return diff_refs when possible
      
      - Preloading noteable we share the same noteable instance when more than one 
      discussion refers to the same noteable.
      - Any other call to that object that is cached in that object will be for any 
      discussion.
      - In those cases where merge_request_diff has all the sha stored to build a diff_refs get that 
      diff_refs using directly those sha instead accessing to the git repository to first get the 
      commits and later the sha.
      8716ff7f
  26. 29 Jul, 2016 1 commit
  27. 26 Jul, 2016 3 commits
  28. 24 Jul, 2016 1 commit