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 Remove oldrev and newrev nil-checks that are now unnecessary 2019-01-02 15:31:33 +01:00
branch_check.rb Allow users to create protected branches via CLI 2019-03-21 19:53:04 +08:00
change_access.rb Skip change access check for deploy keys 2019-01-02 15:31:32 +01:00
diff_check.rb Remove oldrev and newrev nil-checks that are now unnecessary 2019-01-02 15:31:33 +01:00
force_push.rb Enable some frozen string in lib/gitlab 2018-10-13 02:31:31 -07:00
lfs_check.rb Skip per-commit validations which have already passed on another change/branch 2018-12-28 10:44:25 +00:00
lfs_integrity.rb Adds tracing messages for slow git pushes 2018-10-25 10:10:45 +01:00
matching_merge_request.rb Enable some frozen string in lib/gitlab 2018-10-13 02:31:31 -07:00
post_push_message.rb Enable some frozen string in lib/gitlab 2018-10-13 02:31:31 -07:00
project_created.rb Enable some frozen string in lib/gitlab 2018-10-13 02:31:31 -07:00
project_moved.rb Enable some frozen string in lib/gitlab 2018-10-13 02:31:31 -07:00
push_check.rb Don't run single change checks when changes are unknown 2019-01-02 15:31:32 +01:00
tag_check.rb CE port Refactor Gitlab::Checks::ChangeAccess class 2018-12-04 11:55:49 +00:00
timed_logger.rb Iterating through commit list times out 2018-10-25 10:52:03 +01:00