BigW Consortium Gitlab

  1. 04 Aug, 2016 1 commit
  2. 03 Jun, 2016 2 commits
  3. 30 May, 2016 1 commit
  4. 02 May, 2016 1 commit
  5. 13 Apr, 2016 1 commit
  6. 04 Apr, 2016 1 commit
  7. 09 Mar, 2016 1 commit
  8. 25 Nov, 2015 1 commit
  9. 24 Nov, 2015 2 commits
  10. 16 Nov, 2015 1 commit
  11. 22 Oct, 2015 1 commit
  12. 09 Sep, 2015 1 commit
  13. 26 Aug, 2015 1 commit
  14. 13 Jun, 2015 1 commit
  15. 11 Jun, 2015 1 commit
  16. 05 Jun, 2015 1 commit
  17. 26 Aug, 2014 2 commits
  18. 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.
  19. 25 Dec, 2013 1 commit
  20. 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
  21. 11 Oct, 2013 1 commit
  22. 15 Aug, 2013 1 commit
  23. 26 Sep, 2012 1 commit
  24. 13 Oct, 2011 2 commits
  25. 08 Oct, 2011 1 commit