summaryrefslogtreecommitdiff
path: root/spec/models/project_label_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-03-221-0/+35
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-241-1/+1
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-4/+4
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-2/+2
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Use `:empty_project` where possible in model specsrs-empty_project-modelsRobert Speicher2017-01-261-1/+1
* Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-021-2/+2
* Add subject to group and projects labels which return group/projectDouglas Barbosa Alexandre2016-10-191-0/+8
* Add restriction to number of permitted priorities per project labelDouglas Barbosa Alexandre2016-10-191-1/+12
* Fix validation to allow updates to description/color of project labelDouglas Barbosa Alexandre2016-10-191-0/+10
* Unfold references for group labels when moving issue to another projectDouglas Barbosa Alexandre2016-10-191-0/+46
* Validate if project label title does not exist at group levelDouglas Barbosa Alexandre2016-10-191-0/+34
* Add ProjectLabel modelDouglas Barbosa Alexandre2016-10-191-0/+11