Skip to content
Snippets Groups Projects
  1. Jul 26, 2018
  2. 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
  3. Apr 09, 2018
  4. Mar 28, 2018
  5. Jan 17, 2018
  6. Sep 15, 2017
  7. 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
  8. Nov 17, 2016
  9. Nov 16, 2016
  10. Nov 11, 2016
  11. Sep 15, 2016
  12. Jun 03, 2016
  13. May 09, 2016
  14. May 06, 2016
  15. May 03, 2015
  16. Apr 03, 2015
  17. Apr 09, 2014
  18. Aug 21, 2013
  19. Jun 19, 2013
  20. May 06, 2013
  21. Dec 31, 2011
  22. Dec 30, 2011
  23. Dec 29, 2011
  24. Dec 20, 2011
    • Jeremy Mack's avatar
      Fixes timeout when adding an SSH key · 8a1deea5
      Jeremy Mack authored
      Users with many projects (>100) will hit the 20 second timeout when
      updating the gitolite config. This fix batches those changes into a
      signle update to the file, causing an order of magnitude speed increase
      which finishes well below the 20 second timeout.
      
      Fixes gitlabhq/gitlabhq#220
      8a1deea5
  25. Dec 06, 2011
  26. Dec 05, 2011
  27. Dec 03, 2011
  28. Nov 22, 2011
  29. Nov 03, 2011
  30. Oct 26, 2011
    • Nihad Abbasov's avatar
      clean-up code · d62200ca
      Nihad Abbasov authored
        * Remove trailing whitespace
        * Converts hard-tabs into two-space soft-tabs
        * Remove consecutive blank lines
      d62200ca
  31. Oct 18, 2011
  32. Oct 13, 2011
Loading