summaryrefslogtreecommitdiff
path: root/app/services/ci/retry_build_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't create build failed todo when build is retried38236-remove-build-failed-todo-if-it-has-been-auto-retriedSean McGivern2017-10-161-0/+2
* Add validation for protected attributesShinya Maeda2017-09-031-1/+1
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
* Clone stage_id when retrying a CI/CD jobGrzegorz Bizon2017-06-061-1/+1
* Make retried to be nullableKamil Trzcinski2017-05-091-2/+2
* Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-071-3/+10
* Fix Rubocop offense in build retry servicefix/gb/fix-build-retry-tags-assignmentGrzegorz Bizon2017-03-021-1/+1
* Move unused consts from retry build service to specsGrzegorz Bizon2017-03-021-13/+1
* Fix runner tags assignment when retrying a jobGrzegorz Bizon2017-03-011-14/+17
* 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