summaryrefslogtreecommitdiff
path: root/spec/requests/api/runners_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Bring back deleted specsKamil Trzciński2018-05-311-0/+33
* Improve Runners API validationsKamil Trzciński2018-05-311-6/+2
* Fix specs api/runners_spec.rb, api/v3/runners_spec.rb update_build_queue_serv...Dylan Griffith2018-05-311-1/+1
* Fix some failuresKamil Trzciński2018-05-311-38/+2
* Refactor validations and make runner factory by default to be instance-wide r...Kamil Trzciński2018-05-311-1/+1
* Improve runner_type validations for Ci::RunnerDylan Griffith2018-05-311-1/+1
* Allow admin to assign shared runner to project through APIDylan Griffith2018-05-161-0/+9
* Allow group runners to be viewed/edited in APIDylan Griffith2018-05-161-2/+2
* Expose runner ip address to runners APILars Greiss2018-05-081-0/+5
* Remove unnecessary API specs for group runners since we do not have API suppo...Dylan Griffith2018-04-301-78/+1
* runner can't be assigned to more than 1 groupAlexis Reigel2018-04-231-8/+1
* disallow group runners to become project runnersAlexis Reigel2018-04-231-0/+6
* support group runners in existing API endpointsAlexis Reigel2018-04-231-60/+159
* Fix style problem in spec/requests/api/runners_spec.rbTomasz Maczukin2018-03-281-1/+1
* Rename maximum_job_timeout to maximum_timeoutTomasz Maczukin2018-03-281-3/+3
* Rename job_upper_timeout to maximum_job_timeoutTomasz Maczukin2018-03-281-3/+3
* Add support for job_upper_timeout in APITomasz Maczukin2018-03-281-1/+4
* Refactorize jobs finding logicTomasz Maczukin2017-11-281-4/+4
* Use 'set' instead of 'let!' when it's possibleTomasz Maczukin2017-11-281-1/+1
* Allow filtering by 'status'Tomasz Maczukin2017-11-281-4/+46
* Add information about projectTomasz Maczukin2017-11-281-4/+4
* Add new API endpoint - list jobs of a specified runnerTomasz Maczukin2017-11-281-0/+92
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-49/+49
* Improve API arguments as StringShinya Maeda2017-09-031-1/+1
* Refactor access_level to not_protected and ref_protectedShinya Maeda2017-09-031-2/+2
* Impprove spec by godfat suggestionsShinya Maeda2017-09-031-1/+1
* Add API supportShinya Maeda2017-09-031-1/+3
* Add tests for the unmodified headerRobert Schilling2017-08-281-0/+12
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-15/+15
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-3/+1
* 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
|\
| * 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
* 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
|\
| * 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
|/
* 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