BigW Consortium Gitlab

  1. 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.
  2. 30 Aug, 2017 1 commit
  3. 28 Aug, 2017 1 commit
  4. 18 Aug, 2017 1 commit
  5. 17 Aug, 2017 2 commits
  6. 14 Aug, 2017 1 commit
  7. 11 Aug, 2017 2 commits
  8. 07 Aug, 2017 1 commit
  9. 03 Aug, 2017 2 commits
  10. 02 Aug, 2017 1 commit
  11. 29 Jul, 2017 2 commits
  12. 28 Jul, 2017 1 commit
    • Fix replying to commit comments on MRs from forks · 75d04f6a
      Sean McGivern authored
      A commit comment shows in the MR, but if the MR is from a fork, it will have a
      different project ID to the MR's target project. In that case, add an
      note_project_id param so that we can pick the correct project for the note.
  13. 21 Jul, 2017 1 commit
  14. 20 Jul, 2017 1 commit
  15. 19 Jul, 2017 1 commit
    • Fix issuable state caching · b3a588bc
      Sean McGivern authored
      We were including controller params in the cache key, so the key for the header
      didn't match the one for the list itself!
  16. 10 Jul, 2017 1 commit
  17. 09 Jul, 2017 1 commit
  18. 07 Jul, 2017 1 commit
  19. 06 Jul, 2017 5 commits
  20. 05 Jul, 2017 1 commit
  21. 04 Jul, 2017 4 commits
  22. 02 Jul, 2017 1 commit
  23. 01 Jul, 2017 1 commit
  24. 28 Jun, 2017 1 commit
  25. 21 Jun, 2017 1 commit
  26. 20 Jun, 2017 1 commit
  27. 16 Jun, 2017 2 commits
  28. 15 Jun, 2017 1 commit