gitlab-org--gitlab-foss/lib/gitlab/ci/config/node
2016-07-12 13:03:19 +02:00
..
boolean.rb Add ci config class that represents a boolean value 2016-06-24 09:49:54 +02:00
cache.rb Explicitly define entry node class in new CI config 2016-06-29 12:20:45 +02:00
commands.rb Rename CI config job script entry node to commands 2016-07-10 20:26:37 +02:00
configurable.rb Require parent when using node factory in CI config 2016-07-10 20:59:18 +02:00
entry.rb Prevalidate CI entries recursively on processed 2016-07-12 12:56:21 +02:00
factory.rb Require parent when using node factory in CI config 2016-07-10 20:59:18 +02:00
global.rb Require parent when using node factory in CI config 2016-07-10 20:59:18 +02:00
hidden_job.rb Extend CI job entries fabrication and validation 2016-07-09 18:43:26 +02:00
image.rb
job.rb Rename CI config job script entry node to commands 2016-07-10 20:26:37 +02:00
jobs.rb Require parent when using node factory in CI config 2016-07-10 20:59:18 +02:00
key.rb
legacy_validation_helpers.rb
null.rb Add CI config node that is unspecified null entry 2016-07-12 13:03:19 +02:00
paths.rb Add ci config entry that represents array of paths 2016-06-24 09:54:52 +02:00
script.rb
services.rb
stage.rb Integrate CI job stage entry into CI configuration 2016-07-09 14:56:41 +02:00
stages.rb Add minor improvements in readability in CI config 2016-07-04 18:36:06 +02:00
undefined.rb Simplify CI config entry node factory, use attribs 2016-07-07 15:00:35 +02:00
validatable.rb
validator.rb Add hidden job in new CI config that is irrelevant 2016-07-06 12:58:43 +02:00
validators.rb Extract internal attributes validator for CI entry 2016-07-08 11:27:36 +02:00
variables.rb