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 (Expand)Author
2022-03-18Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-02-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-05Fix HTML injection for label descriptionPatrick Derichs
2019-07-24Add where condition to filter out invalid labels with nil typePatrick Derichs
2019-04-01Add # frozen_string_literal to spec/modelsThong Kuah
2018-10-04Add subscribe filter to labels pageDmitriy Zaporozhets
2018-07-31Add specs for label search backend codeDmitriy Zaporozhets
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-05-25Add failing test for #32728winh
2017-04-12Remove heading and trailing spaces from label's color and titleblackst0ne
2017-01-09validate length of label.titleTomáš Kukrál
2016-10-19Abstract LabelPriority away into methods on Label modelDouglas Barbosa Alexandre
2016-10-19Add LabelPriority modelDouglas Barbosa Alexandre
2016-10-19Unfold references for group labels when moving issue to another projectDouglas Barbosa Alexandre
2016-10-19Validate if project label title does not exist at group levelDouglas Barbosa Alexandre
2016-10-19Add ProjectLabel modelDouglas Barbosa Alexandre
2016-10-19Validates uniqueness of title unless label is a templateDouglas Barbosa Alexandre
2016-08-17Destroy related lists when a label is removedDouglas Barbosa Alexandre
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-07-06Allow '?', or '&' for label titlesDouglas Barbosa Alexandre
2016-05-10Merge branch 'remove-annotate-gem' into 'master' Yorick Peterse
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-05-05Sanitize milestones and label titlesFelipe Artur
2016-03-03Add cross project references support for label modelGrzegorz Bizon
2016-03-03Add support for keyword arguments in label reference methodGrzegorz Bizon
2015-12-09Tag model specsDouwe Maan
2015-11-13Annotate modelsDmitriy Zaporozhets
2015-05-26Support only double quotes for multi-word label referencesRobert Speicher
2015-05-26Add `to_reference` for models that support referencesRobert Speicher
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
2014-08-25Annotate modelsDmitriy Zaporozhets
2014-08-20Add spec on labels validationjubianchi
2014-07-29Label and LabelLink models for implementing own GitLab labelsDmitriy Zaporozhets