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-04Add minor improvements in readability in CI configGrzegorz Bizon
2016-07-04Extract CI configuration entry node factory methodGrzegorz Bizon
2016-06-30Improve description of CI types node and in specsGrzegorz Bizon
2016-06-29Explicitly define entry node class in new CI configGrzegorz Bizon
2016-06-29Add CI config entry validator for allowed keysGrzegorz Bizon
2016-06-29Return compound value if CI config node is compositeGrzegorz Bizon
2016-06-29Move global CI cache configuration to new CI classesGrzegorz 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-29Make it possible to set parent in CI config nodeGrzegorz Bizon
2016-06-27Validate interface only with CI node validatorGrzegorz Bizon
2016-06-27Add new ci config entry that handles cache configGrzegorz Bizon
2016-06-24Add ci config entry that represents array of pathsGrzegorz Bizon
2016-06-24Add ci config class that represents a boolean valueGrzegorz Bizon
2016-06-24Add ci config class that represents a key valueGrzegorz Bizon
2016-06-23Minor refactorings in new CI configuration classesGrzegorz Bizon
2016-06-23Move CI stages configuration to new CI configGrzegorz Bizon
2016-06-23Assume that unspecified CI config is undefinedGrzegorz Bizon
2016-06-22Return default config value when entry is undefinedGrzegorz Bizon
2016-06-22Handle CI environment variables in a new CI configGrzegorz Bizon
2016-06-22Rename CI config null node entry to undefined nodeGrzegorz Bizon
2016-06-21Return CI entry config as value by defaultGrzegorz 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-21Add image configuration entry to new ci configGrzegorz Bizon
2016-06-21Use generic type validator in new ci configurationGrzegorz Bizon
2016-06-20Merge branch 'master' into refactor/ci-config-add-entry-errorGrzegorz Bizon
2016-06-17Extract CI entry config hash validation to validatorGrzegorz Bizon
2016-06-17Merge branch 'master' into refactor/ci-config-add-entry-errorGrzegorz Bizon
2016-06-17Add first custom validator for new ci configGrzegorz Bizon
2016-06-17Rename legacy validation helpers for new ci configGrzegorz Bizon
2016-06-17Validate only and except regexpKamil Trzcinski
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-14Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski
2016-06-14Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski
2016-06-14Merge remote-tracking branch 'origin/master' into artifacts-expire-dateKamil Trzcinski
2016-06-14Validate ci config entry value before processing nodesGrzegorz Bizon
2016-06-14Make method that composes ci config entry privateGrzegorz Bizon
2016-06-13Simplify ci config node factoryGrzegorz Bizon
2016-06-13Duplicate CI config node factory on class levelGrzegorz Bizon
2016-06-10Add factory for fabricating new ci config nodesGrzegorz Bizon
2016-06-10Define ci entry accessor instead of method_missingGrzegorz Bizon
2016-06-10Simplify new ci config entry class interfaceGrzegorz Bizon
2016-06-10Rename method used to allow node in Ci configGrzegorz Bizon
2016-06-09Rename method that returns allowed nodes in Ci configGrzegorz Bizon
2016-06-09Add comments to new CI config classes and modulesGrzegorz Bizon
2016-06-09Do not require Ci config node to have a hash valueGrzegorz Bizon