summaryrefslogtreecommitdiff
path: root/app/services/ci/retry_pipeline_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-3/+14
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-7/+2
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-2/+14
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-2/+2
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-1/+1
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+2
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-7/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-141-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-061-2/+12
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-191-1/+3
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-161-0/+2
* 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