summaryrefslogtreecommitdiff
path: root/spec/requests/api/runners_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1096/+0
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-26/+0
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-34/+59
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-031-11/+57
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-301-10/+84
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-021-86/+86
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-171-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-021-0/+16
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Adding order by to list runner jobs api.sujay patel2019-07-051-0/+44
* add tag_list param to runners apiAlexis Reigel2019-02-271-0/+33
* Added: Documentation for the APINermin Vehabovic2019-02-261-6/+6
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-12/+12
* add status param to runners apiAlexis Reigel2018-09-151-0/+48
* cleanup runners api specsAlexis Reigel2018-09-151-64/+84
* add type param to runners apiAlexis Reigel2018-09-151-0/+45
* fix and add missing api specsAlexis Reigel2018-09-151-1/+17
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-4/+4
* Add missing maximum_timeout parametergfyoung2018-07-111-0/+63
* Make deprecated scopes of Runner explicitKamil Trzciński2018-07-041-1/+12
* Remove the use of `is_shared` of `Ci::Runner`remove-is-shared-from-ci-runnersKamil Trzciński2018-06-261-6/+6
* 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