Skip to content
Snippets Groups Projects
  1. Feb 13, 2018
  2. Jan 28, 2018
  3. Dec 21, 2017
  4. Oct 18, 2017
    • Bob Van Landuyt's avatar
      Build the locale path with an `_` instead of a `-` · 939469cd
      Bob Van Landuyt authored
      The locale code is turned into an asset path with an underscore
      instead of a dash.
      
      The language codes are transformed by `I18n.locale` into a code with a
      dash. But the resources for translating are always stored in a path
      using a `_` separating the language and the region code.
      939469cd
  5. Oct 09, 2017
  6. Oct 05, 2017
  7. Oct 04, 2017
  8. Sep 06, 2017
  9. Aug 31, 2017
    • Sean McGivern's avatar
      `current_application_settings` belongs on `Gitlab::CurrentSettings` · 5883ce95
      Sean McGivern authored
      The initializers including this were doing so at the top level, so every object
      loaded after them had a `current_application_settings` method. However, if
      someone had rack-attack enabled (which was loaded before these initializers), it
      would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't
      have that method.
      
      To fix this:
      
      1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need
         `Object.new.current_application_settings` to work.
      2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it
         like that in several places.
      3. Change the initializers to use that new form.
      5883ce95
  10. Aug 29, 2017
  11. Aug 07, 2017
  12. Aug 04, 2017
  13. Jul 31, 2017
  14. Jul 28, 2017
  15. Jul 04, 2017
  16. Jun 28, 2017
  17. Jun 21, 2017
    • Phil Hughes's avatar
      fixed scss-lint job · 79a842c5
      Phil Hughes authored
      only display the toggle setting in development env for now
      79a842c5
    • Phil Hughes's avatar
      Top navigation redesign · c5f25f65
      Phil Hughes authored
      Start of the new navigation by redesigning just the top navigation menu.
      This is only shown when a cookie is set.
      
      Part of #32794
      c5f25f65
  18. Jun 20, 2017
  19. Jun 15, 2017
  20. Jun 14, 2017
  21. Jun 01, 2017
  22. May 31, 2017
  23. May 30, 2017
  24. May 11, 2017
  25. May 10, 2017
  26. May 08, 2017
  27. May 04, 2017
  28. Apr 27, 2017
  29. Mar 24, 2017
    • Phil Hughes's avatar
      Refactored the user callout class · 3eedb2ae
      Phil Hughes authored
      Instead of the JS being in charge of the HTML, the HAML now handles it.
      The HAML can then check the cookie & show it needed. It also allows the
      HAML access to the paths so we don't have to pass that through.
      
      Closes #29955
      3eedb2ae
  30. Feb 23, 2017
Loading