summaryrefslogtreecommitdiff
path: root/spec/requests/ci/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add incremental build trace update APITomasz Maczukin2016-04-201-0/+22
|/
* Fix ci_build trace traitKamil Trzcinski2016-02-191-1/+1
* Move build eraseable API to proper API contextGrzegorz Bizon2016-02-191-12/+0
* Do not allow to modify build if it has been erasedGrzegorz Bizon2016-02-191-21/+35
* Use DELETE verb for erasing a build contentGrzegorz Bizon2016-02-191-0/+18
* Extract shared context level up in build specsci/improve-ci-build-apiGrzegorz Bizon2016-02-041-56/+17
* Improve CI API specs related to operations on buildGrzegorz Bizon2016-02-041-21/+34
* Fix CI runner version not being properly updated when asking for a buildfix-ci-runners-version-updateKamil Trzcinski2016-01-272-0/+29
* Change dependencies.builds to depends_on_buildsKamil Trzcinski2016-01-151-2/+2
* Let the CI runner know about builds that this build depends onci/build_dependenciesKamil Trzcinski2016-01-141-0/+12
* Refactor build artifacts upload API endpointGrzegorz Bizon2016-01-141-6/+5
* Update build artifacts APIGrzegorz Bizon2016-01-141-13/+35
* Modify artifacts upload API endpoint, add artifacts metadataGrzegorz Bizon2016-01-141-0/+25
* Use method that creates runners registration tokenGrzegorz Bizon2015-12-231-1/+0
* Merge branch 'master' into ci/persist-registration-tokenGrzegorz Bizon2015-12-145-354/+31
|\
| * Fix after column renameKamil Trzcinski2015-12-112-9/+9
| * Fix triggers testsKamil Trzcinski2015-12-111-15/+9
| * Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-112-3/+3
| * Migrate CI::Project to ProjectKamil Trzcinski2015-12-115-275/+31
| * Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-101-73/+0
* | Stub also `ensure_*` method in CI runners API specsci/persist-registration-tokenGrzegorz Bizon2015-12-111-0/+1
* | Use new runners registration token to register CI runnersGrzegorz Bizon2015-12-111-3/+6
|/
* Fix caching breaking test of build artifactsbuilds_featureKamil Trzcinski2015-11-131-6/+3
* Fix broken testsKamil Trzcinski2015-11-134-74/+40
* Fix testsartifactsKamil Trzcinski2015-11-101-2/+2
* Use normal file upload mechanism to upload artifactsKamil Trzcinski2015-11-101-8/+17
* Move tmp artifacts to shared/artifacts/tmp/. Check for GitLab-Workhorse nowKamil Trzcinski2015-11-101-1/+1
* Implement Build ArtifactsKamil Trzcinski2015-11-101-3/+183
* Added CI_BUILD_TAG, _STAGE, _NAME and _TRIGGERED to CI buildsKamil Trzcinski2015-10-141-0/+5
* Fix create_trigger_request_service_specrefactor-build-serviceKamil Trzcinski2015-10-051-2/+2
* Fix GitLabCiService and remove ci_yaml_file from CI push dataKamil Trzcinski2015-10-051-2/+1