summaryrefslogtreecommitdiff
path: root/doc/api/runners.md
Commit message (Expand)AuthorAgeFilesLines
* Fix spacing of code blocksMarcel Amirault2019-07-091-4/+4
* Adding order by to list runner jobs api.sujay patel2019-07-051-1/+1
* Adding order by to list runner jobs api.sujay patel2019-07-051-0/+2
* Small markdown tweaks to clear kramdown warningsMarcel Amirault2019-07-041-18/+18
* Add configuration of access_level for runners on registration via APIzelin-l2019-04-181-0/+1
* Clarify the Runner registration and authentication tokensAchilleas Pipinellis2019-04-051-6/+29
* docs: add gitlab version for list jobs of a runnerjk2K2019-04-011-0/+2
* add tag_list param to runners apiAlexis Reigel2019-02-271-16/+22
* Fix misspellings in docsTakuya Noguchi2019-02-251-1/+1
* Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-041-9/+9
* Fix documentation for list runnersSteve Azzopardi2018-10-191-2/+1
* Merge branch 'feature/add-public-email-to-users-api' into 'master'Rémy Coutable2018-09-271-0/+1
|\
| * add user's public_email attribute to apiAlexis Reigel2018-09-271-0/+1
* | deprecate scope param for runners apiAlexis Reigel2018-09-151-3/+3
* | add missing params to runners api docAlexis Reigel2018-09-151-2/+8
* | add status param to runners apiAlexis Reigel2018-09-151-0/+4
* | add type param to runners apiAlexis Reigel2018-09-151-0/+4
|/
* add Ci::Runner.offline scope to APIAlexis Reigel2018-08-201-2/+2
* Add ip_address to json examples in Runner API docsAchilleas Pipinellis2018-06-221-0/+12
* Expand documentation for Runners APIMark Fletcher2018-05-101-0/+83
* Rename maximum_job_timeout to maximum_timeoutTomasz Maczukin2018-03-281-3/+3
* Rename job_upper_timeout to maximum_job_timeoutTomasz Maczukin2018-03-281-3/+3
* Add support for job_upper_timeout in APITomasz Maczukin2018-03-281-2/+5
* Add status attribute to runner api entityAlessio Caiazza2018-01-051-6/+17
* Add online attribute to runner api entityAlessio Caiazza2018-01-031-9/+20
* Update documentationTomasz Maczukin2017-11-281-11/+36
* Add information about projectTomasz Maczukin2017-11-281-0/+9
* Add new API endpoint - list jobs of a specified runnerTomasz Maczukin2017-11-281-0/+51
* Fix runner api docShinya Maeda2017-09-031-1/+1
* Improve API arguments as StringShinya Maeda2017-09-031-3/+3
* Refactor access_level to not_protected and ref_protectedShinya Maeda2017-09-031-1/+1
* Add API supportShinya Maeda2017-09-031-2/+7
* Fix wrong copy edits for URL-encoded substitutions in API docsalkuzad/gitlab-ce-namespaces_encoding_docsAchilleas Pipinellis2017-04-101-3/+3
* Mention URL path encoding to all API docsAchilleas Pipinellis2017-04-081-3/+3
* Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-8/+8
* Update documentationRobert Schilling2017-02-281-24/+0
* use long options for curl examples in API documentation (!5703)winniehell2016-08-091-8/+8
* fix example urls for (de)associating runners to projectsa-tal2016-02-261-2/+2
* Add when the API changes got introducedAchilleas Pipinellis2016-02-221-0/+4
* Change `last_contact` to `contacted_at`Tomasz Maczukin2016-02-191-2/+2
* Replace Entities::RunnerProjectDetails with Entities::ForkedFromProjectTomasz Maczukin2016-02-191-0/+4
* iChange `name` and `path` to `name_with_namespace` and `path_with_namespace` ...Tomasz Maczukin2016-02-191-4/+4
* Update docummentation - specific runner enablingTomasz Maczukin2016-02-191-2/+2
* Modify and fix output of delete and update of a runnerTomasz Maczukin2016-02-191-6/+8
* GET /runners is for specific runners onlyAchilleas Pipinellis2016-02-191-3/+3
* Add token to runner details output in APITomasz Maczukin2016-02-191-0/+1
* More fixes in runners docAchilleas Pipinellis2016-02-191-8/+13
* Correct PRIVATE-TOKEN to use dash instead of underscoreAchilleas Pipinellis2016-02-191-8/+8
* Add associated project info to runner details outputTomasz Maczukin2016-02-191-0/+7
* Split `/runners` entrypoint to `/runners` and `/runners/all`Tomasz Maczukin2016-02-191-2/+53