summaryrefslogtreecommitdiff
path: root/app/services/ci
Commit message (Expand)AuthorAgeFilesLines
* Add 60s & 5m monitor buckets for CI queuesElliot Rushton2019-05-221-1/+1
* Added filtering jobs by age to jobs/request API endpointDmitry Chepurovskiy2019-05-201-0/+5
* Fix schedule head pipeline updatefix-schedule-head-pipeline-update-methodShinya Maeda2019-05-061-7/+1
* Adds a way to start multiple manual jobs in stageMayra Cabrera2019-05-021-0/+29
* Fix environment automatic on_stop triggerShinya Maeda2019-04-301-5/+11
* Rewind IID on Ci::Pipelinesrewind-iid-on-pipelinesKamil Trzciński2019-04-161-0/+4
* Merge branch 'sh-fix-pipeline-delete-caching' into 'master'Lin Jen-Shin2019-04-152-2/+64
|\
| * Properly expire all pipeline caches when pipeline is deletedsh-fix-pipeline-delete-cachingStan Hu2019-04-152-2/+64
* | Rescue and log errors raised when preparing builds60480-rescue-build-preparing-errorsTiger2019-04-151-3/+5
|/
* Use Gitlab::PushOptions for `ci.skip` push optionLuke Duncalfe2019-04-091-1/+1
* Clear pipeline status cache after destruction of pipelineStan Hu2019-03-261-0/+2
* Create framework for build prerequisitesTiger2019-03-201-0/+25
* 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-262-4/+4
* Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"Michael Kozono2019-02-252-4/+4
* Fix misspellings in app/spec commentsTakuya Noguchi2019-02-252-4/+4
* 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
* Reduce diff with EE in Ci::PipelineTriggerServiceRémy Coutable2019-02-011-0/+10
* Revert removing overridden method from build serviceGrzegorz Bizon2019-01-251-1/+5
* Make it clear that pipeline can process processablesGrzegorz Bizon2019-01-251-7/+7
* Simplify pipeline processing serviceGrzegorz Bizon2019-01-251-5/+1
* Segregate interface require to make CI/CD entity processableGrzegorz Bizon2019-01-251-1/+1
* Remove expired artifacts periodicallyShinya Maeda2019-01-241-0/+38
* Disable audit event logging for pipeline destructionStan Hu2019-01-101-2/+0
* Add config_options|variables to BuildMetadatakamil-refactor-ci-builds-v5Kamil Trzciński2019-01-041-1/+1
* Add support for Git push options, specifically ci.skipJonathon Reinhart2018-12-311-1/+2
* Rename GroupHierarchy into ObjectHierarchyJarka Košanová2018-12-191-1/+1
* Generalise test compare serviceGilbert Roulot2018-12-112-29/+54
* 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
* Improve commentsShinya Maeda2018-11-291-2/+12
* Squashed commit of the following:Shinya Maeda2018-11-291-0/+25
* Clean up fix for RegisterJobServicesh-register-ci-job-service-improveStan Hu2018-11-221-4/+2
* Work around Ruby 2.5.3 crash when a CI job is selectedsh-workaround-ruby-2-5-3-bugStan Hu2018-11-201-2/+4
* Raise exception when user is not authorizedMatija Čupić2018-11-131-1/+1
* Authorize DestroyPipelineService against pipelineMatija Čupić2018-11-131-2/+2
* Destroy pipeline in serviceMatija Čupić2018-11-121-0/+13
* Allow to make builds soft-archived.disallow-retry-of-old-buildsKamil Trzciński2018-11-051-0/+5
* enqueue in process_build_serviceShinya Maeda2018-10-021-1/+5
* Fix spec failureShinya Maeda2018-10-021-1/+1
* Fix coding style offenceShinya Maeda2018-10-021-0/+1
* Add Spec for ProcessPipelineServiceShinya Maeda2018-10-022-34/+33
* Remove Scheduled Status class from pipelineShinya Maeda2018-10-021-1/+1
* Simplify StuckCiJobsWorkerShinya Maeda2018-10-021-1/+1
* Rename to process build serviceShinya Maeda2018-10-022-2/+2
* Introduce ProceedBuildServiceShinya Maeda2018-10-023-19/+16
* Introduce enqueue_scheduled eventShinya Maeda2018-10-021-0/+13