summaryrefslogtreecommitdiff
path: root/spec/lib/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'refactor/ci-config-move-global-entries' into 'master' Rémy Coutable2016-07-051-17/+30
|\
| * Add minor improvements in readability in CI configrefactor/ci-config-move-global-entriesGrzegorz Bizon2016-07-041-2/+2
| * Add global cache config entry to new CI configGrzegorz Bizon2016-06-291-13/+13
| * Merge branch 'master' into refactor/ci-config-move-global-entriesGrzegorz Bizon2016-06-281-0/+12
| |\
| * | Fix ci config cache validation in legacy processorGrzegorz Bizon2016-06-241-1/+14
| * | Move CI stages configuration to new CI configGrzegorz Bizon2016-06-231-4/+4
| * | Assume that unspecified CI config is undefinedGrzegorz Bizon2016-06-231-4/+4
| * | Handle CI environment variables in a new CI configGrzegorz Bizon2016-06-221-2/+2
| * | Handle after script CI config in new classesGrzegorz Bizon2016-06-211-1/+1
| * | Handle CI services config in new CI config classesGrzegorz Bizon2016-06-211-2/+2
| * | Move CI image configuration entry to new CI configGrzegorz Bizon2016-06-211-1/+1
* | | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-012-2/+0
| |/ |/|
* | Merge branch 'test-gitlab-ci-ymls' into 'master' Rémy Coutable2016-06-271-0/+12
|\ \ | |/ |/|
| * Test templates and GitLabCI parser againts each othertest-gitlab-ci-ymlsZ.J. van de Weg2016-06-271-0/+12
* | Merge branch 'master' into refactor/ci-config-add-entry-errorrefactor/ci-config-add-entry-errorGrzegorz Bizon2016-06-201-18/+97
|\ \ | |/
| * Merge branch 'fix/error-when-job-variables-not-defined-but-specified' into 'm...Rémy Coutable2016-06-171-17/+39
| |\
| | * Fix error when CI job variables not specifiedGrzegorz Bizon2016-06-171-17/+39
| * | Validate only and except regexpvalidate-only-except-regexpKamil Trzcinski2016-06-171-1/+58
| |/
* | Merge branch 'master' into refactor/ci-config-add-entry-errorGrzegorz Bizon2016-06-171-7/+59
|\ \ | |/
| * Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-141-2/+22
| |\
| * | Validate environment name with regexKamil Trzcinski2016-06-141-7/+59
* | | Add prototype of CI config node validatorGrzegorz Bizon2016-06-161-1/+1
* | | Add class that encapsulates error in new Ci configGrzegorz Bizon2016-06-151-1/+1
| |/ |/|
* | Merge remote-tracking branch 'origin/master' into artifacts-expire-dateKamil Trzcinski2016-06-131-0/+1
|\ \ | |/
| * Make "four phase test"artifacts-whenKamil Trzcinski2016-06-131-0/+1
| * Improve after reviewKamil Trzcinski2016-06-101-1/+2
| * Added when to artifactsKamil Trzcinski2016-06-081-0/+23
* | Improve after reviewKamil Trzcinski2016-06-131-1/+2
* | Validate artifacts:expire_in in yaml processorKamil Trzcinski2016-06-131-2/+22
* | Added when to artifactsKamil Trzcinski2016-06-131-0/+23
|/
* Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-031-5/+5
* Rename Ci::Build commit to pipelineKamil Trzcinski2016-06-031-1/+1
* Merge branch 'rs-rubocop-nottonot' into 'master' Dmitriy Zaporozhets2016-05-251-3/+3
|\
| * Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-3/+3
* | Replace \n to <br>Kamil Trzcinski2016-05-231-0/+9
|/
* Fix Error 500 in CI charts by gracefully handling commits with no durationsStan Hu2016-05-221-0/+7
* Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-131-2/+2
* Send trace to a browser incrementally when build is runningKamil Trzcinski2016-05-091-33/+78
* Fix some typosTomasz Maczukin2016-04-221-6/+6
* Fix formattingTomasz Maczukin2016-04-221-3/+3
* Add posibility to define a hidden job without 'script' in .gitlab-ci.ymlTomasz Maczukin2016-04-221-49/+110
* Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-191-19/+171
|\
| * Make rubocop happymake-before-after-overridableKamil Trzcinski2016-04-181-8/+8
| * Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski2016-04-181-16/+72
| |\
| | * Merge remote-tracking branch 'origin/master' into after-scriptKamil Trzcinski2016-04-181-16/+72
| | |\
| | | * Minor refactorings in CI configfeature/ci-job-env-variablesGrzegorz Bizon2016-04-181-3/+3
| | | * Validate job-level variables in YAML config fileGrzegorz Bizon2016-04-181-13/+32
| | | * Minor refactoring in code related to job variablesGrzegorz Bizon2016-04-181-19/+24
| | | * Make CI config return empty array if no job variablesGrzegorz Bizon2016-04-181-0/+12
| | | * Rename method that returns global envs in CI confGrzegorz Bizon2016-04-181-1/+1