Skip to content
Snippets Groups Projects
  1. Dec 10, 2019
  2. Nov 28, 2019
  3. Sep 25, 2019
  4. May 02, 2019
  5. Apr 26, 2019
  6. Oct 22, 2018
  7. Jun 12, 2018
  8. Jul 11, 2017
    • Sean McGivern's avatar
      Don't reload ActiveRecord objects when building note URLs · 222a6b46
      Sean McGivern authored
      When we build a note URL, and we have the note loaded already, there are two
      cases:
      
      1. The `noteable` is already loaded. In that case, this is faster as it doesn't
         build a new AR object from the query.
      2. The `noteable` is not already loaded. In that case, this change is no worse
         than the previous code.
      222a6b46
  9. Jul 07, 2017
  10. Jul 05, 2017
  11. Jun 07, 2017
  12. Dec 01, 2016
  13. Aug 24, 2016
  14. Jun 03, 2016
  15. May 13, 2016
  16. May 10, 2016
  17. May 09, 2016
  18. Apr 20, 2016
  19. Apr 13, 2016
  20. Apr 01, 2016
    • Yorick Peterse's avatar
      Added & use Gitlab::Routing for URL helpers · 84b0ab77
      Yorick Peterse authored
      Rails' "url_helpers" method creates an anonymous Module (which a bunch
      of methods) on every call. By caching the output of this method in a
      dedicated method we can shave off about 10 seconds of loading time for
      an issue with around 200 comments.
      84b0ab77
  21. Mar 31, 2016
  22. Sep 09, 2015
  23. Sep 04, 2015
  24. Aug 26, 2015
  25. Mar 08, 2015
  26. Mar 06, 2015
  27. Mar 03, 2015
  28. Feb 24, 2015
  29. Feb 14, 2015
    • Vinnie Okada's avatar
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7
  30. Oct 15, 2014
  31. Jun 13, 2014
Loading