-
- Downloads
Merge branch '24386-8-14-rc1-requires-quite-amount-of-downtime' into 'master'
Update 8.14-rc1 migrations to minimize downtime and deploy time ## What does this MR do? Modify 8.14-rc1 migrations and code to minimize downtime and deploy time ## Are there points in the code the reviewer needs to double check? No ## Why was this MR needed? 8.14-rc1 migrations took too much time in staging, so we didn't want to take too much downtime in production ## Does this MR meet the acceptance criteria? - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #24386 See merge request !7427
No related branches found
No related tags found
Showing
- app/models/project.rb 4 additions, 0 deletionsapp/models/project.rb
- db/migrate/20160914131004_only_allow_merge_if_all_discussions_are_resolved.rb 1 addition, 4 deletions...31004_only_allow_merge_if_all_discussions_are_resolved.rb
- db/post_migrate/20161011222551_remove_inactive_jira_service_properties.rb 0 additions, 0 deletions...20161011222551_remove_inactive_jira_service_properties.rb
- db/schema.rb 1 addition, 1 deletiondb/schema.rb
- spec/requests/api/projects_spec.rb 8 additions, 0 deletionsspec/requests/api/projects_spec.rb
File moved
Please register or sign in to comment