Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-04Use the pagination helper in the APIRobert Schilling
2016-11-14Use #to_h to convert params to a hashRobert Schilling
2016-11-10Grapify runners APIRobert Schilling
2016-06-14Return the association and check it in controller instead:Lin Jen-Shin
2016-06-14Merge branch 'prefer-assign_to' into feature/runner-lock-on-projectLin Jen-Shin
2016-06-14Avoid enabling locked runners. Give 403 in this caseLin Jen-Shin
2016-06-14Give 409 Conflict whenever the runner was already enabledLin Jen-Shin
2016-06-14Prefer Runner#assign_to instead of creating directlyLin Jen-Shin
2016-06-09WIP, try to add views for locked runnersLin Jen-Shin
2016-05-19Extend runner options that are configurable via APIGrzegorz Bizon
2016-02-19Move :runner_id param to POST body when enabling specific runner in projectTomasz Maczukin
2016-02-19Modify and fix output of delete and update of a runnerTomasz Maczukin
2016-02-19Modify runner projects selecting method in runners APITomasz Maczukin
2016-02-19Fix runners filteringTomasz Maczukin
2016-02-19Limit projects to user available projects if user is not an adminTomasz Maczukin
2016-02-19Modify authentication check methods in runners APITomasz Maczukin
2016-02-19Add token to runner details output in APITomasz Maczukin
2016-02-19Split `/runners` entrypoint to `/runners` and `/runners/all`Tomasz Maczukin
2016-02-19Add some fixes in runners API documentationTomasz Maczukin
2016-02-19Fix runners filtering in APITomasz Maczukin
2016-02-19Add missing methods documentation; fix rubocop reported violationTomasz Maczukin
2016-02-19Add feature to enable/disable runner in projectTomasz Maczukin
2016-02-19Add basic runners management APITomasz Maczukin