summaryrefslogtreecommitdiff
path: root/spec/services/labels
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-10-stable-eev15.10.0-rc42GitLab Bot2023-03-206-6/+6
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-1/+1
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-183-4/+3
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-11/+1
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-71/+85
* 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
* Check if labels are available for target issuableJarka Košanová2019-03-281-0/+86
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-242-3/+3
* Backport from EE !5954Mark Chao2018-07-041-0/+20
* 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 ser...Jan Provaznik2018-02-261-23/+55
* 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
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-275-5/+5
* 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
* Merge branch 'zj-fix-label-creation-non-members' into 'security'Douwe Maan2016-11-281-1/+1
* Pass user instance to Labels::FindOrCreateService or skip_authorization: trueadam-fix-labels-find-or-createAdam Niedzielski2016-10-281-20/+31
* 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