Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-02Reveert build_relations and simply add a line for creating iidShinya Maeda
2018-05-30Add build_relations method in Chain::PopulateShinya Maeda
2018-05-22Remvoe disable_ddl_transaction! and redandant RecordNotUnique exception rescueShinya Maeda
2018-05-11Rescue RecordNotUnique when pipeline is created with non-unique iidShinya Maeda
2018-05-10Fix ensure_iid! method override problemShinya Maeda
2018-05-08Merge branch 'master' into per-project-pipeline-iidShinya Maeda
2018-05-03Make Atomic Internal ID work for pipelinesKamil Trzciński
2018-05-01Merge branch 'master' into 44059-specify-variables-when-executing-a-manual-pi...Jose
2018-04-25Do not save associated records for pipeline builds twiceGrzegorz Bizon
2018-04-18Extend Gitlab::Ci::Pipeline::Chain::Command with variables_attributesMatija Čupić
2018-03-23Simplify how we set pipeline builds user on creationGrzegorz Bizon
2018-03-22Add specs for pipeline chain that builds stages and jobsGrzegorz Bizon
2018-03-22Do not select included stage seeds in populate chainGrzegorz Bizon
2018-03-21Add a guard clause to avoid creating empty stagesGrzegorz Bizon
2018-03-21Make it easier to test pipeline stage seedsGrzegorz Bizon
2018-03-21Reduce stage seeds coupling between pipeline and YAMLGrzegorz Bizon
2018-03-21Add specs for chain element that populates a pipelineGrzegorz Bizon
2018-03-21Populate pipeline with objects before creating itGrzegorz Bizon
2018-03-21Remove legacy service for creating pipeline stagesGrzegorz Bizon
2018-03-21Decouple pipeline stage seeds from building environmentsGrzegorz Bizon
2018-03-08[CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto
2018-03-05Remove unsued pipelines-related prometheus metricGrzegorz Bizon
2018-01-12Introduce PredicateMemoization cop and fix offensesLin Jen-Shin
2017-12-08Add Chain::Command specsKamil Trzcinski
2017-12-08Fix a bug of before_sha being inproperly evaluated to `checkout_sha`Kamil Trzcinski
2017-12-08Implement and use Gitlab::Ci::Pipeline::Chain::CommandKamil Trzcinski
2017-12-08Fix invalid pipeline build chain tag evaluationGrzegorz Bizon
2017-12-07Update pipeline create chain Prometheus metricGrzegorz Bizon
2017-12-06Move invalid builds counter out of the transactionGrzegorz Bizon
2017-12-04Reduce pipeline chain life span to minimize side effectsGrzegorz Bizon
2017-10-11Set pipeline config source attribute in a build stepGrzegorz Bizon
2017-10-09Extract class responsible for building a pipelineGrzegorz Bizon
2017-10-05Set a pipeline failure reason when it has YAML errorsGrzegorz Bizon
2017-09-27Add some minor improvements to pipeline creation chainGrzegorz Bizon
2017-09-26Add specs for builder chain step that skipps pipelinesGrzegorz Bizon
2017-09-26Fix coding style offenses in pipeline chain classesGrzegorz Bizon
2017-09-26Move pipeline builder validation chain to a moduleGrzegorz Bizon
2017-09-26Split pipeline chain builder validation classGrzegorz Bizon
2017-09-26Add class that handles pipeline creation sequenceGrzegorz Bizon
2017-09-26Extract pipeline persistence to a separate chain classGrzegorz Bizon
2017-09-26Fix code style offenses in pipeline create servicesGrzegorz Bizon
2017-09-25Use tag/branch methods to check if pipeline ref existsGrzegorz Bizon
2017-09-25Extract pipeline chain builder classes from serviceGrzegorz Bizon