summaryrefslogtreecommitdiff
path: root/spec/lib/ci
Commit message (Collapse)AuthorAgeFilesLines
* Extend specs for summary build statusci/extend-summary-status-specsGrzegorz Bizon2016-02-201-21/+51
| | | | | | | Additional specs cover a case when one of the builds is running but allowed to fail. Previous implementation returned `running` status, which is wrong. This behavior has been changed in 8.5, this commit adds missing specs.
* Fix missing ignored? for GenericCommitStatuscommit-status-fixKamil Trzcinski2016-02-191-25/+29
|
* Fix builds scheduler when first build is allowed to failGrzegorz Bizon2016-02-181-0/+20
| | | | | | | | Before this fix when there was only one relevant, previous build and it failed, but was allowed to fail, entire build had been marked as skipped. Closes #3192
* Add specs for build status helper classGrzegorz Bizon2016-02-181-0/+17
|
* Added cache:key to .gitlab-ci.yml allowing to fine tune the cachingci/cache-keyKamil Trzcinski2016-01-201-4/+21
|
* Fix spelling mistake, thanks Connor.fix-spelling-mistakeSytse Sijbrandij2015-12-281-3/+3
|
* Merge branch 'complexity/rubocop-metrics' into 'master' Douwe Maan2015-12-111-3/+3
|\ | | | | | | | | | | | | | | Enable rubocop metrics This enables rubocop metrics like CyclomaticComplexity and ABCSize. Initial threshold values are high, should be probably decreased. See merge request !1802
| * Refactor CI YAML processor's validatorsGrzegorz Bizon2015-12-081-3/+3
| |
* | Tag lib specsDouwe Maan2015-12-093-3/+3
|/
* Commits without .gitlab-ci.yml are marked as skippedKamil Trzcinski2015-11-191-1/+5
| | | | - Save detailed error when YAML syntax
* Allow to define cache in `.gitlab-ci.yml`cachesKamil Trzcinski2015-11-101-0/+82
|
* Change artifacts syntax to allow uploading untracked filesKamil Trzcinski2015-11-101-5/+18
|
* Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+38
| | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
* Fix testsonly-syntaxKamil Trzcinski2015-11-031-15/+11
|
* Extend yml syntax for only and except to support specifying repository pathKamil Trzcinski2015-11-021-79/+224
|
* Require jobs to be namedfail-on-empty-job-nameKamil Trzcinski2015-10-221-0/+14
|
* Fix specsKamil Trzcinski2015-10-151-2/+3
|
* Implement when syntax in .gitlab-ci.ymlKamil Trzcinski2015-10-151-2/+26
|
* Fix gitlab_ci_yaml_processor specsKamil Trzcinski2015-10-051-0/+3
|
* Fix next round of testsKamil Trzcinski2015-10-051-6/+6
|
* Fix testsKamil Trzcinski2015-09-291-3/+2
|
* fix specs. Stage 7Valery Sizov2015-09-152-305/+307
|
* fix specs. Stage 5Valery Sizov2015-09-151-19/+19
|
* rubocop satisfyValery Sizov2015-09-141-20/+20
|
* Fix Ci::Ansi2html specDmitriy Zaporozhets2015-09-111-33/+34
|
* Move helpers back to original directoryDmitriy Zaporozhets2015-09-093-42/+3
|
* Refactor CI testsDmitriy Zaporozhets2015-09-094-0/+500