summaryrefslogtreecommitdiff
path: root/spec/services/ci/retry_pipeline_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Update tests due to permission changesLin Jen-Shin2017-07-041-14/+6
* Fix pipeline retry specs related to protected actionsGrzegorz Bizon2017-05-311-2/+5
* 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-1/+43
* Do not retry jobs multiple times when retrying a pipelineGrzegorz Bizon2017-03-271-0/+13
* Extend pipeline retry specs with blocking actionsGrzegorz Bizon2017-03-061-11/+50
* Adjust pipeline retry specs to use manual statusesGrzegorz Bizon2017-03-061-4/+4
* Fix pipeline retry specs for optional blocking actionsGrzegorz Bizon2017-03-061-8/+7
* Fix reprocessing skipped jobs when retrying pipelineGrzegorz Bizon2017-02-221-2/+23
* Close all pipeline todos at once when retrying itGrzegorz Bizon2017-02-151-0/+13
* Extend specs for build and pipeline retry servicesGrzegorz Bizon2017-02-141-16/+62
* Simplify implementation of pipeline retry serviceGrzegorz Bizon2017-02-141-12/+31
* Preserve base service abstraction for retry servicesGrzegorz Bizon2017-02-141-6/+6
* Implement new pipeline retry serviceGrzegorz Bizon2017-02-131-1/+50
* Add a separate CI/CD pipeline retry service classGrzegorz Bizon2017-02-131-0/+48