-
- Downloads
There was an error fetching the commit references. Please try again later.
Deduplicate protected ref human_access_levels
Previously these were duplicated so they could be different for push/merge, but this was no longer necessary after https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11232
Showing
- app/controllers/projects/settings/repository_controller.rb 5 additions, 5 deletionsapp/controllers/projects/settings/repository_controller.rb
- app/models/concerns/protected_branch_access.rb 0 additions, 8 deletionsapp/models/concerns/protected_branch_access.rb
- app/models/concerns/protected_ref_access.rb 7 additions, 1 deletionapp/models/concerns/protected_ref_access.rb
- app/models/protected_tag/create_access_level.rb 0 additions, 8 deletionsapp/models/protected_tag/create_access_level.rb
- spec/support/protected_tags/access_control_ce_shared_examples.rb 1 addition, 1 deletion...pport/protected_tags/access_control_ce_shared_examples.rb
- spec/support/shared_examples/features/protected_branches_access_control_ce.rb 2 additions, 2 deletions...examples/features/protected_branches_access_control_ce.rb
Please register or sign in to comment