summaryrefslogtreecommitdiff
path: root/spec/services/labels
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-192-0/+38
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-33/+33
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-192-99/+114
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+29
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-206-6/+6
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-011-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-181-34/+70
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-2/+2
|
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-125-0/+10
| | | | Probably useful as we often move these files to "new" files.
* Check if labels are available for target issuableJarka Košanová2019-03-281-0/+86
| | | | | - labels have to be in the same project/group as an issuable
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-242-3/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Backport from EE !5954Mark Chao2018-07-041-0/+20
| | | | | | Allow Labels::FindOrCreateService to find ancestor group labels Add authentication check on API endpoint Update flayignore
* Fix label links update on project transferJan Provaznik2018-04-191-0/+10
|
* Allow to find labels in ancestor groups and better group support in label ↵Jan Provaznik2018-02-261-23/+55
| | | | service
* Keep subscribers when promoting labels to group labels37199-labels-fixJarka Kadlecová2018-01-121-0/+13
|
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
|
* Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-101-1/+1
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-025-10/+10
|
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-012-3/+3
|
* Use described_class when possibleRémy Coutable2017-07-272-24/+24
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-275-5/+5
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-3/+3
|
* Labels support color names in backendDongqing Hu2017-03-292-0/+266
|
* Use `:empty_project` where possible in service specsRobert Speicher2017-03-272-3/+3
|
* Abillity to promote project labels to group labelsRitave2017-01-311-0/+187
| | | | Fixes #24021
* Merge branch 'zj-fix-label-creation-non-members' into 'security'Douwe Maan2016-11-281-1/+1
| | | | | | | | Fix label creation non members Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/23416 See merge request !2006
* Pass user instance to Labels::FindOrCreateService or skip_authorization: trueadam-fix-labels-find-or-createAdam Niedzielski2016-10-281-20/+31
| | | | | | Do not pass project.owner because it may return a group and Labels::FindOrCreateService throws an error in this case. Fixes #23694.
* Avoid touch label links that does not belongs to project when moving itfeature/group-level-labelsDouglas Barbosa Alexandre2016-10-191-12/+17
|
* Rename Labels::CreateService to Labels::FindOrCreateServiceDouglas Barbosa Alexandre2016-10-191-1/+1
|
* Add service to create project labelsDouglas Barbosa Alexandre2016-10-191-0/+51
|
* Recreates the label priorities when moving project to another groupDouglas Barbosa Alexandre2016-10-191-0/+10
|
* Recreates missing group labels when moving project to another groupDouglas Barbosa Alexandre2016-10-191-0/+41