summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/pipeline/seed
Commit message (Expand)AuthorAgeFilesLines
* 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-252-2/+16
* Enable frozen string for lib/gitlab/cigfyoung2018-10-263-0/+6
* 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-232-12/+1
* | Integrate build seeds with variables expressions policyGrzegorz Bizon2018-03-231-7/+10
|/
* 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-222-5/+11
* Fix rubocop offense in pipeline build seed classGrzegorz Bizon2018-03-221-13/+11
* Evaluate only/except policies outside of YAML processorGrzegorz Bizon2018-03-212-8/+29
* Make it easier to test pipeline stage seedsGrzegorz Bizon2018-03-212-7/+8
* Populate pipeline with objects before creating itGrzegorz Bizon2018-03-211-2/+0
* Remove legacy service for creating pipeline stagesGrzegorz Bizon2018-03-212-8/+2
* Decouple pipeline stage seeds from building environmentsGrzegorz Bizon2018-03-211-5/+3
* Support building all pipeline resource before savingGrzegorz Bizon2018-03-213-24/+34
* Introduce pipeline build seedsGrzegorz Bizon2018-03-212-23/+40
* Start building abstraction over pipeline seedsGrzegorz Bizon2018-03-212-0/+85