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-09-03Improve API arguments as StringShinya Maeda
2017-09-03Refactor access_level to not_protected and ref_protectedShinya Maeda
2017-09-03Impprove spec by godfat suggestionsShinya Maeda
2017-09-03Add API supportShinya Maeda
2017-08-28Add tests for the unmodified headerRobert Schilling
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-17Merge branch 'paginate-all-the-things' into 'master' Rémy Coutable
2017-02-16Add a custom pagination matcherRobert Schilling
2017-02-13Add a test to make sure the queue ticks when updating runnersLin Jen-Shin
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