summaryrefslogtreecommitdiff
path: root/lib/api/runners.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve Runners API validationsKamil Trzciński2018-05-311-1/+1
* Improve `Ci::Runner#assign_to` to return a flag whether it succeeded or notKamil Trzciński2018-05-311-3/+1
* Remove unnecessary runner.is_shared? checks in api because they are handled b...Dylan Griffith2018-05-161-2/+0
* Allow admin to assign shared runner to project through APIDylan Griffith2018-05-161-2/+2
* Change policy list_runner_jobs -> read_runnerDylan Griffith2018-05-161-1/+1
* Rename User#ci_authorized_runners -> ci_owned_runnersDylan Griffith2018-05-161-1/+1
* Use can? policies for lib/api/runners.rbDylan Griffith2018-05-161-9/+5
* Allow group runners to be viewed/edited in APIDylan Griffith2018-05-161-0/+1
* Rename maximum_job_timeout to maximum_timeoutTomasz Maczukin2018-03-281-1/+1
* Rename job_upper_timeout to maximum_job_timeoutTomasz Maczukin2018-03-281-1/+1
* Add support for job_upper_timeout in APITomasz Maczukin2018-03-281-0/+1
* Refactorize jobs finding logicTomasz Maczukin2017-11-281-6/+2
* Modify outputTomasz Maczukin2017-11-281-2/+2
* Allow filtering by 'status'Tomasz Maczukin2017-11-281-1/+8
* Add information about projectTomasz Maczukin2017-11-281-2/+4
* Add new API endpoint - list jobs of a specified runnerTomasz Maczukin2017-11-281-0/+18
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+4
* Improve API arguments as StringShinya Maeda2017-09-031-1/+2
* Add API supportShinya Maeda2017-09-031-1/+2
* API: Use defined project requirementsrs-api-use-project-requirementsRobert Schilling2017-08-311-1/+1
* Conditionally destroy a ressourceRobert Schilling2017-08-281-5/+2
* API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling2017-08-281-0/+2
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
* Update grape gemdz-update-grapeDmitriy Zaporozhets2017-07-201-0/+2
* Remove the User#is_admin? methodblackst0ne2017-04-091-4/+4
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* Return 204 for delete endpointsRobert Schilling2017-02-281-4/+1
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
* Use UpdateRunnerService to update runner in API:Lin Jen-Shin2017-02-081-1/+2
* Use the pagination helper in the APIuse-pagination-helperRobert Schilling2016-12-041-0/+5
* Use #to_h to convert params to a hashgrapify-to-hRobert Schilling2016-11-141-3/+1
* Grapify runners APIRobert Schilling2016-11-101-53/+64
* Return the association and check it in controller instead:Lin Jen-Shin2016-06-141-1/+3
* Merge branch 'prefer-assign_to' into feature/runner-lock-on-projectLin Jen-Shin2016-06-141-2/+5
|\
| * Give 409 Conflict whenever the runner was already enabledprefer-assign_toLin Jen-Shin2016-06-141-2/+5
| * Prefer Runner#assign_to instead of creating directlyLin Jen-Shin2016-06-141-1/+1
* | Avoid enabling locked runners. Give 403 in this caseLin Jen-Shin2016-06-141-0/+1
* | WIP, try to add views for locked runnersLin Jen-Shin2016-06-091-1/+1
|/
* Extend runner options that are configurable via APIGrzegorz Bizon2016-05-191-1/+1
* Move :runner_id param to POST body when enabling specific runner in projectTomasz Maczukin2016-02-191-1/+3
* Modify and fix output of delete and update of a runnerTomasz Maczukin2016-02-191-2/+2
* Modify runner projects selecting method in runners APITomasz Maczukin2016-02-191-5/+1
* Fix runners filteringTomasz Maczukin2016-02-191-2/+6
* Limit projects to user available projects if user is not an adminTomasz Maczukin2016-02-191-1/+5
* Modify authentication check methods in runners APITomasz Maczukin2016-02-191-24/+22
* Add token to runner details output in APITomasz Maczukin2016-02-191-1/+1
* Split `/runners` entrypoint to `/runners` and `/runners/all`Tomasz Maczukin2016-02-191-9/+12
* Add some fixes in runners API documentationTomasz Maczukin2016-02-191-2/+2
* Fix runners filtering in APITomasz Maczukin2016-02-191-3/+3
* Add missing methods documentation; fix rubocop reported violationTomasz Maczukin2016-02-191-1/+36