BigW Consortium Gitlab

  1. 22 Dec, 2017 1 commit
  2. 14 Dec, 2017 2 commits
  3. 12 Dec, 2017 1 commit
  4. 11 Dec, 2017 1 commit
  5. 07 Dec, 2017 1 commit
  6. 28 Nov, 2017 1 commit
  7. 24 Nov, 2017 1 commit
  8. 06 Nov, 2017 2 commits
    • Addresses front & backend comments · 7ebf0331
      Mayra Cabrera authored
      - Improves CSS files by reusing existing code
      - Changes logic in views to avoid future problems in translations
    • Modifies commit branches section · 70b8f421
      Mayra Cabrera authored
      - Display the default branch (if the limit is not exceeded)
      - Requires '...' to be clicked before showing the rest of the branches and/or tags
      - Fixes haml lints
  9. 03 Nov, 2017 1 commit
  10. 13 Oct, 2017 1 commit
  11. 07 Oct, 2017 1 commit
  12. 02 Oct, 2017 1 commit
  13. 19 Sep, 2017 1 commit
  14. 07 Sep, 2017 1 commit
  15. 04 Sep, 2017 3 commits
  16. 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.
  17. 15 Aug, 2017 1 commit
  18. 11 Aug, 2017 1 commit
  19. 09 Aug, 2017 1 commit
  20. 02 Aug, 2017 1 commit
  21. 27 Jul, 2017 1 commit
  22. 05 Jul, 2017 1 commit
  23. 28 Jun, 2017 1 commit
  24. 23 Jun, 2017 1 commit
  25. 16 Jun, 2017 2 commits
  26. 14 Jun, 2017 1 commit
  27. 12 Jun, 2017 1 commit
  28. 29 May, 2017 1 commit
  29. 17 May, 2017 3 commits
  30. 15 May, 2017 1 commit
  31. 13 May, 2017 1 commit
  32. 11 May, 2017 1 commit
  33. 10 May, 2017 1 commit