sujay patel
e241c89977
Adding order by to list runner jobs api.
2019-07-05 14:24:56 +05:30
sujay patel
b71250ca0f
Adding order by to list runner jobs api.
2019-07-05 14:19:28 +05:30
Marcel Amirault
e108f0d961
Small markdown tweaks to clear kramdown warnings
...
Fixing square brackets, links, etc in:
merge_requests.md
vulnerabilities.md
issues.md
issues_statistics.md
pipelines.md
services.md
group_milestones.md
milestones.md
runners.md
changelog.md
issue_workflow.md
elasticsearch.md
api_graphql_styleguide.md
automatic_ce_ee_merge.md
file_storage.md
architecture.md
database_debugging.md
index.md
index.md
frontend_testing.md
pry_debugging.md
vue.md
development_process.md
2019-07-04 22:46:12 +00:00
zelin-l
52c19d4da7
Add configuration of access_level for runners on registration via API
...
Allow setting access_level of new runner to not_protected (default) or ref_protected
Minor update to relevant docs and tests
2019-04-18 09:57:12 -04:00
Achilleas Pipinellis
a0ea3f892a
Clarify the Runner registration and authentication tokens
2019-04-05 04:52:00 +00:00
jk2K
947acd8142
docs: add gitlab version for list jobs of a runner
2019-04-01 07:53:18 +00:00
Alexis Reigel
d3accd36a0
add tag_list param to runners api
2019-02-27 20:19:49 +01:00
Takuya Noguchi
e8fee6b8f7
Fix misspellings in docs
...
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-25 10:31:35 +09:00
Achilleas Pipinellis
0e078d1a8a
Replace look-alike token with '<your_access_token>'
...
Replace all '9koXpg98eAheJpvBs5tK' occurrences with
'<your_access_token>' in API docs.
2019-01-04 13:19:27 +01:00
Steve Azzopardi
9aedc05e02
Fix documentation for list runners
...
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
2018-10-19 12:20:06 +02:00
Rémy Coutable
d5bce06df1
Merge branch 'feature/add-public-email-to-users-api' into 'master'
...
Feature/add public email to users api
Closes #39346
See merge request gitlab-org/gitlab-ce!21909
2018-09-27 10:10:40 +00:00
Alexis Reigel
585b1b3fca
add user's public_email attribute to api
2018-09-27 11:33:55 +02:00
Alexis Reigel
dc1e0f6bd8
deprecate scope param for runners api
2018-09-15 21:39:27 +02:00
Alexis Reigel
641012c638
add missing params to runners api doc
2018-09-15 21:39:26 +02:00
Alexis Reigel
82546888e8
add status param to runners api
2018-09-15 21:39:26 +02:00
Alexis Reigel
4b6619cfd3
add type param to runners api
2018-09-15 21:39:26 +02:00
Alexis Reigel
f0d0400d0b
add Ci::Runner.offline scope to API
2018-08-20 17:12:18 +02:00
Achilleas Pipinellis
9805a25281
Add ip_address to json examples in Runner API docs
2018-06-22 11:50:32 +02:00
Mark Fletcher
bdb420d863
Expand documentation for Runners API
...
- Document Registation - POST `/runners/`
- Document Deletion - DELETE `/runners/`
- Document Verification - POST `/runners/verify/
2018-05-10 15:53:43 +01:00
Tomasz Maczukin
f5e602ee0f
Rename maximum_job_timeout to maximum_timeout
2018-03-28 13:58:15 +02:00
Tomasz Maczukin
d633bc8134
Rename job_upper_timeout to maximum_job_timeout
2018-03-28 13:55:46 +02:00
Tomasz Maczukin
7b82f4bab1
Add support for job_upper_timeout in API
2018-03-28 13:55:46 +02:00
Alessio Caiazza
3514b7248c
Add status attribute to runner api entity
2018-01-05 11:10:28 +01:00
Alessio Caiazza
5e0143a84b
Add online attribute to runner api entity
2018-01-03 14:49:24 +01:00
Tomasz Maczukin
9d27ce1630
Update documentation
2017-11-28 00:36:49 +01:00
Tomasz Maczukin
8d3e80692c
Add information about project
2017-11-28 00:36:48 +01:00
Tomasz Maczukin
623eb68195
Add new API endpoint - list jobs of a specified runner
2017-11-28 00:36:48 +01:00
Shinya Maeda
a2cde2847c
Fix runner api doc
2017-09-03 23:49:10 +09:00
Shinya Maeda
13b9b5f11a
Improve API arguments as String
2017-09-03 23:49:10 +09:00
Shinya Maeda
1024718e9f
Refactor access_level to not_protected and ref_protected
2017-09-03 23:49:10 +09:00
Shinya Maeda
6f19fc1147
Add API support
2017-09-03 23:49:10 +09:00
Achilleas Pipinellis
b472f9995a
Fix wrong copy edits for URL-encoded substitutions in API docs
2017-04-10 11:17:04 +02:00
Achilleas Pipinellis
5422554b86
Mention URL path encoding to all API docs
2017-04-08 12:38:59 +02:00
Robert Schilling
1ead6a9793
Use v4 endpoint in API docs
2017-03-01 18:39:40 +01:00
Robert Schilling
f2dd260413
Update documentation
2017-02-28 08:32:39 +01:00
winniehell
e0a858efcc
use long options for curl examples in API documentation ( !5703 )
2016-08-09 01:42:50 +02:00
a-tal
33520f1f69
fix example urls for (de)associating runners to projects
2016-02-26 20:49:50 -08:00
Achilleas Pipinellis
13fd08b157
Add when the API changes got introduced
...
[ci skip]
2016-02-22 14:30:22 +02:00
Tomasz Maczukin
e4d2f9972c
Change `last_contact` to `contacted_at`
2016-02-19 13:18:49 +01:00
Tomasz Maczukin
7ea60c8564
Replace Entities::RunnerProjectDetails with Entities::ForkedFromProject
2016-02-19 13:18:49 +01:00
Tomasz Maczukin
4ebadb77dd
iChange `name` and `path` to `name_with_namespace` and `path_with_namespace` in `RunnerProjectDetails`
2016-02-19 13:18:48 +01:00
Tomasz Maczukin
05e7335664
Update docummentation - specific runner enabling
...
[ci skip]
2016-02-19 13:18:48 +01:00
Tomasz Maczukin
d1ac00aea3
Modify and fix output of delete and update of a runner
2016-02-19 13:18:48 +01:00
Achilleas Pipinellis
97c88966bb
GET /runners is for specific runners only
...
[ci skip]
2016-02-19 13:18:47 +01:00
Tomasz Maczukin
553bac57d0
Add token to runner details output in API
2016-02-19 13:18:47 +01:00
Achilleas Pipinellis
dc32af9508
More fixes in runners doc
...
[ci skip]
2016-02-19 13:18:47 +01:00
Achilleas Pipinellis
a09ae17337
Correct PRIVATE-TOKEN to use dash instead of underscore
2016-02-19 13:18:47 +01:00
Tomasz Maczukin
f562a477f2
Add associated project info to runner details output
2016-02-19 13:18:47 +01:00
Tomasz Maczukin
81ced6f55b
Split `/runners` entrypoint to `/runners` and `/runners/all`
2016-02-19 13:18:47 +01:00
Tomasz Maczukin
b56ee397bb
Add some fixes in runners API documentation
2016-02-19 13:18:46 +01:00