summaryrefslogtreecommitdiff
path: root/lib/ci/gitlab_ci_yaml_processor.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-1/+1
* Move job dependencies entry to the new CI configGrzegorz Bizon2016-07-201-14/+10
* Add minor readability, style improvements in CI configGrzegorz Bizon2016-07-201-3/+2
* Merge branch 'master' into refactor/ci-config-move-job-entriesGrzegorz Bizon2016-07-201-34/+63
|\
| * Improve code designKamil Trzcinski2016-07-191-1/+1
| * Fix broken builds_for_refKamil Trzcinski2016-07-191-1/+1
| * Use value of `yaml_variables` and `when` from config_processor if undefinedKamil Trzcinski2016-07-191-32/+33
| * Add implementation of manual actionsKamil Trzcinski2016-07-181-2/+2
| * Store when and yaml variables in builds tableKamil Trzcinski2016-07-161-15/+38
* | Move job environment validation to new CI configGrzegorz Bizon2016-07-191-11/+0
* | Move tags and allow_failure CI entries to new configGrzegorz Bizon2016-07-181-8/+0
* | Validate allowed keys only in new CI configGrzegorz Bizon2016-07-181-19/+0
* | Improve valid keys validation for CI config nodesGrzegorz Bizon2016-07-181-9/+0
* | Move job artifacts configuration new CI config codeGrzegorz Bizon2016-07-181-20/+0
* | Move job variables config entry to new CI configGrzegorz Bizon2016-07-181-16/+0
* | Move job image and services nodes to new CI configGrzegorz Bizon2016-07-181-8/+0
* | Add metadata to new CI config and expose job nameGrzegorz Bizon2016-07-151-2/+2
* | Remove job cache configfrom legacy yaml processorGrzegorz Bizon2016-07-141-21/+0
* | Revert logical validation in CI job stage entryGrzegorz Bizon2016-07-141-0/+7
* | Revert references to global node in CI job entryGrzegorz Bizon2016-07-141-6/+2
* | Improve CI job entry validations in new configGrzegorz Bizon2016-07-141-7/+0
* | Expose CI job commands and use in legacy processorGrzegorz Bizon2016-07-131-7/+6
* | Remove CI job script validation from legacy configGrzegorz Bizon2016-07-101-15/+0
* | Add comment for deprecated CI config `types` entryGrzegorz Bizon2016-07-091-3/+1
* | Remove CI job stage code from legacy config processorGrzegorz Bizon2016-07-091-19/+9
* | Simplify legacy CI config processor a littleGrzegorz Bizon2016-07-061-9/+4
* | Move CI job config validations to new classesGrzegorz Bizon2016-07-061-2/+0
* | Move decision about relevant jobs to new CI configGrzegorz Bizon2016-07-061-2/+0
* | Remove code creating job hash from legacy CI configGrzegorz Bizon2016-07-051-2/+3
|/
* Move global CI cache configuration to new CI classesGrzegorz Bizon2016-06-291-28/+2
* 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