Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-22Remove protected_branch_creation feature flagPatrick Bajao
2019-03-21Allow users to create protected branches via CLIPatrick Bajao
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-07Move empty_repo check on its ownPatrick Bajao
2019-03-07Allow protected branch creation for empty projectPatrick Bajao
2019-03-06Allow protected branch creation via web and APIPatrick Bajao
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.
2018-12-04CE port Refactor Gitlab::Checks::ChangeAccess classFrancisco Javier López