summaryrefslogtreecommitdiff
path: root/app/policies/protected_branch_policy.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable frozen string in presenters and policiesrepo-forks/gitlab-ce-frozen-string-enable-app-presentersgfyoung2018-07-241-0/+2
| | | | | | | | | Enable frozen string in: * app/presenters * app/policies Partially addresses #47424.
* Revert exploratory branch restriction policyjej/add-protected-branch-policyJames Edwards-Jones2018-03-261-10/+0
|
* ProtectedBranchPolicy used from Controller for destroy/updateJames Edwards-Jones2018-03-261-0/+4
|
* Branch unprotection restriction starting pointJames Edwards-Jones2018-03-261-0/+15
Explored Policy framework to create something I can use as a starting point.