summaryrefslogtreecommitdiff
path: root/spec/requests/api/runner_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Optimised paused runners to not re-query every 3soptimise-paused-runnersKamil Trzciński2018-06-171-1/+3
* Merge branch 'rs-update-rspec' into 'master'Rémy Coutable2018-06-111-2/+2
|\
| * Make all uses of `fixture_file_upload` use relative pathsRobert Speicher2018-06-071-2/+2
* | Change update entrypoint instead of adding new keep-alive oneTomasz Maczukin2018-06-071-58/+26
* | Introduce new keep-alive API entrypoint for CI jobTomasz Maczukin2018-06-071-0/+62
|/
* Support presigned multipart uploadsKamil Trzciński2018-06-041-0/+1
* Fix test description in spec/requests/api/runner_spec.rbDylan Griffith2018-05-311-1/+1
* Improve runner registration APIKamil Trzciński2018-05-311-3/+5
* Refactor validations and make runner factory by default to be instance-wide r...Kamil Trzciński2018-05-311-6/+2
* Merge branch 'patch-28' into 'master'Kamil Trzciński2018-05-281-1/+1
|\
| * Fix specShinya Maeda2018-05-281-1/+1
* | Revise spec context wordingShinya Maeda2018-05-281-1/+1
* | Add specShinya Maeda2018-05-281-0/+15
|/
* Add test for the cancelled jobsShinya Maeda2018-05-211-0/+16
* Support 'active' setting on Runner Registration API endpointTomasz Maczukin2018-05-091-0/+23
* Enforce proper 416 support for runner trace patch endpointKamil Trzciński2018-05-071-8/+6
* Merge branch 'master' into live-trace-v2Shinya Maeda2018-05-071-3/+21
|\
| * Merge branch 'master' into feature/runner-per-groupDylan Griffith2018-05-031-2/+2
| |\
| * | Make assertions about runner_type in spec/requests/api/runner_spec.rbDylan Griffith2018-05-031-4/+9
| * | support group runners in existing API endpointsAlexis Reigel2018-04-231-1/+14
* | | Change BuildTraceChunkFlushWorker's queue from pipeline_processing to pipelin...Shinya Maeda2018-05-041-1/+1
* | | Clean up "when redis had an outage" context in runner specShinya Maeda2018-05-041-15/+37
* | | Introduce Redis helpers. Rename BuildTraceChunkFlushToDbWorker to Ci::BuildTr...Shinya Maeda2018-05-041-3/+3
* | | Merge branch 'master' into live-trace-v2Shinya Maeda2018-05-031-2/+2
|\ \ \ | | |/ | |/|
| * | [Rails5] Fix `undefined method 'downcase'` errors in requests specsblackst0ne2018-04-291-2/+2
| |/
* | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-171-1/+1
|\ \ | |/
| * Use stable docker image instead of latestPhilippe Lafoucrière2018-04-131-1/+1
* | Add spec that proves trace can be recovered even if it had redis outageShinya Maeda2018-04-061-0/+24
* | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-061-24/+93
|\ \ | |/
| * Add `direct_upload` setting for artifactsdirect-upload-of-artifactsKamil Trzciński2018-04-051-24/+93
* | Fix bunch of textsShinya Maeda2018-04-061-1/+2
|/
* Store metadata checksum for artifacts43745-store-metadata-checksum-for-artifactsShinya Maeda2018-04-031-1/+5
* Remove Ci::Build#timeoutTomasz Maczukin2018-03-281-2/+2
* Use raw value of maximum_timeout for Runner registration APITomasz Maczukin2018-03-281-1/+1
* Rename maximum_job_timeout to maximum_timeoutTomasz Maczukin2018-03-281-6/+6
* Update runner registration APITomasz Maczukin2018-03-281-2/+2
* Use _human_readable for Runner's registration APITomasz Maczukin2018-03-281-2/+12
* Rename job_upper_timeout to maximum_job_timeoutTomasz Maczukin2018-03-281-5/+5
* Override project-defined timeout with runner-defined oneTomasz Maczukin2018-03-281-0/+35
* Add support for job_upper_timeout in APITomasz Maczukin2018-03-281-0/+10
* Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron2018-03-081-3/+25
|\
| * Fix tests by latest proposal changesproper-fix-for-artifacts-serviceShinya Maeda2018-03-061-2/+2
| * Change column to file_sha256. Add test. Add changelogShinya Maeda2018-03-061-0/+4
| * Remove use of any_instance_of in runner specbuild-finished-worker-spec-prependYorick Peterse2018-02-281-1/+1
| * Persist runner IP address on contact (#43489)Dylan Griffith2018-02-281-0/+18
* | Merge commit '7e424eb852716495073881710e8a8851b4a4cd5a' into object-storage-e...Kamil Trzciński2018-02-281-1/+2
|\ \ | |/
| * Merge branch '38265-stuckcijobsworker-wrongly-detects-cancels-stuck-builds-wh...Kamil Trzciński2018-02-071-1/+2
| |\
| | * Improve runner attribute cachineMatija Čupić2018-02-051-1/+1
| | * Merge branch 'master' into 38265-stuckcijobsworker-wrongly-detects-cancels-st...Matija Čupić2018-02-041-2/+2
| | |\
| | * | Fix runner cache update stub in API specMatija Čupić2018-02-041-1/+1