summaryrefslogtreecommitdiff
path: root/app/services/labels
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-2/+2
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-2/+2
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-3/+3
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-155/+1
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-25/+6
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-10/+25
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-194-14/+23
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-0/+2
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-35/+27
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-3/+3
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-202-15/+12
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-183-4/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-231-8/+13
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-181-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Avoid creating labels when removing themChristian Couder2019-09-042-5/+7
* Support adding and removing labels w/ push optsChristian Couder2019-09-041-2/+2
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-1/+1
* Check if labels are available for target issuableJarka Košanová2019-03-281-0/+60
* Incorporate feedback from NickRobert Schilling2019-01-311-0/+1
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Fix several ActionController::Parameters deprecationsJasper Maes2019-01-112-2/+2
* Fix deprecation: Passing ActiveRecord::Base objects to sanitize_sql_hash_for_...Jasper Maes2018-12-131-4/+4
* Replace deprecated uniq on a Relation with distinctJasper Maes2018-10-261-1/+1
* Added FromUnion to easily select from a UNIONYorick Peterse2018-09-171-7/+7
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-113-0/+28
* Use ResourceLabelEvent for tracking label changesJan Provaznik2018-09-071-0/+7
* Whitelist existing destroy_all offensesblacklist-destroy-allYorick Peterse2018-08-161-1/+1
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-166-0/+12
* Backport from EE !5954Mark Chao2018-07-041-1/+7
* Fix label links update on project transferJan Provaznik2018-04-191-3/+8
* Allow to find labels in ancestor groups and better group support in label ser...Jan Provaznik2018-02-261-6/+16
* Keep subscribers when promoting labels to group labels37199-labels-fixJarka Kadlecová2018-01-121-1/+11
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-212-24/+24
* Labels support color names in backendDongqing Hu2017-03-294-2/+203
* Abillity to promote project labels to group labelsRitave2017-01-311-0/+71
* Merge branch 'zj-fix-label-creation-non-members' into 'security'Douwe Maan2016-11-281-1/+6
* Pass user instance to Labels::FindOrCreateService or skip_authorization: trueadam-fix-labels-find-or-createAdam Niedzielski2016-10-281-4/+7
* Avoid touch label links that does not belongs to project when moving itfeature/group-level-labelsDouglas Barbosa Alexandre2016-10-191-15/+42
* Rename Labels::CreateService to Labels::FindOrCreateServiceDouglas Barbosa Alexandre2016-10-192-2/+2
* User Labes::CreateService to create labelsDouglas Barbosa Alexandre2016-10-191-6/+2
* Add service to create project labelsDouglas Barbosa Alexandre2016-10-191-0/+33
* Recreates the label priorities when moving project to another groupDouglas Barbosa Alexandre2016-10-191-1/+2
* Skip update query if label have the same id on Labels::TransferServiceDouglas Barbosa Alexandre2016-10-191-0/+2
* Recreates missing group labels when moving project to another groupDouglas Barbosa Alexandre2016-10-191-0/+52
* Refactor global and group milestones logicDmitriy Zaporozhets2015-11-161-26/+0
* Allow dashboard and group issues/MRs to be filtered by labelDouwe Maan2015-10-141-0/+26