summaryrefslogtreecommitdiff
path: root/app/services/ci/retry_pipeline_service.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | For directories application_settings --> labels. Partially addresses #47424.
* 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
| | | | | User who is not allowed to trigger manual actions should not be allowed to reprocess / retrigger / retry these actions.
* 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
| | | | The new service takes stages order into account.
* Add a separate CI/CD pipeline retry service classGrzegorz Bizon2017-02-131-0/+22