summaryrefslogtreecommitdiff
path: root/spec/services/ci/retry_build_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-071-3/+8
* Fix test by ignoring auto_canceled_by for jobsLin Jen-Shin2017-04-071-3/+4
* All CI offline migrationsKamil TrzciƄski2017-03-171-1/+1
* Move unused consts from retry build service to specsGrzegorz Bizon2017-03-021-10/+21
* Improve build retry service tests for cloning dataGrzegorz Bizon2017-03-011-2/+5
* Fix runner tags assignment when retrying a jobGrzegorz Bizon2017-03-011-9/+20
* Fix build attributes test, see:Lin Jen-Shin2017-02-211-2/+2
* Make build clone/retry implementation more robustfix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-161-16/+20
* Add test for cloning attributes when retrying a buildGrzegorz Bizon2017-02-151-0/+32
* Prefer using `project.add_developer` in specsGrzegorz Bizon2017-02-151-2/+2
* Extend specs for build and pipeline retry servicesGrzegorz Bizon2017-02-141-0/+25
* Preserve base service abstraction for retry servicesGrzegorz Bizon2017-02-141-8/+8
* Fix CI build specs after adding retry ability checkGrzegorz Bizon2017-02-131-1/+1
* Add specs for build retry serviceGrzegorz Bizon2017-02-131-0/+56