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-01-17Replace many :project with :empty_projects in API specsRémy Coutable
2016-11-10Grapify runners APIRobert Schilling
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-06-27Use HTTP matchers if possibleZ.J. van de Weg
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-09Prefer attributes_for_keys so that it ignores nilsLin Jen-Shin
2016-05-19Extend runner options that are configurable via APIGrzegorz Bizon
2016-03-07Add traits for each access_level to ProjectMember factoryRobert Speicher
2016-02-19Refactorize `ci_runner` factory and `let` definitions in runners API specTomasz Maczukin
2016-02-19Remove unnecessary parametersTomasz Maczukin
2016-02-19Modify expectations for update runner featureTomasz Maczukin
2016-02-19Change `.map{...}.inject{...}` to `any?{...}` for searching shared runnersTomasz Maczukin
2016-02-19Reorganize `let` statements in spec/requests/api/runners_spec.rbTomasz Maczukin
2016-02-19Move :runner_id param to POST body when enabling specific runner in projectTomasz Maczukin
2016-02-19Add some modifications to spec/requests/api/runners_spec.rbTomasz Maczukin
2016-02-19Fix runners filteringTomasz Maczukin
2016-02-19Fix runners API specTomasz Maczukin
2016-02-19Split `/runners` entrypoint to `/runners` and `/runners/all`Tomasz Maczukin
2016-02-19Fix runners filtering in APITomasz Maczukin
2016-02-19Add feature to enable/disable runner in projectTomasz Maczukin
2016-02-19Add basic runners management APITomasz Maczukin