summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/pipeline/chain
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot2019-12-2013-36/+416
* Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot2019-11-1910-58/+224
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-134-0/+8
* CE port for pipelines for external pull requestsce-detect-github-pull-requestsFabio Pitino2019-09-052-1/+2
* Persist `needs:` validation as config errorpersist-needs-errorKamil Trzciński2019-09-042-2/+7
* Add active_jobs_limit to plans tableFabio Pitino2019-08-211-0/+21
* Require `needs:` to be presentrequire-needs-to-be-presentKamil Trzciński2019-08-131-3/+8
* Allow use of legacy triggers with feature flagFabio Pitino2019-07-152-0/+10
* Fix typos in the whole gitlab-ce projectYoginth2019-05-202-4/+4
* Run rubocop -a on CE filessh-upgrade-rubocop-0.68.0-ceStan Hu2019-05-052-2/+1
* Use Gitlab::PushOptions for `ci.skip` push optionLuke Duncalfe2019-04-091-2/+2
* Create detached merge request pipelinespersist-fulll-ref-path-for-mr-pipelinesShinya Maeda2019-03-293-1/+10
* Backport allow_mirror_update for Chain::CommandYorick Peterse2019-03-121-1/+1
* Persist source sha and target sha for merge pipelinesShinya Maeda2019-02-272-1/+3
* Move ChatOps to CoreJames Fargher2019-02-202-2/+9
* Reduce the diff with EE in Ci::CreatePipelineServiceRémy Coutable2019-02-043-0/+61
* Assign pipeline protected attribute in PopulateMatija Čupić2019-01-212-19/+4
* Move assignment to protected to separate stepMatija Čupić2019-01-183-3/+19
* Prevent checking protected_ref? for ambiguous refsMatija Čupić2019-01-161-0/+2
* Merge branch '18667-handle-push-opts' into 'master'Douwe Maan2019-01-022-2/+7
|\
| * Add support for Git push options, specifically ci.skipJonathon Reinhart2018-12-312-2/+7
* | Implement Command#ambiguous_ref?Matija Čupić2018-12-082-1/+7
* | Implement Repository#ambiguous_ref?Matija Čupić2018-12-081-1/+1
* | Move Project#resolve_ref to RepositoryMatija Čupić2018-12-081-1/+1
* | Reintroduce Command#protected_ref?Matija Čupić2018-12-084-6/+8
* | Use nil instead of raising AmbiguousRefMatija Čupić2018-12-081-3/+1
* | Prevent creating pipelines with ambiguous refsMatija Čupić2018-12-085-8/+12
* | Use full ref when possible to avoid ambiguityMatija Čupić2018-12-081-1/+1
|/
* 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