Skip to content
Snippets Groups Projects
  1. Jul 26, 2018
  2. May 01, 2018
  3. Apr 19, 2018
  4. 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
  5. Apr 09, 2018
  6. Mar 27, 2018
  7. Mar 08, 2018
  8. Mar 02, 2018
  9. Mar 01, 2018
  10. Feb 28, 2018
  11. Nov 09, 2017
  12. 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
  13. Feb 23, 2017
  14. Oct 28, 2016
  15. Jun 03, 2016
  16. May 09, 2016
  17. May 06, 2016
  18. Dec 09, 2015
  19. Dec 07, 2015
  20. Dec 04, 2015
  21. Dec 03, 2015
  22. Nov 16, 2015
Loading