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