gitlab-org--gitlab-foss/app/views/projects/protected_branches
Patrick Bajao e371520f46 Allow protected branch creation via web and API
This commit includes changes to add `UserAccess#can_create_branch?`
which will check whether the user is allowed to create a branch even
if it matches a protected branch.

This is used in `Gitlab::Checks::BranchCheck` when the branch name
matches a protected branch.

A `push_to_create_protected_branch` ability in `ProjectPolicy` has been
added to allow Developers and above to create protected branches.
2019-03-06 12:20:27 +00:00
..
shared Allow protected branch creation via web and API 2019-03-06 12:20:27 +00:00
_branches_list.html.haml
_create_protected_branch.html.haml
_index.html.haml
_protected_branch.html.haml
_update_protected_branch.html.haml
show.html.haml