summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/pipeline/seed/stage.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-3/+4
* Require `needs:` to be presentrequire-needs-to-be-presentKamil Trzciński2019-08-131-0/+6
* Make needs: to require previous jobsmake-needs-strong-connectionKamil Trzciński2019-08-021-9/+10
* Add a new relation between a stage and related bridgesGrzegorz Bizon2019-01-251-1/+1
* Make it possible to fabricate CI/CD bridge jobsGrzegorz Bizon2019-01-251-1/+7
* Enable frozen string for lib/gitlab/cigfyoung2018-10-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
* Merge branch 'master' into feature/gb/variables-expressions-in-only-exceptGrzegorz Bizon2018-03-271-3/+3
|\
| * Make stage seed instance variables less ambiguousbackstage/gb/populating-pipeline-refactoringGrzegorz Bizon2018-03-261-4/+4
* | Simplify how we set pipeline builds user on creationGrzegorz Bizon2018-03-231-4/+0
|/
* Add specs for pipeline chain that builds stages and jobsGrzegorz Bizon2018-03-221-7/+3
* Move policy related specs our of YAML processor testsGrzegorz Bizon2018-03-221-2/+8
* Evaluate only/except policies outside of YAML processorGrzegorz Bizon2018-03-211-8/+14
* Make it easier to test pipeline stage seedsGrzegorz Bizon2018-03-211-7/+4
* Populate pipeline with objects before creating itGrzegorz Bizon2018-03-211-2/+0
* Remove legacy service for creating pipeline stagesGrzegorz Bizon2018-03-211-7/+1
* Decouple pipeline stage seeds from building environmentsGrzegorz Bizon2018-03-211-5/+3
* Support building all pipeline resource before savingGrzegorz Bizon2018-03-211-19/+18
* Introduce pipeline build seedsGrzegorz Bizon2018-03-211-23/+12
* Start building abstraction over pipeline seedsGrzegorz Bizon2018-03-211-0/+68