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
AgeCommit message (Expand)Author
2016-08-29Rename CI config hidden job entry to hidden entryGrzegorz Bizon
2016-08-29Do not enforce using a hash with hidden ci keyGrzegorz Bizon
2016-08-09Memoize CI config node validator to prevent leaksGrzegorz Bizon
2016-07-29Improve code, remove unused validator, improve namesGrzegorz Bizon
2016-07-20Add minor readability, style improvements in CI configGrzegorz Bizon
2016-07-18Validate allowed keys only in new CI configGrzegorz Bizon
2016-07-18Improve valid keys validation for CI config nodesGrzegorz Bizon
2016-07-18Move job artifacts configuration new CI config codeGrzegorz Bizon
2016-07-18Move except and only job nodes to new CI configGrzegorz Bizon
2016-07-15Simplify abstract class for CI config entry nodesGrzegorz Bizon
2016-07-15Simplify CI config and remove logical validationGrzegorz Bizon
2016-07-15Add metadata to new CI config and expose job nameGrzegorz Bizon
2016-07-14Remove references to global entry in new CI configGrzegorz Bizon
2016-07-14Revert logical validation in CI job stage entryGrzegorz Bizon
2016-07-14Revert references to global node in CI job entryGrzegorz Bizon
2016-07-14Improve CI job entry validations in new configGrzegorz Bizon
2016-07-13Expose CI job commands and use in legacy processorGrzegorz Bizon
2016-07-13Add before script and commands to CI job entryGrzegorz Bizon
2016-07-13Improve CI stage configuration entry validationsGrzegorz Bizon
2016-07-12Do not raise when getting value of invalid CI nodeGrzegorz Bizon
2016-07-12Simplify undefined node definition in CI configGrzegorz Bizon
2016-07-12Add CI config node that is unspecified null entryGrzegorz Bizon
2016-07-10Require parent when using node factory in CI configGrzegorz Bizon
2016-07-10Rename CI config job script entry node to commandsGrzegorz Bizon
2016-07-10Move after script CI job confg to new processorGrzegorz Bizon
2016-07-10Add CI job script node in new config processorGrzegorz Bizon
2016-07-10Add before_script node to CI job entry configGrzegorz Bizon
2016-07-09Extend CI job entries fabrication and validationGrzegorz Bizon
2016-07-09Use node factory to assemble global CI config entryGrzegorz Bizon
2016-07-09Integrate CI job stage entry into CI configurationGrzegorz Bizon
2016-07-08Add CI config known stage validation for job stageGrzegorz Bizon
2016-07-08Extract CI entry node validator and improve namingGrzegorz Bizon
2016-07-08Extract internal attributes validator for CI entryGrzegorz Bizon
2016-07-07Require reference to CI config for some entriesGrzegorz Bizon
2016-07-07Simplify CI config entry node factory, use attribsGrzegorz Bizon
2016-07-07Add scaffold of CI config for the job stage entryGrzegorz Bizon
2016-07-07Delegate methods to default CI entry if undefinedGrzegorz Bizon
2016-07-07Use only node factory to create CI config entriesGrzegorz Bizon
2016-07-06Move CI job config validations to new classesGrzegorz Bizon
2016-07-06Add hidden job in new CI config that is irrelevantGrzegorz Bizon
2016-07-05Create composite job entries in new CI configGrzegorz Bizon
2016-07-05Add ability to define nodes in new CI config entryGrzegorz Bizon
2016-07-05Add new CI config entry for single job in pipelineGrzegorz Bizon
2016-07-05Add new CI config entry that holds jobs definitionGrzegorz Bizon
2016-07-05Extract jobs config to separate key in config hashGrzegorz 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-30Improve description of CI types node and in specsGrzegorz Bizon
2016-06-29Add global cache config entry to new CI configGrzegorz Bizon