1. 01 3月, 2018 1 次提交
  2. 21 2月, 2018 2 次提交
  3. 02 2月, 2018 2 次提交
  4. 01 2月, 2018 1 次提交
  5. 26 1月, 2018 2 次提交
  6. 25 1月, 2018 1 次提交
  7. 24 1月, 2018 1 次提交
  8. 23 1月, 2018 1 次提交
  9. 20 1月, 2018 1 次提交
  10. 12 1月, 2018 1 次提交
  11. 10 1月, 2018 2 次提交
  12. 09 1月, 2018 2 次提交
  13. 04 1月, 2018 2 次提交
  14. 03 1月, 2018 1 次提交
    • S
      Fix `rake db:seed_fu` not doing anything in CI · ad88e3f8
      Stan Hu 提交于
      The default behavior of seed_fu is to load the fixtures using the RAILS_ENV
      environment.  In CI, since we set RAILS_ENV=test, nothing is ever
      loaded. Instead of `rake db:seed_fu`, use `rake gitlab:setup`, which sets up
      MySQL properly with limits.
      
      Closes #41517
      ad88e3f8
  15. 23 12月, 2017 1 次提交
  16. 22 12月, 2017 1 次提交
  17. 21 12月, 2017 1 次提交
  18. 19 12月, 2017 2 次提交
  19. 18 12月, 2017 1 次提交
  20. 16 12月, 2017 1 次提交
  21. 05 12月, 2017 1 次提交
  22. 28 11月, 2017 1 次提交
  23. 24 11月, 2017 1 次提交
  24. 22 11月, 2017 1 次提交
  25. 21 11月, 2017 1 次提交
  26. 18 11月, 2017 1 次提交
  27. 17 11月, 2017 2 次提交
  28. 11 11月, 2017 1 次提交
  29. 10 11月, 2017 1 次提交
    • S
      Use a non-superuser user to access GitLab to ensure permissions are proper · 8efdf75b
      Stan Hu 提交于
      We have run into permission issues with MySQL triggers in #36633 that
      would have been caught earlier either if our migration tests or GitLab QA
      tests had been testing against non-superuser users. This change creates
      a non-superuser that has access to the GitLab test database and uses that.
      
      Closes #39932
      8efdf75b
  30. 08 11月, 2017 1 次提交
  31. 01 11月, 2017 2 次提交