summaryrefslogtreecommitdiff
path: root/app/services/ci/retry_build_service.rb
Commit message (Expand)AuthorAgeFilesLines
* We actually want to clone project and remove gl_project_idfix-test-for-build-attributesLin Jen-Shin2017-02-211-2/+2
* Fix build attributes test, see:Lin Jen-Shin2017-02-211-3/+4
* Make build clone/retry implementation more robustfix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-161-18/+20
* When retrying a build copy a coverage regex settingGrzegorz Bizon2017-02-151-0/+1
* Close all pipeline todos at once when retrying itGrzegorz Bizon2017-02-151-1/+1
* Avoid race condition in build retry serviceGrzegorz Bizon2017-02-141-3/+2
* Simplify implementation of build retry serviceGrzegorz Bizon2017-02-141-8/+2
* Use new pipeline retry service with optimistic lockingGrzegorz Bizon2017-02-141-0/+2
* Preserve base service abstraction for retry servicesGrzegorz Bizon2017-02-141-32/+29
* Implement new pipeline retry serviceGrzegorz Bizon2017-02-131-7/+5
* Add specs for build retry serviceGrzegorz Bizon2017-02-131-0/+6
* Extract CI/CD build retry code to separate serviceGrzegorz Bizon2017-02-131-0/+43