summaryrefslogtreecommitdiff
path: root/spec/lib/ci
Commit message (Expand)AuthorAgeFilesLines
* Use state machine for pipeline event processingfix-pipeline-processingKamil Trzcinski2016-08-111-1/+0
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-112-7/+8
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-2/+2
* Remove empty context from CI config processor specsrubocop/enable-more-cops-for-empty-linesGrzegorz Bizon2016-08-051-3/+0
* Enable some Rubocop cops related to new linesGrzegorz Bizon2016-08-031-1/+0
* Move job dependencies entry to the new CI configGrzegorz Bizon2016-07-201-1/+1
* Merge branch 'master' into refactor/ci-config-move-job-entriesGrzegorz Bizon2016-07-201-66/+83
|\
| * Add implementation of manual actionsKamil Trzcinski2016-07-181-1/+1
| * Refactor gitlab_ci_yaml_processor variables testsKamil Trzcinski2016-07-171-52/+76
| * Fix gitlab_ci_yaml_processor_spec.rbKamil Trzcinski2016-07-161-5/+5
| * Fix gitlab_ci_yaml_processor_spec.rbKamil Trzcinski2016-07-161-1/+1
| * Store when and yaml variables in builds tableKamil Trzcinski2016-07-161-14/+7
* | Move job environment validation to new CI configGrzegorz Bizon2016-07-191-3/+3
* | Move tags and allow_failure CI entries to new configGrzegorz Bizon2016-07-181-2/+2
* | Move job artifacts configuration new CI config codeGrzegorz Bizon2016-07-181-6/+6
* | Move job variables config entry to new CI configGrzegorz Bizon2016-07-181-1/+1
* | Move except and only job nodes to new CI configGrzegorz Bizon2016-07-181-2/+2
* | Move job image and services nodes to new CI configGrzegorz Bizon2016-07-181-4/+4
* | Merge branch 'master' into refactor/ci-config-move-job-entriesGrzegorz Bizon2016-07-181-2/+2
|\ \ | |/
| * Avoid `describe`-ing symbols in specsrs-describe-symbolsRobert Speicher2016-07-121-2/+2
* | Remove job cache configfrom legacy yaml processorGrzegorz Bizon2016-07-141-3/+3
* | Revert logical validation in CI job stage entryGrzegorz Bizon2016-07-141-2/+2
* | Improve CI job entry validations in new configGrzegorz Bizon2016-07-141-2/+2
* | Prevalidate CI entries recursively on processedGrzegorz Bizon2016-07-121-1/+1
* | Move after script CI job confg to new processorGrzegorz Bizon2016-07-101-1/+1
* | Add before_script node to CI job entry configGrzegorz Bizon2016-07-101-1/+1
* | Integrate CI job stage entry into CI configurationGrzegorz Bizon2016-07-091-3/+3
* | Move CI job config validations to new classesGrzegorz Bizon2016-07-061-1/+8
* | Create composite job entries in new CI configGrzegorz Bizon2016-07-051-2/+2
|/
* 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