summaryrefslogtreecommitdiff
path: root/app/models/protected_tag
Commit message (Collapse)AuthorAgeFilesLines
* Deduplicate protected ref human_access_levelsjej/fix-protected-branch-validations-ceJames Edwards-Jones2017-11-241-8/+0
| | | | | | Previously these were duplicated so they could be different for push/merge, but this was no longer necessary after https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11232
* Fix ProtectedBranch access level validationsJames Edwards-Jones2017-11-241-4/+0
| | | | | Before an access_level was required in EE even when an it had been set for a user/group.
* Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones2017-04-041-1/+1
|
* Protected tags copy/paste from protected branchesJames Edwards-Jones2017-03-311-0/+21
Should provide basic CRUD backend for frontend to work from. Doesn’t include frontend, API, or the internal API used from gitlab-shell