summaryrefslogtreecommitdiff
path: root/lib/api/runner.rb
Commit message (Expand)AuthorAgeFilesLines
* Persist runner IP address on contact (#43489)Dylan Griffith2018-02-281-2/+2
* Merge branch 'master' into 38265-stuckcijobsworker-wrongly-detects-cancels-st...Matija Čupić2018-02-041-3/+3
|\
| * port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-3/+3
* | Update runner info on all authenticated requestsMatija Čupić2018-01-291-1/+0
|/
* Store expire_at in ci_job_artifactsKamil Trzcinski2017-12-031-4/+5
* Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg2017-12-031-3/+4
* Use script_failure. Add runner_system_failure. Improve spec.feature/sm/37239-implement-failure_reason-on-ci_buildsShinya Maeda2017-09-051-2/+1
* Use unknown_failure for runnerShinya Maeda2017-09-051-5/+2
* - Allow runner API to pass failure_reasonShinya Maeda2017-09-051-1/+7
* Fix enum listsShinya Maeda2017-09-051-1/+1
* Implement `failure_reason` on `ci_builds`Shinya Maeda2017-09-051-1/+1
* Merge branch 'api-delete-respect-headers' into 'master'Sean McGivern2017-08-301-2/+4
|\
| * Conditionally destroy a ressourceRobert Schilling2017-08-281-2/+4
* | replace `is_runner_queue_value_latest?` with `runner_queue_value_latest?`Maxim Rydkin2017-08-291-1/+1
|/
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-2/+2
* Update grape gemdz-update-grapeDmitriy Zaporozhets2017-07-201-0/+1
* Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-copRémy Coutable2017-06-021-1/+1
* Add missing specsKamil Trzcinski2017-06-011-10/+1
* Fix data inconsistency issue for old artifacts by moving them to a currently ...Kamil Trzcinski2017-06-011-1/+1
* Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-061-7/+5
* Backport API changes needed to fix sticking in EEbackport-sticking-api-helper-changesYorick Peterse2017-03-311-10/+5
* Remove legacy Runners support in /api/v4/jobs/requestTomasz Maczukin2017-03-201-3/+6
* Make runner's veryfication working againTomasz Maczukin2017-03-201-0/+11
* Add minor refactoringfeature/runner-jobs-v4-apiTomasz Maczukin2017-03-071-1/+1
* Add some fixes and refactoring after reviewTomasz Maczukin2017-03-021-1/+2
* Fix rubocop offensesTomasz Maczukin2017-03-021-9/+7
* Add artifacts downloading APITomasz Maczukin2017-03-021-0/+25
* Add artifacts uploading APITomasz Maczukin2017-03-021-0/+47
* Add artifacts uploading authorize APITomasz Maczukin2017-03-021-0/+30
* Add job patch trace APITomasz Maczukin2017-03-021-1/+31
* Add job update APITomasz Maczukin2017-03-021-2/+28
* Add missing param description for POST /api/v4/jobs/requestTomasz Maczukin2017-03-021-0/+2
* Refactor JobRequest response structureTomasz Maczukin2017-03-021-3/+3
* Add jobs requesting APITomasz Maczukin2017-03-021-0/+39
* New runner API returns 204api-empty-returnRobert Schilling2017-02-281-1/+1
* Rename API::Ci to API::Runnerfeature/runners-v4-apiTomasz Maczukin2017-02-161-0/+52