gitlab-org--gitlab-foss/spec/models/ci
Krasimir Angelov 85609c117e Implement support for CI variables of type file
Add env_var and file as supported types for CI variables. Variables of
type file expose to users existing gitlab-runner behaviour - save
variable value into a temp file and set the path to this file in an ENV
var named after the variable key.

Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
2019-05-06 13:11:42 +00:00
..
build_trace_chunks Add # frozen_string_literal to spec/models 2019-04-01 14:37:54 +13:00
artifact_blob_spec.rb Add # frozen_string_literal to spec/models 2019-04-01 14:37:54 +13:00
bridge_spec.rb Fix CI_COMMIT_REF_NAME and SLUG variable 2019-04-29 18:52:51 +07:00
build_metadata_spec.rb Add # frozen_string_literal to spec/models 2019-04-01 14:37:54 +13:00
build_runner_session_spec.rb Renamed terminal_specification to channel_specification 2019-04-04 18:32:02 +00:00
build_spec.rb Fix merge request pipeline exist method 2019-05-06 13:20:47 +07:00
build_trace_chunk_spec.rb Don't use frozen_string_literal for now 2019-04-01 14:37:54 +13:00
build_trace_section_name_spec.rb Add # frozen_string_literal to spec/models 2019-04-01 14:37:54 +13:00
build_trace_section_spec.rb Add # frozen_string_literal to spec/models 2019-04-01 14:37:54 +13:00
group_spec.rb Add # frozen_string_literal to spec/models 2019-04-01 14:37:54 +13:00
group_variable_spec.rb Implement support for CI variables of type file 2019-05-06 13:11:42 +00:00
job_artifact_spec.rb Extract ProjectStatistics updates into a concern 2019-04-19 09:37:14 +00:00
legacy_stage_spec.rb Adds a way to start multiple manual jobs in stage 2019-05-02 18:27:35 +00:00
pipeline_schedule_spec.rb Add # frozen_string_literal to spec/models 2019-04-01 14:37:54 +13:00
pipeline_schedule_variable_spec.rb Implement support for CI variables of type file 2019-05-06 13:11:42 +00:00
pipeline_spec.rb Fix merge request pipeline exist method 2019-05-06 13:20:47 +07:00
pipeline_variable_spec.rb Implement support for CI variables of type file 2019-05-06 13:11:42 +00:00
runner_spec.rb Upgrade Rails to 5.1.6.1 2019-04-23 08:31:23 +08:00
stage_spec.rb Adds a way to start multiple manual jobs in stage 2019-05-02 18:27:35 +00:00
trigger_request_spec.rb Add # frozen_string_literal to spec/models 2019-04-01 14:37:54 +13:00
trigger_spec.rb Add # frozen_string_literal to spec/models 2019-04-01 14:37:54 +13:00
variable_spec.rb Implement support for CI variables of type file 2019-05-06 13:11:42 +00:00