summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/pipeline/chain/populate.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-1/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-181-19/+2
* Persist `needs:` validation as config errorpersist-needs-errorKamil Trzciński2019-09-041-1/+1
* Require `needs:` to be presentrequire-needs-to-be-presentKamil Trzciński2019-08-131-3/+8
* Assign pipeline protected attribute in PopulateMatija Čupić2019-01-211-0/+4
* Enable frozen string for lib/gitlab/cigfyoung2018-10-261-0/+2
* 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