gitlab-ce/lib/gitlab/ci/config/entry
drew ac77bb9376 Introducing new Syntax for Ci::Build inclusion rules
- Added Gitlab::Ci::Config::Entry::Rules and Gitlab::Ci::Config::Entry::Rules:Rule
  to handle lists of Rule objects to be evalauted for job inclusion
- Added `if:` and `changes:` as available Rules::Rule::Clause classes
- Added Rules handling logic to Seed::Build#included? with extra specs
- Use DisallowedKeysValidator to mutually exclude rules: from only:/except: on job config
2019-08-20 20:03:43 +00:00
..
rules Introducing new Syntax for Ci::Build inclusion rules 2019-08-20 20:03:43 +00:00
artifacts.rb
cache.rb
commands.rb
coverage.rb
default.rb Introduce default: for gitlab-ci.yml 2019-06-18 10:36:07 +00:00
environment.rb Add environment url validation 2019-04-09 09:28:55 +00:00
hidden.rb Introduce default: for gitlab-ci.yml 2019-06-18 10:36:07 +00:00
image.rb Fix port validations in .gitlab-webide.yml 2019-06-01 12:37:29 +02:00
include.rb ci(config): validate 'include' keyword 2019-02-19 17:10:50 +01:00
includes.rb fix(gitlab-ci-config): allow strings in the 'include' keyword 2019-04-05 06:44:33 +00:00
job.rb Introducing new Syntax for Ci::Build inclusion rules 2019-08-20 20:03:43 +00:00
jobs.rb Introduce default: for gitlab-ci.yml 2019-06-18 10:36:07 +00:00
key.rb
paths.rb
policy.rb Allow to use untrusted Regexp via feature flag 2019-04-04 15:00:56 +00:00
port.rb Add port section to CI Image object 2019-04-03 09:50:54 +00:00
ports.rb Add port section to CI Image object 2019-04-03 09:50:54 +00:00
reports.rb Backport changes from EE 2019-04-16 13:06:52 +02:00
retry.rb
root.rb Introduce default: for gitlab-ci.yml 2019-06-18 10:36:07 +00:00
rules.rb Introducing new Syntax for Ci::Build inclusion rules 2019-08-20 20:03:43 +00:00
script.rb
service.rb Fix port validations in .gitlab-webide.yml 2019-06-01 12:37:29 +02:00
services.rb Add port section to CI Image object 2019-04-03 09:50:54 +00:00
stage.rb
stages.rb
variables.rb