summaryrefslogtreecommitdiff
path: root/lib/api/runners.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add feature to enable/disable runner in projectTomasz Maczukin2016-02-191-0/+26
* Add basic runners management APITomasz Maczukin2016-02-191-0/+107