BigW Consortium Gitlab

  1. 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.
  2. 25 Dec, 2013 1 commit
  3. 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
  4. 11 Oct, 2013 1 commit
  5. 15 Aug, 2013 1 commit
  6. 26 Sep, 2012 1 commit
  7. 13 Oct, 2011 2 commits
  8. 08 Oct, 2011 1 commit