summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/pipeline/chain/populate.rb
Commit message (Expand)AuthorAgeFilesLines
* Reveert build_relations and simply add a line for creating iidShinya Maeda2018-06-021-13/+7
* Add build_relations method in Chain::PopulateShinya Maeda2018-05-301-4/+13
* Do not save associated records for pipeline builds twiceGrzegorz Bizon2018-04-251-5/+1
* Simplify how we set pipeline builds user on creationGrzegorz Bizon2018-03-231-2/+0
* Add specs for pipeline chain that builds stages and jobsGrzegorz Bizon2018-03-221-3/+7
* Do not select included stage seeds in populate chainGrzegorz Bizon2018-03-221-5/+2
* Add a guard clause to avoid creating empty stagesGrzegorz Bizon2018-03-211-0/+3
* Make it easier to test pipeline stage seedsGrzegorz Bizon2018-03-211-3/+4
* Reduce stage seeds coupling between pipeline and YAMLGrzegorz Bizon2018-03-211-2/+6
* Add specs for chain element that populates a pipelineGrzegorz Bizon2018-03-211-1/+7
* Populate pipeline with objects before creating itGrzegorz Bizon2018-03-211-0/+32