-
- Downloads
Added "developers can merge" setting to protected branches
- Cherry-picked from `mvestergaard:branch-protection-dev-merge` - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4220
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/assets/javascripts/protected_branches.js.coffee 6 additions, 3 deletionsapp/assets/javascripts/protected_branches.js.coffee
- app/controllers/projects/protected_branches_controller.rb 1 addition, 1 deletionapp/controllers/projects/protected_branches_controller.rb
- app/models/merge_request.rb 2 additions, 1 deletionapp/models/merge_request.rb
- app/models/project.rb 4 additions, 0 deletionsapp/models/project.rb
- app/services/git_push_service.rb 2 additions, 1 deletionapp/services/git_push_service.rb
- app/views/projects/protected_branches/_branches_list.html.haml 2 additions, 0 deletions...iews/projects/protected_branches/_branches_list.html.haml
- app/views/projects/protected_branches/_protected_branch.html.haml 2 additions, 0 deletions...s/projects/protected_branches/_protected_branch.html.haml
- app/views/projects/protected_branches/index.html.haml 8 additions, 0 deletionsapp/views/projects/protected_branches/index.html.haml
- db/migrate/20160519203051_add_developers_can_merge_to_protected_branches.rb 9 additions, 0 deletions...9203051_add_developers_can_merge_to_protected_branches.rb
- db/schema.rb 4 additions, 3 deletionsdb/schema.rb
- lib/gitlab/access.rb 5 additions, 3 deletionslib/gitlab/access.rb
- lib/gitlab/git_access.rb 10 additions, 0 deletionslib/gitlab/git_access.rb
- spec/lib/gitlab/git_access_spec.rb 21 additions, 0 deletionsspec/lib/gitlab/git_access_spec.rb
- spec/services/git_push_service_spec.rb 11 additions, 2 deletionsspec/services/git_push_service_spec.rb
Please register or sign in to comment