summaryrefslogtreecommitdiff
path: root/spec/models/project_label_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
| | | | Adds `# frozen_string_literal: true` to spec/models ruby files
* 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, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* 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