BigW Consortium Gitlab

  1. 25 Nov, 2015 1 commit
  2. 24 Nov, 2015 2 commits
  3. 16 Nov, 2015 1 commit
  4. 09 Sep, 2015 1 commit
  5. 26 Aug, 2015 1 commit
  6. 13 Jun, 2015 1 commit
  7. 11 Jun, 2015 1 commit
  8. 05 Jun, 2015 1 commit
  9. 26 Aug, 2014 2 commits
  10. 15 Apr, 2014 1 commit
    • Give the Rails cache its own Redis namespace · 8d78662e
      Jacob Vosmaer authored
      Before this change, Rails cache data was stored in a global Redis
      namespace. As a consequence, clearing the Rails cache (`rake
      cache:clear`) would also delete all Sidekiq queue data and session
      storage. This change puts all Rails cache data in a `cache:gitlab`
      namespace, making `rake cache:clear` safe again.
  11. 25 Dec, 2013 1 commit
  12. 30 Oct, 2013 1 commit
    • Respect the configured redis URL when initializing the session store · 67c18aa9
      vollnhals authored
      It was not possible to start Gitlab with a redis server running on another host or port. Every other subsystem that uses redis respects the settings in config/resque.yml.
      
      This patch uses the configured url from the cache_store configuration.
      The cache_store configuration already loads the correct redis url from config/resque.yml.
      
      Closes #5406
  13. 11 Oct, 2013 1 commit
  14. 15 Aug, 2013 1 commit
  15. 26 Sep, 2012 1 commit
  16. 13 Oct, 2011 2 commits
  17. 08 Oct, 2011 1 commit