summaryrefslogtreecommitdiff
path: root/lib/ci/gitlab_ci_yaml_processor.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix ci config cache validation in legacy processorGrzegorz Bizon2016-06-241-2/+2
* Minor refactorings in new CI configuration classesGrzegorz Bizon2016-06-231-0/+5
* Move CI stages configuration to new CI configGrzegorz Bizon2016-06-231-17/+8
* Handle CI environment variables in a new CI configGrzegorz Bizon2016-06-221-5/+1
* Handle after script CI config in new classesGrzegorz Bizon2016-06-211-9/+4
* Handle CI services config in new CI config classesGrzegorz Bizon2016-06-211-6/+2
* Move CI image configuration entry to new CI configGrzegorz Bizon2016-06-211-11/+9
* Merge branch 'master' into refactor/ci-config-add-entry-errorrefactor/ci-config-add-entry-errorGrzegorz Bizon2016-06-201-5/+5
|\
| * Merge branch 'fix/error-when-job-variables-not-defined-but-specified' into 'm...Rémy Coutable2016-06-171-1/+1
| |\
| | * Fix error when CI job variables not specifiedGrzegorz Bizon2016-06-171-1/+1
| * | Validate only and except regexpvalidate-only-except-regexpKamil Trzcinski2016-06-171-4/+4
| |/
* | Merge branch 'master' into refactor/ci-config-add-entry-errorGrzegorz Bizon2016-06-171-2/+11
|\ \ | |/
| * Merge branch 'master' into fix/status-of-pipeline-without-buildsfix/status-of-pipeline-without-buildsGrzegorz Bizon2016-06-151-26/+23
| |\
| | * Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-141-1/+5
| | |\
| | * \ Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-141-28/+11
| | |\ \
| | * | | Validate environment name with regexKamil Trzcinski2016-06-141-2/+6
| | * | | Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-141-1/+25
| | |\ \ \
| | * | | | Added initial version of deploymentsKamil Trzcinski2016-06-101-1/+7
| * | | | | Merge branch 'master' into fix/status-of-pipeline-without-buildsGrzegorz Bizon2016-06-141-8/+28
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Add minor improvements in create builds serviceGrzegorz Bizon2016-06-031-1/+4
* | | | | | Rename legacy validation helpers for new ci configGrzegorz Bizon2016-06-171-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge remote-tracking branch 'origin/master' into artifacts-expire-dateKamil Trzcinski2016-06-141-30/+11
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'refactor/ci-config-add-global-entry' into 'master' Rémy Coutable2016-06-141-24/+11
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Remove old before_script from legacy Ci configGrzegorz Bizon2016-06-081-2/+1
| | * | | Merge branch 'master' into refactor/ci-config-add-global-entryGrzegorz Bizon2016-06-081-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Implement script in Ci config and use in legacy oneGrzegorz Bizon2016-06-071-1/+1
| | * | | Use Ci config validation helpers only where neededGrzegorz Bizon2016-06-071-1/+1
| | * | | Use CI config errors from new processor in legacy oneGrzegorz Bizon2016-06-061-5/+7
| | * | | Extract CI config validation helpers to mixinGrzegorz Bizon2016-06-061-16/+2
| * | | | Improve after reviewKamil Trzcinski2016-06-101-2/+2
| * | | | Added when to artifactsKamil Trzcinski2016-06-081-0/+24
| | |/ / | |/| |
* | | | Improve after reviewKamil Trzcinski2016-06-131-2/+2
* | | | Validate artifacts:expire_in in yaml processorKamil Trzcinski2016-06-131-0/+10
* | | | Allow to expire build artifactsKamil Trzcinski2016-06-131-1/+1
* | | | Added when to artifactsKamil Trzcinski2016-06-131-0/+24
|/ / /
* | | Remove duplicated exception in Ci configGrzegorz Bizon2016-06-071-1/+1
|/ /
* | Rename class that loads CI configuration to LoaderGrzegorz Bizon2016-06-061-1/+1
* | Add gitlab ci configuration class that holds hashGrzegorz Bizon2016-06-031-7/+3
|/
* Enable Style/NegatedIf Rubocop coprubocop/enable-negatedif-style-copGrzegorz Bizon2016-05-301-1/+1
* Enable multiple compatible Rubocop copscomplexity/enable-multiple-rubocop-cops-2Grzegorz Bizon2016-05-251-1/+1
* Fix some typosTomasz Maczukin2016-04-221-1/+1
* Modify code formattingTomasz Maczukin2016-04-221-3/+1
* Simplify the GitlabCiYamlProcessor#initial_parsing methodTomasz Maczukin2016-04-221-16/+11
* Add posibility to define a hidden job without 'script' in .gitlab-ci.ymlTomasz Maczukin2016-04-221-4/+7
* Make rubocop happymake-before-after-overridableKamil Trzcinski2016-04-181-12/+15
* Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski2016-04-181-15/+0
|\
| * Resolve mergeafter-scriptKamil Trzcinski2016-04-181-15/+0
* | Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski2016-04-181-3/+37
|\ \ | |/
| * Merge remote-tracking branch 'origin/master' into after-scriptKamil Trzcinski2016-04-181-3/+37
| |\
| | * Minor refactorings in CI configfeature/ci-job-env-variablesGrzegorz Bizon2016-04-181-4/+7