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-07-15Simplify abstract class for CI config entry nodesGrzegorz Bizon
2016-07-15Add metadata to new CI config and expose job nameGrzegorz 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-12Do not raise when getting value of invalid CI nodeGrzegorz Bizon
2016-07-12Simplify undefined node definition in CI configGrzegorz Bizon
2016-07-10Add CI job script node in new config processorGrzegorz 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-06Move CI job config validations to new classesGrzegorz Bizon
2016-07-05Add ability to define nodes in new CI config entryGrzegorz 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-06-29Add global cache config entry to new CI configGrzegorz Bizon
2016-06-29Add CI config entry location info to error messageGrzegorz 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-21Use generic type validator in new ci configurationGrzegorz Bizon
2016-06-17Improve CI config entries validations prototypeGrzegorz Bizon
2016-06-16Add prototype of CI config node validatorGrzegorz Bizon
2016-06-15Add class that encapsulates error in new Ci configGrzegorz Bizon
2016-06-14Make method that composes ci config entry privateGrzegorz Bizon
2016-06-10Simplify new ci config entry class interfaceGrzegorz Bizon
2016-06-09Rename method that returns allowed nodes in Ci configGrzegorz Bizon
2016-06-09Make it possible configure Ci entry descriptionGrzegorz Bizon
2016-06-09Extract method that composes new Ci config entryGrzegorz Bizon
2016-06-08Rename BeforeScript to Script in new Ci configGrzegorz Bizon
2016-06-08Add minor improvements in new Ci config designGrzegorz Bizon
2016-06-08Delegate Ci config entry value to single methodGrzegorz Bizon
2016-06-07Implement script in Ci config and use in legacy oneGrzegorz Bizon
2016-06-07Add DSL for adding nodes in Ci config interfaceGrzegorz Bizon
2016-06-07Do not process new Ci config entry when invalidGrzegorz Bizon
2016-06-07Pass root Ci config entry to each subsequent entryGrzegorz Bizon
2016-06-07Do not process Ci config node when node is a leafGrzegorz Bizon
2016-06-06Collect errors from all nodes in new CI configGrzegorz Bizon
2016-06-06Implement CI configuration nodes tree processingGrzegorz Bizon
2016-06-06Rename ci config module that holds nodes to NodeGrzegorz Bizon