Skip to content
Snippets Groups Projects
  1. Feb 24, 2020
  2. Jan 30, 2020
  3. Jan 23, 2020
  4. Nov 28, 2019
  5. Nov 21, 2019
  6. Nov 20, 2019
  7. Oct 24, 2019
  8. Oct 23, 2019
    • Dylan Griffith's avatar
      Change Note#to_ability_name to 'note' · 0df265b6
      Dylan Griffith authored
      This is to be more consistent as there is already a :read_note policy in
      NotePolicy. To keep other behaviour the same we've introduced a
      Note#noteable_ability_name that is used anywhere this was expected.
      0df265b6
  9. Oct 18, 2019
  10. Oct 17, 2019
  11. Oct 16, 2019
  12. Oct 11, 2019
  13. Sep 18, 2019
  14. Aug 22, 2019
  15. Jul 31, 2019
  16. Jul 11, 2019
    • Mario de la Ossa's avatar
      Banzai - avoid redis if attr is in DB cache · e5705f5c
      Mario de la Ossa authored
      When cache_collection_render runs we end up reading and writing
      things to redis even if we already have the rendered field cached
      in the DB. This commit avoids using redis at all whenever we have
      the field already rendered in the DB cache.
      Unverified
      e5705f5c
  17. Apr 01, 2019
  18. Mar 14, 2019
  19. Jan 07, 2019
  20. Nov 29, 2018
  21. Nov 28, 2018
  22. Oct 23, 2018
  23. Oct 02, 2018
  24. Jul 11, 2018
  25. Jun 21, 2018
  26. Jun 20, 2018
  27. Apr 19, 2018
    • Stan Hu's avatar
      Fix N+1 queries when loading participants for a commit note · 775211bc
      Stan Hu authored
      We saw about 10,000 SQL queries for some commits in the NewNoteWorker,
      which stalled the Sidekiq queue for other new notes. The notification
      service took up to 8 minutes to process the commits. Avoiding this
      N+1 query brings the time down significantly.
      
      Closes #45526
      775211bc
  28. Apr 05, 2018
  29. Feb 05, 2018
  30. Feb 02, 2018
  31. Dec 22, 2017
  32. Dec 13, 2017
  33. Dec 06, 2017
    • Yorick Peterse's avatar
      Throttle the number of UPDATEs triggered by touch · 856447cc
      Yorick Peterse authored
      This throttles the number of UPDATE queries that can be triggered by
      calling "touch" on a Note, Issue, or MergeRequest. For Note objects we
      also take care of updating the associated "noteable" relation in a
      smarter way than Rails does by default.
      Verified
      856447cc
  34. Nov 20, 2017
  35. Oct 07, 2017
  36. Sep 06, 2017
  37. Aug 02, 2017
Loading