An error occurred fetching the project authors.
  1. 24 Oct, 2019 1 commit
  2. 18 Oct, 2019 1 commit
  3. 17 Oct, 2019 1 commit
  4. 16 Oct, 2019 1 commit
  5. 11 Oct, 2019 1 commit
  6. 18 Sep, 2019 1 commit
  7. 22 Aug, 2019 1 commit
  8. 31 Jul, 2019 1 commit
  9. 11 Jul, 2019 1 commit
    • 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.
      e5705f5c
  10. 01 Apr, 2019 1 commit
  11. 14 Mar, 2019 1 commit
  12. 07 Jan, 2019 1 commit
  13. 29 Nov, 2018 1 commit
  14. 28 Nov, 2018 1 commit
  15. 23 Oct, 2018 1 commit
  16. 02 Oct, 2018 1 commit
  17. 11 Jul, 2018 1 commit
  18. 21 Jun, 2018 1 commit
  19. 20 Jun, 2018 2 commits
  20. 19 Apr, 2018 1 commit
    • 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
  21. 05 Apr, 2018 1 commit
  22. 05 Feb, 2018 1 commit
  23. 02 Feb, 2018 1 commit
  24. 22 Dec, 2017 1 commit
  25. 13 Dec, 2017 2 commits
  26. 06 Dec, 2017 1 commit
    • 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.
      856447cc
  27. 20 Nov, 2017 1 commit
  28. 07 Oct, 2017 1 commit
  29. 06 Sep, 2017 2 commits
  30. 02 Aug, 2017 1 commit
  31. 27 Jul, 2017 2 commits
  32. 21 Jun, 2017 1 commit
  33. 14 Jun, 2017 1 commit
  34. 03 May, 2017 1 commit
  35. 11 Apr, 2017 1 commit
  36. 05 Apr, 2017 1 commit