gitlab-org--gitlab-foss/lib/gitlab/ci
Kamil Trzciński 0103d5be96 Add config_options|variables to BuildMetadata
These are data columns that store runtime configuration
of build needed to execute it on runner and within pipeline.

The definition of this data is that once used, and when no longer
needed (due to retry capability) they can be freely removed.

They use `jsonb` on PostgreSQL, and `text` on MySQL (due to lacking
support for json datatype on old enough version).
2019-01-04 16:38:17 +01:00
..
build Add config_options|variables to BuildMetadata 2019-01-04 16:38:17 +01:00
config Add config_options|variables to BuildMetadata 2019-01-04 16:38:17 +01:00
parsers Generalise test compare service 2018-12-11 11:39:22 +01:00
pipeline Merge branch '18667-handle-push-opts' into 'master' 2019-01-02 15:50:32 +00:00
reports Enable frozen string for lib/gitlab/ci 2018-10-26 16:36:42 -07:00
status Add basic implementation of CI/CD bridge job 2018-12-12 10:34:17 +01:00
templates Merge branch '49056-configure-auto-devops-deployed-applications-with-secrets-that-aren-t-committed-to-the-repo' into 'master' 2019-01-04 10:34:35 +00:00
trace Merge branch 'lock-trace-writes' into 'master' 2018-11-27 20:56:40 +00:00
variables Allow to store null variables 2018-11-23 15:20:07 +01:00
ansi2html.rb Enable frozen string for lib/gitlab/ci 2018-10-26 16:36:42 -07:00
charts.rb Rename project's pipelines relation 2018-12-05 14:39:15 +00:00
config.rb ci/config: generalize Config validation into Gitlab::Config:: module 2018-11-29 16:09:18 +01:00
cron_parser.rb Enable frozen string for lib/gitlab/ci 2018-10-26 16:36:42 -07:00
mask_secret.rb Enable frozen string for lib/gitlab/ci 2018-10-26 16:36:42 -07:00
model.rb Enable frozen string for lib/gitlab/ci 2018-10-26 16:36:42 -07:00
parsers.rb Generalise test compare service 2018-12-11 11:39:22 +01:00
trace.rb Lock writes to trace stream 2018-11-27 17:55:20 +01:00
yaml_processor.rb Add config_options|variables to BuildMetadata 2019-01-04 16:38:17 +01:00