summaryrefslogtreecommitdiff
path: root/spec/requests/api/runner_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '38265-stuckcijobsworker-wrongly-detects-cancels-stuck-builds-wh...Kamil Trzciński2018-02-071-1/+2
|\
| * Improve runner attribute cachineMatija Čupić2018-02-051-1/+1
| * Merge branch 'master' into 38265-stuckcijobsworker-wrongly-detects-cancels-st...Matija Čupić2018-02-041-2/+2
| |\
| * | Fix runner cache update stub in API specMatija Čupić2018-02-041-1/+1
| * | Fix Redis leakage in Runner API specsMatija Čupić2018-01-291-0/+1
* | | Refactor :trace to :trace_live in specShinya Maeda2018-02-061-3/+3
* | | Finish all testsShinya Maeda2018-02-061-3/+9
| |/ |/|
* | port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-2/+2
|/
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Remove update artifacts test (it should not be needed)Kamil Trzcinski2017-12-031-9/+0
* Last test fixes multiple artifactsZeger-Jan van de Weg2017-12-031-1/+1
* Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg2017-12-031-2/+2
* Ci::Build tag is a trait instead of an own factoryZeger-Jan van de Weg2017-10-301-8/+8
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-61/+61
* Expose GitLab features to the CI runner37970-timestamped-ciAlessio Caiazza2017-10-031-0/+3
* Merge branch 'fix/sm/35650-remove-createtriggerrequestservice-and-forbid-to-p...Kamil Trzciński2017-09-051-6/+25
|\
| * Remove ci_trigger_request_with_variablesShinya Maeda2017-09-041-6/+25
| * Fix specShinya Maeda2017-09-041-1/+1
| * Revert autheticate! in Trigger APIShinya Maeda2017-09-041-1/+1
* | Use script_failure. Add runner_system_failure. Improve spec.feature/sm/37239-implement-failure_reason-on-ci_buildsShinya Maeda2017-09-051-9/+19
* | - Allow runner API to pass failure_reasonShinya Maeda2017-09-051-0/+9
* | Fix enum listsShinya Maeda2017-09-051-2/+2
* | Fix enum wordingShinya Maeda2017-09-051-1/+1
* | Implement `failure_reason` on `ci_builds`Shinya Maeda2017-09-051-0/+2
|/
* Add tests for the unmodified headerRobert Schilling2017-08-281-0/+5
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-2/+2
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
* Introduce cache policies for CI jobsNick Thomas2017-07-051-1/+2
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-16/+48
* Merge branch 'feature/add-support-for-services-configuration' into 'master'Grzegorz Bizon2017-06-141-2/+5
|\
| * Send new configuration options with job's payloadTomasz Maczukin2017-06-121-2/+5
* | Fix filename method of GitlabUploader to return always real filenamefix-filename-of-artifact-uploaderKamil Trzcinski2017-06-131-2/+23
|/
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-1/+0
* Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-061-11/+13
* Return an empty array when dependencies is an empty arrayMike Wyatt2017-04-051-0/+23
* Update example's name in /runners/verify testsTomasz Maczukin2017-03-201-1/+1
* Send only defined dependenciesTomasz Maczukin2017-03-201-4/+33
* Send token of depenent jobTomasz Maczukin2017-03-201-2/+3
* Remove legacy Runners support in /api/v4/jobs/requestTomasz Maczukin2017-03-201-14/+2
* Make runner's veryfication working againTomasz Maczukin2017-03-201-0/+28
* Futher rename the CI variableszj-rename-ci-varsZ.J. van de Weg2017-03-161-5/+5
* Fix regression in runners registration v1 apifix/regression-in-runners-registration-v1-apiTomasz Maczukin2017-03-131-0/+3
* Add minor refactoringfeature/runner-jobs-v4-apiTomasz Maczukin2017-03-071-2/+10
* Change artifacts and cache fields to arraysTomasz Maczukin2017-03-061-5/+11
* Fix rubocop offensesTomasz Maczukin2017-03-061-1/+1
* Add some fixes and refactoring after reviewTomasz Maczukin2017-03-021-40/+107
* Fix rubocop offensesTomasz Maczukin2017-03-021-3/+5
* Add artifacts downloading APITomasz Maczukin2017-03-021-0/+40
* Add artifacts uploading APITomasz Maczukin2017-03-021-0/+205