summaryrefslogtreecommitdiff
path: root/app/services/ci/create_pipeline_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot2019-12-201-1/+4
* Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot2019-11-191-2/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Fixes non interruptible scope nameCédric Tabin2019-09-121-1/+1
* Merge branch 'ce-detect-github-pull-requests' into 'master'Kamil Trzciński2019-09-061-1/+4
|\
| * CE port for pipelines for external pull requestsce-detect-github-pull-requestsFabio Pitino2019-09-051-1/+4
* | New interruptible attribute supported in YAML parsing.Cédric Tabin2019-09-051-5/+15
|/
* Add active_jobs_limit to plans tableFabio Pitino2019-08-211-1/+2
* Refactor pipeline errors_messagerefactor-pipeline-errors_message-ceShinya Maeda2019-07-041-1/+1
* Fix schedule head pipeline updatefix-schedule-head-pipeline-update-methodShinya Maeda2019-05-061-7/+1
* Rewind IID on Ci::Pipelinesrewind-iid-on-pipelinesKamil Trzciński2019-04-161-0/+4
* Use Gitlab::PushOptions for `ci.skip` push optionLuke Duncalfe2019-04-091-1/+1
* Persist source sha and target sha for merge pipelinesShinya Maeda2019-02-271-1/+3
* Merge branch 'fix-misspellings-app-comments' into 'master'Rémy Coutable2019-02-261-2/+2
* Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"Michael Kozono2019-02-251-2/+2
* Fix misspellings in app/spec commentsTakuya Noguchi2019-02-251-2/+2
* Move ChatOps to CoreJames Fargher2019-02-201-0/+1
* Fix a Ruby 2.4 incompatibility in Ci::CreatePipelineServiceRémy Coutable2019-02-121-2/+7
* Reduce the diff with EE in Ci::CreatePipelineServiceRémy Coutable2019-02-041-3/+11
* Add support for Git push options, specifically ci.skipJonathon Reinhart2018-12-311-1/+2
* Rename project's pipelines relationFrancisco Javier López2018-12-051-1/+1
* Merge request pipelinesShinya Maeda2018-12-051-1/+2
* Squashed commit of the following:Shinya Maeda2018-11-301-0/+10
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-161-0/+2
* Use variables_attributes intead of variablesMatija Čupić2018-04-181-1/+1
* Add variables option to Ci::CreatePipelineServiceMatija Čupić2018-04-181-0/+1
* Merge branch 'backstage/gb/populating-pipeline-refactoring' into 'master'Kamil Trzciński2018-03-261-0/+1
|\
| * Populate pipeline with objects before creating itGrzegorz Bizon2018-03-211-0/+1
* | Use porcelain commit lookup method on CI::CreatePipelineServiceci-pipeline-commit-lookupAlejandro Rodríguez2018-03-221-1/+1
|/
* Use Project#source_of_merge_requests-relationBob Van Landuyt2018-03-071-1/+1
* Prevent worker that updates merge requests head pipeline from failing jobsFelipe Artur2017-12-131-1/+1
* Implement and use Gitlab::Ci::Pipeline::Chain::CommandKamil Trzcinski2017-12-081-12/+13
* Ensure pippeline corresponds with the sha of an MRJarka Kadlecova2017-12-051-5/+18
* Extract class responsible for building a pipelineGrzegorz Bizon2017-10-091-43/+12
* Add some minor improvements to pipeline creation chainbackstage/gb/refactor-pipeline-create-serviceGrzegorz Bizon2017-09-271-9/+3
* Fix coding style offenses in pipeline chain classesGrzegorz Bizon2017-09-261-1/+0
* Add specs for pipeline builder abilities validatorGrzegorz Bizon2017-09-261-3/+0
* Move pipeline builder validation chain to a moduleGrzegorz Bizon2017-09-261-3/+3
* Split pipeline chain builder validation classGrzegorz Bizon2017-09-261-1/+3
* Add class that handles pipeline creation sequenceGrzegorz Bizon2017-09-261-16/+14
* Extract pipeline persistence to a separate chain classGrzegorz Bizon2017-09-261-32/+21
* Fix code style offenses in pipeline create servicesGrzegorz Bizon2017-09-261-2/+1
* Use tag/branch methods to check if pipeline ref existsGrzegorz Bizon2017-09-251-3/+3
* Extract pipeline chain builder classes from serviceGrzegorz Bizon2017-09-251-94/+24
* refactor Ci::CreatePipelineService#allowed_to_create?Maxim Rydkin2017-09-071-9/+9
* refactor app/services/ci/create_pipeline_service.rb:50:5Maxim Rydkin2017-09-071-12/+14