-
- Downloads
Merge branch '53361-fresh-protected-branches' into 'master'
Allow protected branch creation via web and API Closes #53361 See merge request gitlab-org/gitlab-ce!24969
No related branches found
No related tags found
Showing
- app/models/protected_branch.rb 12 additions, 2 deletionsapp/models/protected_branch.rb
- app/views/projects/protected_branches/shared/_index.html.haml 1 addition, 1 deletion...views/projects/protected_branches/shared/_index.html.haml
- changelogs/unreleased/53361-fresh-protected-branches.yml 5 additions, 0 deletionschangelogs/unreleased/53361-fresh-protected-branches.yml
- doc/user/project/protected_branches.md 24 additions, 1 deletiondoc/user/project/protected_branches.md
- lib/gitlab/checks/branch_check.rb 32 additions, 2 deletionslib/gitlab/checks/branch_check.rb
- lib/gitlab/user_access.rb 2 additions, 2 deletionslib/gitlab/user_access.rb
- spec/lib/gitlab/checks/branch_check_spec.rb 100 additions, 0 deletionsspec/lib/gitlab/checks/branch_check_spec.rb
- spec/models/protected_branch_spec.rb 28 additions, 0 deletionsspec/models/protected_branch_spec.rb
- spec/policies/project_policy_spec.rb 1 addition, 2 deletionsspec/policies/project_policy_spec.rb
Please register or sign in to comment