summaryrefslogtreecommitdiff
path: root/app/services/protected_branches
Commit message (Expand)AuthorAgeFilesLines
* 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