gitlab-org--gitlab-foss/lib/gitlab/ci/config/node
Grzegorz Bizon 2240807c1a Assume that unspecified CI config is undefined
We assume that when someone adds a key for the configuration entry, but
does not provide a valid value, which causes entry to be `nil`, then
entry should be considered as the undefined one. We also assume this is
semantically correct, this is also backwards compatible with legacy CI
config processor.

See issue #18775 for more details.
2016-06-23 10:22:41 +02:00
..
configurable.rb Assume that unspecified CI config is undefined 2016-06-23 10:22:41 +02:00
entry.rb Return default config value when entry is undefined 2016-06-22 14:26:33 +02:00
factory.rb Assume that unspecified CI config is undefined 2016-06-23 10:22:41 +02:00
global.rb Return default config value when entry is undefined 2016-06-22 14:26:33 +02:00
image.rb Return CI entry config as value by default 2016-06-21 13:12:58 +02:00
legacy_validation_helpers.rb Merge branch 'master' into refactor/ci-config-add-entry-error 2016-06-20 10:38:46 +02:00
script.rb Return CI entry config as value by default 2016-06-21 13:12:58 +02:00
services.rb Return CI entry config as value by default 2016-06-21 13:12:58 +02:00
undefined.rb Return default config value when entry is undefined 2016-06-22 14:26:33 +02:00
validatable.rb Improve CI config entries validations prototype 2016-06-17 11:23:16 +02:00
validator.rb Add first custom validator for new ci config 2016-06-17 12:06:48 +02:00
validators.rb Handle CI environment variables in a new CI config 2016-06-22 11:22:53 +02:00
variables.rb Assume that unspecified CI config is undefined 2016-06-23 10:22:41 +02:00