-
- Downloads
Add structure to support EE feature of COAR
These are the structural changes for supporting the EE feature of moving "code_owner_approval_required" state from existing on a project to being on the protected branches individually, allowing for CODEOWNER validation on push events.
Showing
- app/models/merge_request.rb 6 additions, 0 deletionsapp/models/merge_request.rb
- app/models/protected_branch.rb 3 additions, 0 deletionsapp/models/protected_branch.rb
- app/services/protected_branches/create_service.rb 6 additions, 1 deletionapp/services/protected_branches/create_service.rb
- db/migrate/20190729180447_add_merge_requests_require_code_owner_approval_to_protected_branches.rb 31 additions, 0 deletions...ests_require_code_owner_approval_to_protected_branches.rb
- db/schema.rb 2 additions, 0 deletionsdb/schema.rb
- spec/lib/gitlab/checks/diff_check_spec.rb 2 additions, 3 deletionsspec/lib/gitlab/checks/diff_check_spec.rb
- spec/lib/gitlab/import_export/safe_model_attributes.yml 1 addition, 0 deletionsspec/lib/gitlab/import_export/safe_model_attributes.yml
Please register or sign in to comment