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