summaryrefslogtreecommitdiff
path: root/app/services/ci
Commit message (Expand)AuthorAgeFilesLines
* Add Job specific variablesMatija Čupić2019-07-291-2/+2
* Prefer `flat_map` over `map` + `flatten`Peter Leitzen2019-07-261-2/+2
* Validate the existence of archived traces before removing live tracesafe-archiving-for-tracesShinya Maeda2019-07-231-4/+24
* Upgrade to Rails 5.2upgrade-rails-5-2-ceHeinrich Lee Yu2019-07-121-2/+2
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-2/+2
* Adds 15m bucket for CI job queueElliot Rushton2019-07-091-1/+1
* Refactor pipeline errors_messagerefactor-pipeline-errors_message-ceShinya Maeda2019-07-041-1/+1
* Limit amount of JUnit tests returnedKamil Trzciński2019-07-031-1/+5
* Revert concurrent pipeline schedule creationrevert-concurrent-pipeline-schedule-creationShinya Maeda2019-06-181-1/+12
* Fix pipeline schedule when owner is nilfix-pipeline-schedule-owner-is-nilShinya Maeda2019-06-111-1/+1
* Make pipeline schedule worker resilientset-real-next-run-at-for-preventing-duplciate-pipeline-creationsShinya Maeda2019-06-031-0/+13
* 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