Skip to content
  1. May 16, 2018
  2. Jan 02, 2018
    • 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
  3. Nov 10, 2017
    • Stan Hu's avatar
      Use a non-superuser user to access GitLab to ensure permissions are proper · 8efdf75b
      Stan Hu authored
      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