summaryrefslogtreecommitdiff
path: root/spec/requests/api/runners_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-3/+1
| | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
* Return 204 for delete endpointsRobert Schilling2017-02-281-5/+10
|
* Merge branch 'paginate-all-the-things' into 'master' Rémy Coutable2017-02-171-5/+10
|\ | | | | | | | | | | | | Paginate all the things Closes #8099 See merge request !8606
| * Add a custom pagination matcherRobert Schilling2017-02-161-5/+10
| |
* | Add a test to make sure the queue ticks when updating runnersLin Jen-Shin2017-02-131-0/+7
|/
* Replace many :project with :empty_projects in API specsuse-empty_project-factory-in-api-specsRémy Coutable2017-01-171-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Grapify runners APIRobert Schilling2016-11-101-2/+2
|
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-49/+49
|
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-49/+49
|
* Merge branch 'prefer-assign_to' into feature/runner-lock-on-projectLin Jen-Shin2016-06-141-1/+1
|\ | | | | | | | | | | | | * prefer-assign_to: Give 409 Conflict whenever the runner was already enabled We're checking return value rather than rescuing exceptions Prefer Runner#assign_to instead of creating directly
| * Give 409 Conflict whenever the runner was already enabledprefer-assign_toLin Jen-Shin2016-06-141-1/+1
| |
* | Avoid enabling locked runners. Give 403 in this caseLin Jen-Shin2016-06-141-2/+14
| |
* | Prefer attributes_for_keys so that it ignores nilsLin Jen-Shin2016-06-091-2/+4
|/ | | | Also add a test for setting locked.
* Extend runner options that are configurable via APIGrzegorz Bizon2016-05-191-4/+11
|
* Add traits for each access_level to ProjectMember factoryRobert Speicher2016-03-061-3/+3
|
* Refactorize `ci_runner` factory and `let` definitions in runners API specTomasz Maczukin2016-02-191-16/+14
|
* Remove unnecessary parametersTomasz Maczukin2016-02-191-5/+5
|
* Modify expectations for update runner featureTomasz Maczukin2016-02-191-4/+4
|
* Change `.map{...}.inject{...}` to `any?{...}` for searching shared runnersTomasz Maczukin2016-02-191-5/+5
|
* Reorganize `let` statements in spec/requests/api/runners_spec.rbTomasz Maczukin2016-02-191-12/+29
|
* Move :runner_id param to POST body when enabling specific runner in projectTomasz Maczukin2016-02-191-8/+14
|
* Add some modifications to spec/requests/api/runners_spec.rbTomasz Maczukin2016-02-191-88/+112
|
* Fix runners filteringTomasz Maczukin2016-02-191-2/+2
|
* Fix runners API specTomasz Maczukin2016-02-191-11/+11
|
* Split `/runners` entrypoint to `/runners` and `/runners/all`Tomasz Maczukin2016-02-191-11/+43
|
* Fix runners filtering in APITomasz Maczukin2016-02-191-17/+24
|
* Add feature to enable/disable runner in projectTomasz Maczukin2016-02-191-0/+102
|
* Add basic runners management APITomasz Maczukin2016-02-191-0/+278
- add feature to list runners - add feature to show runners details - add feature to delete runner - add feature to update runner