BigW Consortium Gitlab

  1. 06 Sep, 2017 1 commit
  2. 31 Aug, 2017 1 commit
    • `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.
  3. 29 Aug, 2017 2 commits
  4. 07 Aug, 2017 1 commit
  5. 04 Aug, 2017 1 commit
  6. 31 Jul, 2017 1 commit
  7. 28 Jul, 2017 1 commit
  8. 04 Jul, 2017 1 commit
  9. 28 Jun, 2017 1 commit
  10. 21 Jun, 2017 2 commits
    • fixed scss-lint job · 79a842c5
      Phil Hughes authored
      only display the toggle setting in development env for now
    • 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
  11. 20 Jun, 2017 1 commit
  12. 15 Jun, 2017 2 commits
  13. 14 Jun, 2017 1 commit
  14. 01 Jun, 2017 1 commit
  15. 31 May, 2017 1 commit
  16. 30 May, 2017 1 commit
  17. 11 May, 2017 1 commit
  18. 10 May, 2017 1 commit
  19. 08 May, 2017 2 commits
  20. 04 May, 2017 3 commits
  21. 27 Apr, 2017 1 commit
  22. 24 Mar, 2017 1 commit
    • 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
  23. 23 Feb, 2017 2 commits
  24. 15 Feb, 2017 1 commit
  25. 10 Feb, 2017 1 commit
    • Formats timeago dates to be more friendly · 8aa757aa
      Phil Hughes authored
      Formats the timeago timestamps to be a short date. This will only be
      visible on slower connections whilst the JS is loading, after the
      JS has loaded it will be turned into a timeago string
      
      Closes #27537
  26. 03 Feb, 2017 1 commit
  27. 09 Jan, 2017 1 commit
  28. 20 Dec, 2016 1 commit
  29. 19 Dec, 2016 1 commit
  30. 07 Nov, 2016 1 commit
  31. 30 Sep, 2016 2 commits
  32. 22 Sep, 2016 1 commit