gitlab-ce/lib/gitlab/ci/config/entry
Kamil Trzciński 505d71ec88 Introduce default: for gitlab-ci.yml
This moves all existing `image/services/before_script/variables`
into `default:`. This allows us to easily add a default and
top-level entries. `default`: is keep backward compatible: to
be considered to be job if `default:script:` is specified. This
behavior should be removed.

All existing `image/services/before_script/variables` are properly
handled in root context.
2019-06-18 10:36:07 +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
includes.rb fix(gitlab-ci-config): allow strings in the 'include' keyword 2019-04-05 06:44:33 +00:00
job.rb Introduce default: for gitlab-ci.yml 2019-06-18 10:36:07 +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
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