Skip to content
Snippets Groups Projects
  1. Dec 10, 2019
  2. Sep 13, 2019
  3. Aug 28, 2019
    • Igor Drozdov's avatar
      Change the way totalNotes is calculated · 72544449
      Igor Drozdov authored
      totalNotes is only used to prerender a number of
      skeleton containers until real notes are loaded
      
      issuable.discussions makes multiple requests, so
      too expensive for this
      
      This commit uses mere notes for this and sends
      actual totalNotes number if it's less than 10;
      otherwise it sends 10 - it allows us to avoid
      bunch of skeleton prerenderings, which are not
      necessary since they doesn't fit into the whole
      screen and disappear quite fast
      72544449
  4. May 02, 2019
    • Sean McGivern's avatar
      Remove the `comment_personal_snippet` permission · c1892f6c
      Sean McGivern authored
      This is now entirely handled by `create_note`:
      
      1. Project snippets prevent `create_note`.
      2. Uploads already only support routing for personal snippets.
      
      This simplifies some policies and access checks, too!
      c1892f6c
  5. Mar 06, 2019
  6. Feb 04, 2019
  7. Jan 17, 2019
  8. Dec 21, 2018
  9. Dec 19, 2018
  10. Oct 06, 2018
  11. Oct 05, 2018
  12. Sep 07, 2018
  13. Jul 06, 2018
  14. Jul 02, 2018
  15. Jun 25, 2018
  16. Jun 21, 2018
  17. Apr 10, 2018
  18. Apr 03, 2018
  19. Mar 09, 2018
  20. Mar 02, 2018
  21. Feb 28, 2018
  22. Sep 14, 2017
  23. Sep 06, 2017
  24. Aug 17, 2017
  25. Aug 07, 2017
  26. Jul 28, 2017
    • 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
  27. Jul 25, 2017
  28. Jul 05, 2017
  29. Jun 29, 2017
    • 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
  30. Jun 15, 2017
  31. Jun 07, 2017
  32. Jun 01, 2017
  33. May 10, 2017
  34. May 05, 2017
  35. May 03, 2017
  36. Apr 08, 2017
Loading