Skip to content
Snippets Groups Projects
  1. Jul 31, 2018
  2. Jul 26, 2018
  3. Jun 18, 2018
  4. Apr 19, 2018
  5. 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
  6. Apr 09, 2018
  7. Mar 03, 2018
  8. Jan 11, 2018
  9. Nov 23, 2017
  10. Sep 12, 2017
  11. Sep 06, 2017
  12. Aug 31, 2017
  13. Aug 28, 2017
  14. Jul 06, 2017
    • Yorick Peterse's avatar
      Added Cop to blacklist the use of `dependent:` · 8fbbf41e
      Yorick Peterse authored
      This is allowed for existing instances so we don't end up 76 offenses
      right away, but for new code one should _only_ use this if they _have_
      to remove non database data. Even then it's usually better to do this in
      a service class as this gives you more control over how to remove the
      data (e.g. in bulk).
      Verified
      8fbbf41e
  15. Jun 21, 2017
  16. Jun 02, 2017
  17. May 25, 2017
  18. Apr 28, 2017
  19. Apr 11, 2017
  20. Mar 17, 2017
  21. Feb 23, 2017
  22. Jan 09, 2017
  23. Jan 03, 2017
  24. Dec 02, 2016
  25. Nov 01, 2016
  26. Oct 19, 2016
Loading