summaryrefslogtreecommitdiff
path: root/spec/lib/ci
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * Read job variables directly from gitlab CI configGrzegorz Bizon2016-04-181-2/+2
| | | * Make it possible to override build variablesGrzegorz Bizon2016-04-181-1/+1
| | | * Add `variables` keyword to job in CI config YAMLGrzegorz Bizon2016-04-181-12/+32
| * | | Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski2016-04-181-2/+2
| |\ \ \ | | |/ /
| | * | Fix rubocop complainsKamil Trzcinski2016-04-181-2/+2
| * | | Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski2016-04-171-14/+14
| |\ \ \ | | |/ /
| | * | Rename finally_script to after_scriptKamil Trzcinski2016-04-171-7/+7
| * | | Allow the before_script and finally_script to be overwritten in context of jobKamil Trzcinski2016-04-161-3/+70
| |/ /
| * | Implement finally_script which allows to do cleanups as part of the build pro...Kamil Trzcinski2016-04-161-0/+29
| |/
* | Rename CiStatus to StatusableKamil Trzcinski2016-04-161-103/+0
* | Fix CiStatus implementation and testsKamil Trzcinski2016-04-131-1/+1
* | Fix rest of rspec and spinach testsKamil Trzcinski2016-04-121-3/+12
|/
* Test dependencies defined as symbolsKamil Trzcinski2016-03-231-0/+6
* Fix build dependencies, when the dependency is a stringKamil Trzcinski2016-03-231-3/+3
* Merge branch 'feature-ci-only-except-trigger' into 'master' Kamil TrzciƄski2016-03-221-0/+44
|\
| * add tests for only/except 'triggers' keywordJason Roehm2016-03-151-0/+44
* | adjusted behavior so canceled builds tagged as allowed to fail do not fail buildGeoffrey Lalonde2016-03-171-0/+23
|/
* Merge remote-tracking branch 'origin/master' into gitlab-ci-yaml-updatesKamil Trzcinski2016-03-111-0/+39
|\
| * Support YAML alias/anchor usage in .gitlab-ci.ymlPascal Bach2016-03-081-0/+39
* | Allow to define on which builds the current one depends onKamil Trzcinski2016-03-111-0/+45
* | Allow to pass name of created artifacts archive in `.gitlab-ci.yml`Kamil Trzcinski2016-03-111-1/+9