summaryrefslogtreecommitdiff
path: root/doc/api/runners.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix documentation for list runnersSteve Azzopardi2018-10-191-2/+1
| | | | | | | | | | | | | We are specifying that we will only return the shared runners on two condition; 1 if project has any available 2 if shared runners are enabled. 2 is not correct. In the admin UI, when the user press "disable shared runners" we still show the runners to show what kind of runners are available when the user enables them. We want the API to mimic this behavior from the UI. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52918
* Merge branch 'feature/add-public-email-to-users-api' into 'master'Rémy Coutable2018-09-271-0/+1
|\ | | | | | | | | | | | | Feature/add public email to users api Closes #39346 See merge request gitlab-org/gitlab-ce!21909
| * 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
| | | | | | - Document Registation - POST `/runners/` - Document Deletion - DELETE `/runners/` - Document Verification - POST `/runners/verify/
* 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
| | | | [ci skip]
* 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
| | | | in `RunnerProjectDetails`
* Update docummentation - specific runner enablingTomasz Maczukin2016-02-191-2/+2
| | | | [ci skip]
* 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
| | | | [ci skip]
* Add token to runner details output in APITomasz Maczukin2016-02-191-0/+1
|
* More fixes in runners docAchilleas Pipinellis2016-02-191-8/+13
| | | | [ci skip]
* 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
|
* Add some fixes in runners API documentationTomasz Maczukin2016-02-191-4/+4
|
* Add `Example response` above each json outputAchilleas Pipinellis2016-02-191-7/+21
| | | | [ci skip]
* Add runners API documentation [ci-skip]Tomasz Maczukin2016-02-191-0/+234