An error occurred fetching the project authors.
  1. 26 Aug, 2014 1 commit
  2. 15 Apr, 2014 1 commit
    • Jacob Vosmaer's avatar
      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.
      8d78662e
  3. 25 Dec, 2013 1 commit
  4. 30 Oct, 2013 1 commit
    • vollnhals's avatar
      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
      67c18aa9
  5. 11 Oct, 2013 1 commit
  6. 15 Aug, 2013 1 commit
  7. 26 Sep, 2012 1 commit
  8. 13 Oct, 2011 2 commits
  9. 08 Oct, 2011 1 commit