summaryrefslogtreecommitdiff
path: root/app/services/labels
Commit message (Collapse)AuthorAgeFilesLines
* Labels support color names in backendDongqing Hu2017-03-294-2/+203
|
* Abillity to promote project labels to group labelsRitave2017-01-311-0/+71
| | | | Fixes #24021
* Merge branch 'zj-fix-label-creation-non-members' into 'security'Douwe Maan2016-11-281-1/+6
| | | | | | | | 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-4/+7
| | | | | | 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-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
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Allow dashboard and group issues/MRs to be filtered by labelDouwe Maan2015-10-141-0/+26