1. 21 11月, 2018 1 次提交
    • J
      Explicitly set locale fallbacks · e423096b
      Jan Provaznik 提交于
      With a recent change in i18n, default language is not
      included in fallbacks by default. This causes that
      MissingTranslationData exception is raised both in
      development and production mode.
      
      This patch sets explicitly fallbacks language to english
      which assures that english is used for missing translations.
      e423096b
  2. 06 11月, 2018 1 次提交
  3. 22 3月, 2018 1 次提交
  4. 16 6月, 2017 1 次提交
  5. 15 6月, 2017 1 次提交
  6. 14 3月, 2017 1 次提交
  7. 10 4月, 2016 1 次提交
  8. 03 12月, 2015 1 次提交
  9. 26 11月, 2015 2 次提交
  10. 18 11月, 2014 1 次提交
  11. 26 8月, 2014 1 次提交
  12. 03 6月, 2014 1 次提交
  13. 15 4月, 2014 1 次提交
    • J
      Give the Rails cache its own Redis namespace · 8d78662e
      Jacob Vosmaer 提交于
      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
  14. 24 3月, 2014 2 次提交
  15. 10 12月, 2013 2 次提交
  16. 14 8月, 2013 1 次提交
  17. 08 7月, 2013 1 次提交
  18. 13 6月, 2013 1 次提交
  19. 11 6月, 2013 1 次提交
  20. 05 5月, 2013 1 次提交
  21. 06 3月, 2013 1 次提交
  22. 19 11月, 2012 1 次提交
  23. 27 11月, 2011 1 次提交
  24. 26 10月, 2011 1 次提交
    • N
      clean-up code · d62200ca
      Nihad Abbasov 提交于
        * Remove trailing whitespace
        * Converts hard-tabs into two-space soft-tabs
        * Remove consecutive blank lines
      d62200ca
  25. 13 10月, 2011 2 次提交
  26. 09 10月, 2011 1 次提交