summaryrefslogtreecommitdiff
path: root/app/controllers/projects/protected_tags_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Reduce diff with EE in ProtectedRefsControllerRémy Coutable2018-12-171-0/+4
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
| | | | | | | | | | | | Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
* DestroyService for protected tags/branches used from controllerJames Edwards-Jones2018-03-261-6/+2
|
* Backport EE refactorings for Protected Tag EE-only functionalityjej-backport-protected-tag-ee-role-refactoringsJames Edwards-Jones2017-05-311-1/+1
| | | | Improvements and refactorings were made while adding role based permissions for protected tags to EE. This doesn’t backport the feature, but should improve code quality and minimize divergence.
* Protected Tags backend review changesJames Edwards-Jones2017-04-061-15/+3
| | | Added changelog
* Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones2017-04-041-1/+1
|
* Fix typos in ProtectedRef concern and whitespace detected by rubocopJames Edwards-Jones2017-04-031-1/+0
|
* Created ProtectedRefsController to reduce Tags/Branches duplicationJames Edwards-Jones2017-04-031-40/+18
| | | | | Fixes ProtectedBranches#create flash errors bug due to typo in 'flash[:alert] = @protected_branches.errors'
* Protected tags copy/paste from protected branchesJames Edwards-Jones2017-03-311-0/+58
Should provide basic CRUD backend for frontend to work from. Doesn’t include frontend, API, or the internal API used from gitlab-shell