1. 02 Jan, 2018 1 commit
    • Stan Hu's avatar
      Fix `rake db:seed_fu` not doing anything in CI · ad88e3f8
      Stan Hu authored
      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
  2. 29 Dec, 2017 6 commits
  3. 28 Dec, 2017 18 commits
  4. 27 Dec, 2017 15 commits