summaryrefslogtreecommitdiff
path: root/doc/api/runners.md
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-18/+37
|
* Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42GitLab Bot2023-01-181-10/+10
|
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-22/+29
|
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-48/+53
|
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-1/+1
|
* Add latest changes from gitlab-org/security/gitlab@15-1-stable-eeGitLab Bot2022-06-291-1/+2
|
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-5/+5
|
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-10/+10
|
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-5/+5
|
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-19/+45
|
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-61/+139
|
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-11/+12
|
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-2/+27
|
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-6/+51
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-5/+5
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-8/+32
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-4/+4
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-0/+4
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-5/+5
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-12/+35
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-21/+21
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-0/+6
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-8/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-151-0/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-081-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-311-3/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-301-0/+60
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-281-24/+24
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-2/+2
|
* Fix spacing of code blocksMarcel Amirault2019-07-091-4/+4
| | | | | | | Code blocks should not be spaced 4 times, as this will prevent the code from being colored. They should also be spaced the same as the lists they are a part of, to make reading easier.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add configuration of access_level for runners on registration via APIzelin-l2019-04-181-0/+1
| | | | | Allow setting access_level of new runner to not_protected (default) or ref_protected Minor update to relevant docs and tests
* 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
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-041-9/+9
| | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
* 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
|