summaryrefslogtreecommitdiff
path: root/app/services/ci/retry_pipeline_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-071-1/+1
* Do not reprocess actions when user retries pipelinefeature/gb/manual-actions-protected-branches-permissionsGrzegorz Bizon2017-05-051-0/+2
* Introduce endpoint optimisationsKamil Trzcinski2017-04-061-3/+1
* Do not retry jobs multiple times when retrying a pipelineGrzegorz Bizon2017-03-271-2/+2
* Process skipped jobs in the pipeline when retrying itGrzegorz Bizon2017-02-231-10/+9
* Reprocess jobs in stages once when retrying pipelineGrzegorz Bizon2017-02-221-5/+10
* Fix reprocessing skipped jobs when retrying pipelineGrzegorz Bizon2017-02-221-0/+2
* Remove support for locking in pipeline retry serviceGrzegorz Bizon2017-02-171-9/+1
* Close all pipeline todos at once when retrying itGrzegorz Bizon2017-02-151-0/+4
* Simplify implementation of pipeline retry serviceGrzegorz Bizon2017-02-141-37/+5
* Use new pipeline retry service with optimistic lockingGrzegorz Bizon2017-02-141-20/+34
* Add after_stage scope to commit status classGrzegorz Bizon2017-02-141-6/+6
* Preserve base service abstraction for retry servicesGrzegorz Bizon2017-02-141-14/+16
* Fix Rubocop offense in pipeline retry serviceGrzegorz Bizon2017-02-131-1/+0
* Implement new pipeline retry serviceGrzegorz Bizon2017-02-131-3/+24
* Add a separate CI/CD pipeline retry service classGrzegorz Bizon2017-02-131-0/+22