-
- Downloads
There was an error fetching the commit references. Please try again later.
DestroyService for protected tags/branches used from controller
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/services/protected_branches/destroy_service.rb 7 additions, 0 deletionsapp/services/protected_branches/destroy_service.rb
- app/services/protected_tags/destroy_service.rb 7 additions, 0 deletionsapp/services/protected_tags/destroy_service.rb
- spec/controllers/projects/protected_branches_controller_spec.rb 56 additions, 0 deletions...ontrollers/projects/protected_branches_controller_spec.rb
- spec/policies/protected_branch_policy_spec.rb 1 addition, 1 deletionspec/policies/protected_branch_policy_spec.rb
- spec/services/protected_branches/destroy_service_spec.rb 17 additions, 0 deletionsspec/services/protected_branches/destroy_service_spec.rb
- spec/services/protected_tags/destroy_service_spec.rb 17 additions, 0 deletionsspec/services/protected_tags/destroy_service_spec.rb
Please register or sign in to comment