-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'jej/add-protected-branch-policy' into 'master'
Add protected branch policy See merge request gitlab-org/gitlab-ce!17982
No related branches found
No related tags found
Showing
- app/controllers/projects/protected_branches_controller.rb 2 additions, 6 deletionsapp/controllers/projects/protected_branches_controller.rb
- app/controllers/projects/protected_refs_controller.rb 13 additions, 1 deletionapp/controllers/projects/protected_refs_controller.rb
- app/controllers/projects/protected_tags_controller.rb 2 additions, 6 deletionsapp/controllers/projects/protected_tags_controller.rb
- app/policies/protected_branch_policy.rb 9 additions, 0 deletionsapp/policies/protected_branch_policy.rb
- app/services/protected_branches/create_service.rb 13 additions, 4 deletionsapp/services/protected_branches/create_service.rb
- app/services/protected_branches/destroy_service.rb 9 additions, 0 deletionsapp/services/protected_branches/destroy_service.rb
- app/services/protected_branches/update_service.rb 1 addition, 1 deletionapp/services/protected_branches/update_service.rb
- app/services/protected_tags/destroy_service.rb 7 additions, 0 deletionsapp/services/protected_tags/destroy_service.rb
- lib/api/protected_branches.rb 4 additions, 1 deletionlib/api/protected_branches.rb
- spec/controllers/projects/protected_branches_controller_spec.rb 97 additions, 0 deletions...ontrollers/projects/protected_branches_controller_spec.rb
- spec/policies/protected_branch_policy_spec.rb 22 additions, 0 deletionsspec/policies/protected_branch_policy_spec.rb
- spec/requests/api/protected_branches_spec.rb 31 additions, 3 deletionsspec/requests/api/protected_branches_spec.rb
- spec/services/protected_branches/create_service_spec.rb 13 additions, 0 deletionsspec/services/protected_branches/create_service_spec.rb
- spec/services/protected_branches/destroy_service_spec.rb 30 additions, 0 deletionsspec/services/protected_branches/destroy_service_spec.rb
- spec/services/protected_branches/update_service_spec.rb 11 additions, 0 deletionsspec/services/protected_branches/update_service_spec.rb
- spec/services/protected_tags/destroy_service_spec.rb 17 additions, 0 deletionsspec/services/protected_tags/destroy_service_spec.rb
app/policies/protected_branch_policy.rb
0 → 100644
Please register or sign in to comment