gitlab-org--gitlab-foss/spec/factories/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
..
bridge.rb Add basic implementation of CI/CD bridge job 2018-12-12 10:34:17 +01:00
build_trace_chunks.rb Fix spec 2018-07-04 15:19:22 +09:00
build_trace_section_names.rb Replace factory_girl_rails with factory_bot_rails 2017-12-14 15:01:55 +01:00
builds.rb Add config_options|variables to BuildMetadata 2019-01-04 16:38:17 +01:00
group_variables.rb Replace factory_girl_rails with factory_bot_rails 2017-12-14 15:01:55 +01:00
job_artifacts.rb Make all legacy security reports to use raw format 2018-10-16 13:51:49 +02:00
pipeline_schedule.rb Replace factory_girl_rails with factory_bot_rails 2017-12-14 15:01:55 +01:00
pipeline_schedule_variables.rb Replace factory_girl_rails with factory_bot_rails 2017-12-14 15:01:55 +01:00
pipeline_variables.rb Replace factory_girl_rails with factory_bot_rails 2017-12-14 15:01:55 +01:00
pipelines.rb Add spec for Status::Pipeline::Scheduled 2018-10-03 15:28:17 +09:00
runner_projects.rb Refactor validations and make runner factory by default to be instance-wide runner 2018-05-31 10:56:07 +02:00
runners.rb Add tests for shared/runners/show.html.haml view 2018-10-22 16:29:09 +02:00
stages.rb Use stages position column to track stage index 2018-05-01 14:30:44 +02:00
trigger_requests.rb Replace factory_girl_rails with factory_bot_rails 2017-12-14 15:01:55 +01:00
triggers.rb Replace factory_girl_rails with factory_bot_rails 2017-12-14 15:01:55 +01:00
variables.rb Replace factory_girl_rails with factory_bot_rails 2017-12-14 15:01:55 +01:00