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