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
2017-11-28Refactorize jobs finding logicTomasz Maczukin
2017-11-28Modify outputTomasz Maczukin
2017-11-28Allow filtering by 'status'Tomasz Maczukin
2017-11-28Add information about projectTomasz Maczukin
2017-11-28Add new API endpoint - list jobs of a specified runnerTomasz Maczukin
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-09-03Improve API arguments as StringShinya Maeda
2017-09-03Add API supportShinya Maeda
2017-08-31API: Use defined project requirementsRobert Schilling
2017-08-28Conditionally destroy a ressourceRobert Schilling
2017-08-28API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
2017-07-20Update grape gemDmitriy Zaporozhets
2017-04-09Remove the User#is_admin? methodblackst0ne
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-08Use UpdateRunnerService to update runner in API:Lin Jen-Shin
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