Skip to content
Snippets Groups Projects
  1. Feb 20, 2020
  2. Jan 31, 2020
  3. Jan 29, 2020
  4. Jan 20, 2020
  5. Dec 22, 2019
  6. Dec 17, 2019
  7. Dec 11, 2019
  8. Oct 04, 2019
  9. Jul 12, 2019
  10. Jun 05, 2019
  11. May 20, 2019
  12. Dec 14, 2018
  13. Nov 21, 2018
    • Jan Provaznik's avatar
      Explicitly set locale fallbacks · e423096b
      Jan Provaznik authored
      With a recent change in i18n, default language is not
      included in fallbacks by default. This causes that
      MissingTranslationData exception is raised both in
      development and production mode.
      
      This patch sets explicitly fallbacks language to english
      which assures that english is used for missing translations.
      e423096b
  14. Nov 05, 2018
  15. Sep 11, 2018
  16. Jul 06, 2018
  17. Jun 13, 2018
    • blackst0ne's avatar
      [Rails5] Pass class references instead of strings to middleware builder · 1499b02f
      blackst0ne authored
      It fixes Rails 5.0 deprecation flooding like:
      
      ```
      DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change
      them to actual class references.  For example:
      
        "::Gitlab::Middleware::ReadOnly" => Gitlab::Middleware::ReadOnly
      
       (called from <top (required)> at /builds/gitlab-org/gitlab-ce/config/environment.rb:11)
      DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change
      them to actual class references.  For example:
      
        "ActionDispatch::Static" => ActionDispatch::Static
      
       (called from <top (required)> at /builds/gitlab-org/gitlab-ce/config/environment.rb:11)
      DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change
      them to actual class references.  For example:
      
        "Gitlab::Testing::RequestBlockerMiddleware" => Gitlab::Testing::RequestBlockerMiddleware
      
       (called from <top (required)> at /builds/gitlab-org/gitlab-ce/config/environment.rb:11)
      DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change
      them to actual class references.  For example:
      
        "ActionDispatch::Static" => ActionDispatch::Static
      
       (called from <top (required)> at /builds/gitlab-org/gitlab-ce/config/environment.rb:11)
      DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change
      them to actual class references.  For example:
      
        "Gitlab::Testing::RequestInspectorMiddleware" => Gitlab::Testing::RequestInspectorMiddleware
      
       (called from <top (required)> at /builds/gitlab-org/gitlab-ce/config/environment.rb:11)
      ```
      1499b02f
  18. Mar 21, 2018
  19. Oct 23, 2017
  20. Oct 03, 2017
  21. Jul 20, 2017
  22. Jul 18, 2017
  23. Jun 15, 2017
  24. Apr 14, 2017
    • Stan Hu's avatar
      Turn on caching of classes in Knapsack specs · 00dd2ba9
      Stan Hu authored
      Enabling caching of classes slows start-up time because all controllers
      are loaded at initialization, but it reduces memory and load because files
      are not reloaded with every request. For example, caching is not necessary
      for loading database migrations but useful for handling Knapsack specs.
      
      Addresses gitlab-org/gitlab-ee#2162
      00dd2ba9
  25. Mar 22, 2017
  26. Mar 14, 2017
  27. Jan 31, 2017
  28. Jan 19, 2017
  29. Jan 10, 2017
  30. Nov 17, 2016
  31. Jul 21, 2016
  32. Jun 30, 2016
  33. Jun 03, 2016
  34. May 25, 2016
  35. May 13, 2016
Loading