summaryrefslogtreecommitdiff
path: root/app/services/protected_branches
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/security/gitlab@14-7-stable-eeGitLab Bot2022-02-033-13/+2
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-12/+5
* Add latest changes from gitlab-org/security/gitlab@14-5-stable-eeGitLab Bot2021-12-033-2/+20
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-205-5/+28
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-196-6/+6
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-0/+5
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-172-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-134-0/+8
* Add structure to support EE feature of COARKerri Miller2019-09-051-1/+6
* Reduce remaining diff with EE in app/servicesRémy Coutable2019-02-142-16/+16
* [master] Check access rights when creating/updating ProtectedRefsFrancisco Javier López2019-01-311-8/+0
* Whitelist existing destroy_all offensesblacklist-destroy-allYorick Peterse2018-08-161-2/+2
* Enable more frozen string in app/services/**/*.rbgfyoung2018-07-187-0/+14
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-113-5/+5
* ProtectedBranchPolicy used from Controller for destroy/updateJames Edwards-Jones2018-03-262-4/+15
* DestroyService for protected tags/branches used from controllerJames Edwards-Jones2018-03-261-0/+7
* Branch unprotection restriction starting pointJames Edwards-Jones2018-03-261-1/+1
* Protected branch is now created for default branch on import3968-protected-branch-is-not-set-for-default-branch-on-importTiago Botelho2018-01-061-2/+2
* CE backport of ProtectedBranches API changesJames Edwards-Jones2017-12-072-0/+57
* Renamed ProtectedBranches::ApiUpdateService to LegacyApiUpdateServicejej-rename-legacy-protected-branches-api-serviceJames Edwards-Jones2017-11-232-4/+4
* Protected Tags backend review changesJames Edwards-Jones2017-04-061-5/+2
* Enable Performance/RedundantMergeDouwe Maan2017-02-231-4/+4
* Implement third round of review comments from @DouweM.21513-fix-branch-protection-apiTimothy Andrew2016-10-242-13/+4
* Implement second round of review comments from @DouweM.Timothy Andrew2016-10-242-8/+8
* Implement review comments from @DouweM.Timothy Andrew2016-10-241-10/+15
* Implement review comments from @dbalexandre.Timothy Andrew2016-10-241-37/+8
* Fix branch protection API.Timothy Andrew2016-10-242-0/+109
* Backport changes from gitlab-org/gitlab-ee!581 to CE.Timothy Andrew2016-08-161-17/+1
* Implement final review comments from @rymai.Timothy Andrew2016-07-292-2/+2
* Use `Gitlab::Access` to protected branch access levels.Timothy Andrew2016-07-293-89/+17
* Authorize user before creating/updating a protected branch.Timothy Andrew2016-07-293-5/+15
* Have the `branches` API work with the new protected branches data model.Timothy Andrew2016-07-291-2/+32
* Implement review comments from @dbalexandre.Timothy Andrew2016-07-291-0/+9
* Fix default branch protection.Timothy Andrew2016-07-292-2/+2
* Add "No One Can Push" to the protected branches UI.Timothy Andrew2016-07-292-21/+27
* Use the `{Push,Merge}AccessLevel` models in the UI.Timothy Andrew2016-07-293-0/+57