summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci/pipeline/seed/stage_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Require `needs:` to be presentrequire-needs-to-be-presentKamil Trzciński2019-08-131-0/+10
* Make needs: to require previous jobsmake-needs-strong-connectionKamil Trzciński2019-08-021-1/+13
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
* Make it possible to fabricate CI/CD bridge jobsGrzegorz Bizon2019-01-251-2/+12
* Reintroduce Command#protected_ref?Matija Čupić2018-12-081-1/+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-1/+2
* Simplify how we set pipeline builds user on creationGrzegorz Bizon2018-03-231-10/+0
* Add specs for pipeline chain that builds stages and jobsGrzegorz Bizon2018-03-221-0/+22
* Move policy related specs our of YAML processor testsGrzegorz Bizon2018-03-221-2/+18
* Evaluate only/except policies outside of YAML processorGrzegorz Bizon2018-03-211-3/+5
* Make it easier to test pipeline stage seedsGrzegorz Bizon2018-03-211-11/+11
* Populate pipeline with objects before creating itGrzegorz Bizon2018-03-211-0/+10
* Remove legacy service for creating pipeline stagesGrzegorz Bizon2018-03-211-3/+3
* Introduce pipeline build seedsGrzegorz Bizon2018-03-211-2/+2
* Start building abstraction over pipeline seedsGrzegorz Bizon2018-03-211-0/+83