summaryrefslogtreecommitdiff
path: root/lib/api/runner.rb
Commit message (Expand)AuthorAgeFilesLines
* Added filtering jobs by age to jobs/request API endpointDmitry Chepurovskiy2019-05-201-0/+1
* Add configuration of access_level for runners on registration via APIzelin-l2019-04-181-1/+3
* Remove Rubocop override that is no longer necessaryGrzegorz Bizon2018-11-201-2/+0
* Find a runner using encrypted project / group tokensGrzegorz Bizon2018-11-201-2/+2
* Support backward compatibility when introduce new failure reasonShinya Maeda2018-10-261-2/+1
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Add `runner_unsupported` CI failureKamil Trzciński2018-08-011-1/+9
* Squashed commit of the following:Shinya Maeda2018-07-271-7/+11
* Merge branch 'security-event-counters-private-data' into 'master'Felipe Artur Cardozo2018-07-241-4/+2
|\
| * Don't expose project names in various countersYorick Peterse2018-06-211-4/+2
* | Web Terminal Ci BuildFrancisco Javier López2018-07-051-3/+10
* | Remove the use of `is_shared` of `Ci::Runner`remove-is-shared-from-ci-runnersKamil Trzciński2018-06-261-3/+3
|/
* Optimised paused runners to not re-query every 3soptimise-paused-runnersKamil Trzciński2018-06-171-1/+5
* Change update entrypoint instead of adding new keep-alive oneTomasz Maczukin2018-06-071-18/+4
* Introduce new keep-alive API entrypoint for CI jobTomasz Maczukin2018-06-071-0/+16
* Support presigned multipart uploadsKamil Trzciński2018-06-041-1/+1
* Improve runner registration APIKamil Trzciński2018-05-311-7/+9
* Revert correctlyShinya Maeda2018-05-281-2/+2
* Disallow updating job stauts if it's not runningShinya Maeda2018-05-281-0/+1
* Add the same gurad clause with artifacts uplaodingShinya Maeda2018-05-211-1/+2
* Append trace only if the job is runningShinya Maeda2018-05-211-1/+1
* Support 'active' setting on Runner Registration API endpointTomasz Maczukin2018-05-091-1/+2
* Enforce proper 416 support for runner trace patch endpointKamil Trzciński2018-05-071-3/+14
* Start persisting runner_type when creating runnersDylan Griffith2018-04-301-3/+3
* support group runners in existing API endpointsAlexis Reigel2018-04-231-1/+4
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-3/+3
* Add `direct_upload` setting for artifactsdirect-upload-of-artifactsKamil Trzciński2018-04-051-11/+25
* Store metadata checksum for artifacts43745-store-metadata-checksum-for-artifactsShinya Maeda2018-04-031-1/+2
* Use raw value of maximum_timeout for Runner registration APITomasz Maczukin2018-03-281-3/+2
* Rename maximum_job_timeout to maximum_timeoutTomasz Maczukin2018-03-281-2/+2
* Update runner registration APITomasz Maczukin2018-03-281-2/+3
* Use _human_readable for Runner's registration APITomasz Maczukin2018-03-281-2/+2
* Rename job_upper_timeout to maximum_job_timeoutTomasz Maczukin2018-03-281-2/+2
* Add support for job_upper_timeout in APITomasz Maczukin2018-03-281-1/+2
* Add proxy_download to perform proxied sending of all filesMicaël Bergeron2018-03-091-1/+1
* Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron2018-03-081-3/+4
|\
| * Change column to file_sha256. Add test. Add changelogShinya Maeda2018-03-061-2/+2
| * Add checksum at runner grape apiShinya Maeda2018-03-061-1/+2
| * Persist runner IP address on contact (#43489)Dylan Griffith2018-02-281-2/+2
* | Merge commit '7e424eb852716495073881710e8a8851b4a4cd5a' into object-storage-e...Kamil Trzciński2018-02-281-1/+0
|\ \ | |/
| * 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
| |/
* | Merge branch 'use-send-url-for-incompatible-runners' into 'master'Grzegorz Bizon2018-02-281-1/+2
* | Merge branch '4163-move-uploads-to-object-storage' into 'master'Sean McGivern2018-02-281-3/+3
|/
* 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