Skip to content
Snippets Groups Projects
  1. Aug 01, 2018
  2. Jul 26, 2018
  3. Jul 11, 2018
  4. Jul 03, 2018
  5. Jun 29, 2018
  6. Jun 21, 2018
  7. May 31, 2018
  8. May 30, 2018
  9. May 11, 2018
  10. May 08, 2018
  11. Apr 19, 2018
  12. Apr 18, 2018
    • Yorick Peterse's avatar
      Revert the addition of goldiloader · 6f292eaa
      Yorick Peterse authored
      This reverts the addition of the "goldiloader" Gem and all use of it.
      While this Gem is very promising it's causing a variety of problems on
      GitLab.com due to it eager-loading too much data in places where we
      don't expect/can handle this. At least for the time being this means we
      have to go back to manually fixing N+1 query problems, but at least
      those should not cause a negative impact on availability.
      Verified
      6f292eaa
  13. Apr 09, 2018
  14. Apr 05, 2018
  15. Apr 04, 2018
  16. Mar 30, 2018
    • Sean McGivern's avatar
      Send emails for issues due tomorrow · 2db218f8
      Sean McGivern authored
      Also, refactor the mail sending slightly: instead of one worker sending all
      emails, create a worker per project with issues due, which will send all emails
      for that project.
      2db218f8
  17. Mar 16, 2018
  18. Mar 05, 2018
  19. Feb 28, 2018
  20. Feb 22, 2018
  21. Jan 08, 2018
  22. Jan 05, 2018
  23. Jan 02, 2018
  24. Dec 11, 2017
  25. 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
  26. Nov 25, 2017
  27. Nov 20, 2017
  28. Nov 13, 2017
  29. Nov 11, 2017
  30. Nov 07, 2017
  31. Nov 02, 2017
  32. Oct 09, 2017
Loading