Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec/lib/ci
AgeCommit message (Expand)Author
2016-08-11Fix test failures, that did occur because of missing previously used `reload_...Kamil Trzcinski
2016-08-11Use state machine for pipeline event processingKamil Trzcinski
2016-08-11Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski
2016-08-09fixes part1 of files to start using active tensetiagonbotelho
2016-08-05Remove empty context from CI config processor specsGrzegorz Bizon
2016-08-03Enable some Rubocop cops related to new linesGrzegorz Bizon
2016-07-20Move job dependencies entry to the new CI configGrzegorz Bizon
2016-07-20Merge branch 'master' into refactor/ci-config-move-job-entriesGrzegorz Bizon
2016-07-19Move job environment validation to new CI configGrzegorz Bizon
2016-07-18Move tags and allow_failure CI entries to new configGrzegorz Bizon
2016-07-18Move job artifacts configuration new CI config codeGrzegorz Bizon
2016-07-18Add implementation of manual actionsKamil Trzcinski
2016-07-18Move job variables config entry to new CI configGrzegorz Bizon
2016-07-18Move except and only job nodes to new CI configGrzegorz Bizon
2016-07-18Move job image and services nodes to new CI configGrzegorz Bizon
2016-07-18Merge branch 'master' into refactor/ci-config-move-job-entriesGrzegorz Bizon
2016-07-17Refactor gitlab_ci_yaml_processor variables testsKamil Trzcinski
2016-07-16Fix gitlab_ci_yaml_processor_spec.rbKamil Trzcinski
2016-07-16Fix gitlab_ci_yaml_processor_spec.rbKamil Trzcinski
2016-07-16Store when and yaml variables in builds tableKamil Trzcinski
2016-07-14Remove job cache configfrom legacy yaml processorGrzegorz Bizon
2016-07-14Revert logical validation in CI job stage entryGrzegorz Bizon
2016-07-14Improve CI job entry validations in new configGrzegorz Bizon
2016-07-12Avoid `describe`-ing symbols in specsRobert Speicher
2016-07-12Prevalidate CI entries recursively on processedGrzegorz Bizon
2016-07-10Move after script CI job confg to new processorGrzegorz Bizon
2016-07-10Add before_script node to CI job entry configGrzegorz Bizon
2016-07-09Integrate CI job stage entry into CI configurationGrzegorz Bizon
2016-07-06Move CI job config validations to new classesGrzegorz Bizon
2016-07-05Create composite job entries in new CI configGrzegorz Bizon
2016-07-05Merge branch 'refactor/ci-config-move-global-entries' into 'master' Rémy Coutable
2016-07-04Add minor improvements in readability in CI configGrzegorz Bizon
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-29Add global cache config entry to new CI configGrzegorz Bizon
2016-06-28Merge branch 'master' into refactor/ci-config-move-global-entriesGrzegorz Bizon
2016-06-27Merge branch 'test-gitlab-ci-ymls' into 'master' Rémy Coutable
2016-06-27Test templates and GitLabCI parser againts each otherZ.J. van de Weg
2016-06-24Fix ci config cache validation in legacy processorGrzegorz Bizon
2016-06-23Move CI stages configuration to new CI configGrzegorz Bizon
2016-06-23Assume that unspecified CI config is undefinedGrzegorz Bizon
2016-06-22Handle CI environment variables in a new CI configGrzegorz Bizon
2016-06-21Handle after script CI config in new classesGrzegorz Bizon
2016-06-21Handle CI services config in new CI config classesGrzegorz Bizon
2016-06-21Move CI image configuration entry to new CI configGrzegorz Bizon
2016-06-20Merge branch 'master' into refactor/ci-config-add-entry-errorGrzegorz Bizon
2016-06-17Merge branch 'fix/error-when-job-variables-not-defined-but-specified' into 'm...Rémy Coutable
2016-06-17Fix error when CI job variables not specifiedGrzegorz Bizon
2016-06-17Merge branch 'master' into refactor/ci-config-add-entry-errorGrzegorz Bizon
2016-06-17Validate only and except regexpKamil Trzcinski
2016-06-16Add prototype of CI config node validatorGrzegorz Bizon