summaryrefslogtreecommitdiff
path: root/lib/api/runners.rb
Commit message (Expand)AuthorAgeFilesLines
* 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