-
- Downloads
Merge branch 'fix/database-seeds' into 'master'
Fix database seeds for development environment ## What does this MR do? This MR fixes database seeds for development environment and adds CI test for it. ## Why was this MR needed? Database seeds for development environment are often broken, and we are not able to catch that when someone modified `db/fixtures` and forgets to reseed database. Closes #22422 See merge request !6475 Former-commit-id: c2b8063f
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 23 additions, 6 deletions.gitlab-ci.yml
- app/models/ci/build.rb 1 addition, 1 deletionapp/models/ci/build.rb
- db/fixtures/development/04_project.rb 3 additions, 8 deletionsdb/fixtures/development/04_project.rb
- lib/gitlab/current_settings.rb 1 addition, 3 deletionslib/gitlab/current_settings.rb
Please register or sign in to comment