Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix documentation for list runners | Steve Azzopardi | 2018-10-19 | 1 | -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 Coutable | 2018-09-27 | 1 | -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 api | Alexis Reigel | 2018-09-27 | 1 | -0/+1 |
| | | |||||
* | | deprecate scope param for runners api | Alexis Reigel | 2018-09-15 | 1 | -3/+3 |
| | | |||||
* | | add missing params to runners api doc | Alexis Reigel | 2018-09-15 | 1 | -2/+8 |
| | | |||||
* | | add status param to runners api | Alexis Reigel | 2018-09-15 | 1 | -0/+4 |
| | | |||||
* | | add type param to runners api | Alexis Reigel | 2018-09-15 | 1 | -0/+4 |
|/ | |||||
* | add Ci::Runner.offline scope to API | Alexis Reigel | 2018-08-20 | 1 | -2/+2 |
| | |||||
* | Add ip_address to json examples in Runner API docs | Achilleas Pipinellis | 2018-06-22 | 1 | -0/+12 |
| | |||||
* | Expand documentation for Runners API | Mark Fletcher | 2018-05-10 | 1 | -0/+83 |
| | | | | | | - Document Registation - POST `/runners/` - Document Deletion - DELETE `/runners/` - Document Verification - POST `/runners/verify/ | ||||
* | Rename maximum_job_timeout to maximum_timeout | Tomasz Maczukin | 2018-03-28 | 1 | -3/+3 |
| | |||||
* | Rename job_upper_timeout to maximum_job_timeout | Tomasz Maczukin | 2018-03-28 | 1 | -3/+3 |
| | |||||
* | Add support for job_upper_timeout in API | Tomasz Maczukin | 2018-03-28 | 1 | -2/+5 |
| | |||||
* | Add status attribute to runner api entity | Alessio Caiazza | 2018-01-05 | 1 | -6/+17 |
| | |||||
* | Add online attribute to runner api entity | Alessio Caiazza | 2018-01-03 | 1 | -9/+20 |
| | |||||
* | Update documentation | Tomasz Maczukin | 2017-11-28 | 1 | -11/+36 |
| | |||||
* | Add information about project | Tomasz Maczukin | 2017-11-28 | 1 | -0/+9 |
| | |||||
* | Add new API endpoint - list jobs of a specified runner | Tomasz Maczukin | 2017-11-28 | 1 | -0/+51 |
| | |||||
* | Fix runner api doc | Shinya Maeda | 2017-09-03 | 1 | -1/+1 |
| | |||||
* | Improve API arguments as String | Shinya Maeda | 2017-09-03 | 1 | -3/+3 |
| | |||||
* | Refactor access_level to not_protected and ref_protected | Shinya Maeda | 2017-09-03 | 1 | -1/+1 |
| | |||||
* | Add API support | Shinya Maeda | 2017-09-03 | 1 | -2/+7 |
| | |||||
* | Fix wrong copy edits for URL-encoded substitutions in API docsalkuzad/gitlab-ce-namespaces_encoding_docs | Achilleas Pipinellis | 2017-04-10 | 1 | -3/+3 |
| | |||||
* | Mention URL path encoding to all API docs | Achilleas Pipinellis | 2017-04-08 | 1 | -3/+3 |
| | |||||
* | Use v4 endpoint in API docsapi-v4-doc | Robert Schilling | 2017-03-01 | 1 | -8/+8 |
| | |||||
* | Update documentation | Robert Schilling | 2017-02-28 | 1 | -24/+0 |
| | |||||
* | use long options for curl examples in API documentation (!5703) | winniehell | 2016-08-09 | 1 | -8/+8 |
| | |||||
* | fix example urls for (de)associating runners to projects | a-tal | 2016-02-26 | 1 | -2/+2 |
| | |||||
* | Add when the API changes got introduced | Achilleas Pipinellis | 2016-02-22 | 1 | -0/+4 |
| | | | | [ci skip] | ||||
* | Change `last_contact` to `contacted_at` | Tomasz Maczukin | 2016-02-19 | 1 | -2/+2 |
| | |||||
* | Replace Entities::RunnerProjectDetails with Entities::ForkedFromProject | Tomasz Maczukin | 2016-02-19 | 1 | -0/+4 |
| | |||||
* | iChange `name` and `path` to `name_with_namespace` and `path_with_namespace` ↵ | Tomasz Maczukin | 2016-02-19 | 1 | -4/+4 |
| | | | | in `RunnerProjectDetails` | ||||
* | Update docummentation - specific runner enabling | Tomasz Maczukin | 2016-02-19 | 1 | -2/+2 |
| | | | | [ci skip] | ||||
* | Modify and fix output of delete and update of a runner | Tomasz Maczukin | 2016-02-19 | 1 | -6/+8 |
| | |||||
* | GET /runners is for specific runners only | Achilleas Pipinellis | 2016-02-19 | 1 | -3/+3 |
| | | | | [ci skip] | ||||
* | Add token to runner details output in API | Tomasz Maczukin | 2016-02-19 | 1 | -0/+1 |
| | |||||
* | More fixes in runners doc | Achilleas Pipinellis | 2016-02-19 | 1 | -8/+13 |
| | | | | [ci skip] | ||||
* | Correct PRIVATE-TOKEN to use dash instead of underscore | Achilleas Pipinellis | 2016-02-19 | 1 | -8/+8 |
| | |||||
* | Add associated project info to runner details output | Tomasz Maczukin | 2016-02-19 | 1 | -0/+7 |
| | |||||
* | Split `/runners` entrypoint to `/runners` and `/runners/all` | Tomasz Maczukin | 2016-02-19 | 1 | -2/+53 |
| | |||||
* | Add some fixes in runners API documentation | Tomasz Maczukin | 2016-02-19 | 1 | -4/+4 |
| | |||||
* | Add `Example response` above each json output | Achilleas Pipinellis | 2016-02-19 | 1 | -7/+21 |
| | | | | [ci skip] | ||||
* | Add runners API documentation [ci-skip] | Tomasz Maczukin | 2016-02-19 | 1 | -0/+234 |