Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-17Reduce diff with EE in ProtectedRefsControllerRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-09-26Enable even more frozen string in app/controllersgfyoung
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.
2018-03-26DestroyService for protected tags/branches used from controllerJames Edwards-Jones
2017-05-31Backport EE refactorings for Protected Tag EE-only functionalityJames Edwards-Jones
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.
2017-04-06Protected Tags backend review changesJames Edwards-Jones
Added changelog
2017-04-04Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones
2017-04-04Fix typos in ProtectedRef concern and whitespace detected by rubocopJames Edwards-Jones
2017-04-03Created ProtectedRefsController to reduce Tags/Branches duplicationJames Edwards-Jones
Fixes ProtectedBranches#create flash errors bug due to typo in 'flash[:alert] = @protected_branches.errors'
2017-03-31Protected tags copy/paste from protected branchesJames Edwards-Jones
Should provide basic CRUD backend for frontend to work from. Doesn’t include frontend, API, or the internal API used from gitlab-shell