1. 05 5月, 2014 1 次提交
  2. 29 4月, 2014 2 次提交
  3. 25 4月, 2014 1 次提交
  4. 23 4月, 2014 2 次提交
  5. 17 4月, 2014 2 次提交
  6. 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
  7. 11 4月, 2014 2 次提交
  8. 10 4月, 2014 1 次提交
  9. 09 4月, 2014 1 次提交
  10. 08 4月, 2014 1 次提交
  11. 07 4月, 2014 4 次提交
  12. 03 4月, 2014 2 次提交
  13. 02 4月, 2014 1 次提交
  14. 01 4月, 2014 1 次提交
  15. 31 3月, 2014 1 次提交
  16. 28 3月, 2014 2 次提交
    • J
      Use omniauth nickname as the username for LDAP · 2e6b5370
      Jacob Vosmaer 提交于
      Before there was a bug in omniauth-ldap which prevented samaccountname
      showing up as a possible username for new LDAP users. Thanks to upstream
      fixes, we no longer need to work around this bug.
      2e6b5370
    • J
      Drop all tables before restoring a PostgreSQL DB · 77b57c11
      Jacob Vosmaer 提交于
      Invoking 'db:schema:load' turned out to be a bad idea: when downgrading
      an existing GitLab installation, the schema of the newer version would
      be preserved when trying to import the old version.
      77b57c11
  17. 26 3月, 2014 4 次提交
  18. 20 3月, 2014 5 次提交
  19. 19 3月, 2014 1 次提交
  20. 17 3月, 2014 2 次提交
  21. 14 3月, 2014 3 次提交