Skip to content
Snippets Groups Projects
  1. May 30, 2014
  2. May 27, 2014
  3. May 22, 2014
  4. May 15, 2014
  5. May 13, 2014
  6. May 12, 2014
  7. May 11, 2014
  8. May 08, 2014
  9. May 05, 2014
  10. Apr 29, 2014
  11. Apr 24, 2014
  12. Apr 23, 2014
  13. Apr 16, 2014
  14. Apr 15, 2014
    • Jacob Vosmaer (GitLab)'s avatar
      Give the Rails cache its own Redis namespace · 8d78662e
      Jacob Vosmaer (GitLab) 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
  15. Apr 11, 2014
  16. Apr 10, 2014
  17. Apr 09, 2014
  18. Apr 07, 2014
  19. Apr 03, 2014
  20. Apr 02, 2014
  21. Apr 01, 2014
  22. Mar 31, 2014
  23. Mar 28, 2014
  24. Mar 26, 2014
  25. Mar 25, 2014
Loading