summaryrefslogtreecommitdiff
path: root/spec/services/protected_tags/create_service_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-03-151-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-02-041-30/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-01-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-12-131-1/+38
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-241-1/+1
|
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
| | | | Probably useful as we often move these files to "new" files.
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-2/+2
|
* 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-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* 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