BigW Consortium Gitlab

  1. 07 May, 2017 3 commits
  2. 06 May, 2017 1 commit
  3. 03 May, 2017 1 commit
  4. 02 May, 2017 2 commits
  5. 01 May, 2017 1 commit
  6. 28 Apr, 2017 1 commit
  7. 27 Apr, 2017 2 commits
  8. 26 Apr, 2017 2 commits
  9. 25 Apr, 2017 3 commits
  10. 21 Apr, 2017 2 commits
  11. 20 Apr, 2017 2 commits
  12. 19 Apr, 2017 1 commit
  13. 14 Apr, 2017 4 commits
  14. 13 Apr, 2017 1 commit
  15. 10 Apr, 2017 1 commit
  16. 06 Apr, 2017 3 commits
  17. 05 Apr, 2017 2 commits
    • Periodically mark projects that are stuck in importing as failed · 58371efb
      James Lopez authored
      Adds import jid to projects
      Refactor middleware to set custom expiration time via sidekiq options
      Add completed_jids option to sidekiq status and a few other changes
    • Deal with Rails autoload instance variable resets · 8eb35066
      Jacob Vosmaer authored
      Rails auto-load (a development feature) can end up resetting instance
      variables on classes. This breaks Gitlab::GitalyClient, which uses
      instance variables to keep global hashes to look up channels and
      addresses. This change adds code that regenerates the hashes if they
      suddenly become nil.
  18. 03 Apr, 2017 2 commits
  19. 29 Mar, 2017 3 commits
  20. 28 Mar, 2017 1 commit
  21. 24 Mar, 2017 1 commit
  22. 17 Mar, 2017 1 commit
    • Added Gitlab::Database.config · 9a20ff1c
      Yorick Peterse authored
      This returns the ActiveRecord configuration for the current environment.
      
      While CE doesn't use this very often, EE will use it in a few places for
      the database load balancing code. I'm adding this to CE so we don't end
      up with merge conflicts in this file.