summaryrefslogtreecommitdiff
path: root/spec/requests/ci
Commit message (Expand)AuthorAgeFilesLines
* WIP: Add tests and make sure that headers are set21698-redis-runner-last-buildLin Jen-Shin2017-01-041-2/+30
* Changed API spec files to describe the correct classLivier2016-11-283-3/+3
* Merge branch 'feature/send-registry-address-with-build-payload' into 'master' Kamil Trzciński2016-11-211-0/+39
|\
| * Add Gitlab::Ci::Build::Credentials module with build credentials abstractionTomasz Maczukin2016-11-211-1/+1
| * Send credentials array with build dataTomasz Maczukin2016-11-211-15/+25
| * Send registry_url with build data to GitLab RunnerTomasz Maczukin2016-11-161-0/+29
* | Update the updated_at of a build while patching the traceTomasz Maczukin2016-11-151-5/+81
|/
* Make specs a bit fasterspec_optimizationValery Sizov2016-11-012-13/+22
* Add some tests for updating ci runner informationupdate-runner-informationGrzegorz Bizon2016-10-031-16/+27
* Solve code review commentsKamil Trzcinski2016-09-191-0/+9
* Added builds_spec and git_http_specsKamil Trzcinski2016-09-151-11/+66
* Add test with inactive error use case for 'POST /ci/api/v1/builds/register.json'Tomasz Maczukin2016-09-131-0/+10
* Fix rubocop offencesTomasz Maczukin2016-09-131-1/+1
* Change response for /ci/api/v1/builds/register.json from 404 to 204Tomasz Maczukin2016-09-131-19/+31
* Constants in specsJacob Vosmaer2016-09-061-1/+1
* Verify JWT messages from gitlab-workhorseJacob Vosmaer2016-09-051-1/+10
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-112-89/+77
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-092-26/+26
* Fix testsKatarzyna Kobierska2016-07-261-1/+1
* Update all exposed variables to CI buildsKamil Trzcinski2016-07-201-5/+5
* Use describe rather than context for this:save-artifacts_sizesLin Jen-Shin2016-07-041-1/+1
* Use describe rather than context, feedback from:Lin Jen-Shin2016-07-041-1/+1
* Rename to "successful artifacts upload", feedback:Lin Jen-Shin2016-07-041-4/+4
* Rename shared_examples, feedback:Lin Jen-Shin2016-07-011-4/+4
* Use nil for non-existing files rather than 0Lin Jen-Shin2016-07-011-1/+1
* Use AR callbacks as suggested by:Lin Jen-Shin2016-06-291-2/+6
* Also remove ci_builds.artifacts_size when erasedLin Jen-Shin2016-06-281-0/+1
* Just save the size in total rather than individual filesLin Jen-Shin2016-06-281-11/+3
* Introduce ci_builds.artifacts_sizes as JSON:Lin Jen-Shin2016-06-281-2/+12
* Cleanup the tests a bit in order to extend itLin Jen-Shin2016-06-281-15/+34
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-272-37/+37
* Improve testsKamil Trzcinski2016-06-131-2/+2
* Improve design based on reviewKamil Trzcinski2016-06-131-3/+3
* Support expiration date in CI API when uploading artifactsKamil Trzcinski2016-06-131-0/+36
* Rename commit to pipeline in TriggerRequestKamil Trzcinski2016-06-091-1/+1
* Merge branch 'rename-ci-commit' into rename-ci-commit-phase-2Kamil Trzcinski2016-06-061-1/+1
|\
| * Fix tests offenses: use `pipeline` of Ci::Build and rename viewsKamil Trzcinski2016-06-061-1/+1
* | Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-032-30/+30
|/
* Rename Ci::Build commit to pipelineKamil Trzcinski2016-06-031-6/+6
* Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-1/+1
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-2/+2
* Minor runner-related code refactoringsGrzegorz Bizon2016-05-191-10/+10
* Set run untagged option when registering a runnerGrzegorz Bizon2016-05-191-3/+32
* Refactor CI API specs for creating runnerGrzegorz Bizon2016-05-191-17/+29
* Add CI API tests for runner config and untagged jobsGrzegorz Bizon2016-05-191-0/+32
* Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-131-2/+2
* Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-211-10/+10
|\
| * Fix specsKamil Trzcinski2016-04-111-10/+10
* | Make sure that appending is done on a valid lengthTomasz Maczukin2016-04-201-1/+1
* | Add range checkingTomasz Maczukin2016-04-201-7/+31