summaryrefslogtreecommitdiff
path: root/spec/factories/ci/stages.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-18/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-091-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-021-8/+8
* Add frozen_string_literal to spec/factoriesfrozen_string_spec_factoriesThong Kuah2019-07-261-0/+2
* Use stages position column to track stage indexGrzegorz Bizon2018-05-011-1/+1
* Rename stage index column name to priority columnGrzegorz Bizon2018-04-241-1/+1
* Validate presence of a stage index in the modelGrzegorz Bizon2018-04-241-0/+1
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-1/+1
* Use usual method to retrieve CI/CD stage statusesGrzegorz Bizon2017-08-161-1/+1
* Add some validations to persisted stage modelGrzegorz Bizon2017-07-041-0/+2
* Use enumerated status in persisted stage classGrzegorz Bizon2017-07-041-0/+6
* Merge branch 'master' into feature/gb/persist-pipeline-stagesGrzegorz Bizon2017-06-051-0/+2
|\
| * Lint our factories creation in addition to their build33139-lint-our-factoriesRémy Coutable2017-06-021-0/+2
* | Rename `Ci::Stage` class to `Ci::LegacyStage`Grzegorz Bizon2017-06-011-2/+4
|/
* Pass memoizable warnings attribute to stage objectGrzegorz Bizon2017-01-181-1/+2
* Added Ci::Stage specsKamil Trzcinski2016-12-061-0/+13