Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-08Re-enable SqlInjection and CommandInjectionBrian Neel
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-03-29Labels support color names in backendDongqing Hu
2017-01-31Abillity to promote project labels to group labelsRitave
Fixes #24021
2016-11-29Merge branch 'zj-fix-label-creation-non-members' into 'security'Douwe Maan
Fix label creation non members Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/23416 See merge request !2006
2016-10-28Pass user instance to Labels::FindOrCreateService or skip_authorization: trueAdam Niedzielski
Do not pass project.owner because it may return a group and Labels::FindOrCreateService throws an error in this case. Fixes #23694.
2016-10-19Avoid touch label links that does not belongs to project when moving itDouglas Barbosa Alexandre
2016-10-19Rename Labels::CreateService to Labels::FindOrCreateServiceDouglas Barbosa Alexandre
2016-10-19User Labes::CreateService to create labelsDouglas Barbosa Alexandre
2016-10-19Add service to create project labelsDouglas Barbosa Alexandre
2016-10-19Recreates the label priorities when moving project to another groupDouglas Barbosa Alexandre
2016-10-19Skip update query if label have the same id on Labels::TransferServiceDouglas Barbosa Alexandre
2016-10-19Recreates missing group labels when moving project to another groupDouglas Barbosa Alexandre
2015-11-16Refactor global and group milestones logicDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-14Allow dashboard and group issues/MRs to be filtered by labelDouwe Maan