summaryrefslogtreecommitdiff
path: root/spec/services/protected_tags
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-2/+2
|
* DestroyService for protected tags/branches used from controllerJames Edwards-Jones2018-03-261-0/+17
|
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-272-2/+2
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Protected Tags backend review changesJames Edwards-Jones2017-04-061-0/+26
| | | Added changelog
* Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones2017-04-041-2/+2
|
* Extract ProtectedRef ConcernJames Edwards-Jones2017-04-031-2/+0
|
* Protected tags copy/paste from protected branchesJames Edwards-Jones2017-03-311-0/+23
Should provide basic CRUD backend for frontend to work from. Doesn’t include frontend, API, or the internal API used from gitlab-shell