gitlab-org--gitlab-foss/lib/gitlab/checks
Patrick Bajao 438485ef88 Allow users to create protected branches via CLI
This is for fixing a regression introduced by:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24969

This fix will allow users who are allowed to push to protected
branches to create protected branches via CLI as well, just
like before. The checks for protected branch creation won't
need to run.
2019-03-21 19:53:04 +08:00
..
base_checker.rb
branch_check.rb Allow users to create protected branches via CLI 2019-03-21 19:53:04 +08:00
change_access.rb
diff_check.rb
force_push.rb
lfs_check.rb
lfs_integrity.rb
matching_merge_request.rb
post_push_message.rb
project_created.rb
project_moved.rb
push_check.rb
tag_check.rb
timed_logger.rb