summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/pipeline/chain
Commit message (Expand)AuthorAgeFilesLines
* Merge request pipelinesShinya Maeda2018-12-052-1/+2
* Squashed commit of the following:Shinya Maeda2018-11-061-16/+1
* Enable frozen string for lib/gitlab/cigfyoung2018-10-2611-1/+24
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-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-302-7/+13
* Remvoe disable_ddl_transaction! and redandant RecordNotUnique exception rescueShinya Maeda2018-05-221-1/+1
* Rescue RecordNotUnique when pipeline is created with non-unique iidShinya Maeda2018-05-111-1/+1
* Fix ensure_iid! method override problemShinya Maeda2018-05-101-2/+2
* Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-082-2/+3
|\
| * Merge branch 'master' into 44059-specify-variables-when-executing-a-manual-pi...Jose2018-04-301-5/+1
| |\
| * | Extend Gitlab::Ci::Pipeline::Chain::Command with variables_attributesMatija Čupić2018-04-182-2/+3
* | | Make Atomic Internal ID work for pipelinesKamil Trzciński2018-05-031-0/+3
| |/ |/|
* | 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-213-10/+9
* Reduce stage seeds coupling between pipeline and YAMLGrzegorz Bizon2018-03-212-6/+6
* Add specs for chain element that populates a pipelineGrzegorz Bizon2018-03-211-1/+7
* Populate pipeline with objects before creating itGrzegorz Bizon2018-03-212-7/+32
* Remove legacy service for creating pipeline stagesGrzegorz Bizon2018-03-211-3/+4
* Decouple pipeline stage seeds from building environmentsGrzegorz Bizon2018-03-211-0/+13
* [CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto2018-03-081-1/+1
* Remove unsued pipelines-related prometheus metricGrzegorz Bizon2018-03-051-16/+0
* Introduce PredicateMemoization cop and fix offensesLin Jen-Shin2018-01-121-1/+5
* Add Chain::Command specsfix/gb/fix-pipeline-build-chain-tag-evaluationKamil Trzcinski2017-12-081-1/+1
* Fix a bug of before_sha being inproperly evaluated to `checkout_sha`Kamil Trzcinski2017-12-081-5/+1
* Implement and use Gitlab::Ci::Pipeline::Chain::CommandKamil Trzcinski2017-12-086-70/+83
* Fix invalid pipeline build chain tag evaluationGrzegorz Bizon2017-12-082-6/+14
* Update pipeline create chain Prometheus metricmetrics/gb/add-tmp-stage-creation-metricsGrzegorz Bizon2017-12-071-4/+3
* Move invalid builds counter out of the transactionGrzegorz Bizon2017-12-061-0/+17
* Reduce pipeline chain life span to minimize side effectsbackstage/gb/improve-pipeline-chain-reduce-side-effectsGrzegorz Bizon2017-12-041-7/+6
* Set pipeline config source attribute in a build stepGrzegorz Bizon2017-10-111-0/+2
* Extract class responsible for building a pipelineGrzegorz Bizon2017-10-091-0/+56
* Set a pipeline failure reason when it has YAML errorsGrzegorz Bizon2017-10-051-1/+1
* Add some minor improvements to pipeline creation chainbackstage/gb/refactor-pipeline-create-serviceGrzegorz Bizon2017-09-272-5/+2
* Add specs for builder chain step that skipps pipelinesGrzegorz Bizon2017-09-261-1/+1
* Fix coding style offenses in pipeline chain classesGrzegorz Bizon2017-09-262-4/+2
* Move pipeline builder validation chain to a moduleGrzegorz Bizon2017-09-266-115/+121
* Split pipeline chain builder validation classGrzegorz Bizon2017-09-266-102/+143
* Add class that handles pipeline creation sequenceGrzegorz Bizon2017-09-261-0/+37
* Extract pipeline persistence to a separate chain classGrzegorz Bizon2017-09-261-0/+29
* Fix code style offenses in pipeline create servicesGrzegorz Bizon2017-09-261-1/+1
* Use tag/branch methods to check if pipeline ref existsGrzegorz Bizon2017-09-251-8/+2
* Extract pipeline chain builder classes from serviceGrzegorz Bizon2017-09-253-0/+167