gitlab-org--gitlab-foss/app/models/ci
Steve Azzopardi 18a1bcf862
Fix authorization for web terminals
Workhorse was not able to parse the `headers` property since it was expecting a
key => array as a structure.

Error from workhorse: preAuthorizeHandler: decode authorization response: json:
cannot unmarshal string into Go struct field TerminalSettings.Header of type
[]string

Workhorse was not changed since this api is already used for the environment
terminals.

gitlab-org/gitlab-ce#25990
2018-07-30 16:58:59 +02:00
..
build_trace_chunks Fix dead lock by in_lock conflicts. Shared out in_lock logic. Changed key_raw path of fog store. and some bug fixes to make it functional. 2018-06-15 15:48:03 +09:00
artifact_blob.rb Add port number to artifacts links to gitlab-pages, if needed 2018-03-29 14:47:51 +02:00
build.rb Avoid using destroy_all 2018-07-27 14:32:24 +09:00
build_metadata.rb Add explicit primary key for ci_builds_metadata table 2018-03-28 14:00:04 +02:00
build_runner_session.rb Fix authorization for web terminals 2018-07-30 16:58:59 +02:00
build_trace_chunk.rb Rename retry_max left overs to retries 2018-07-04 13:29:47 +09:00
build_trace_section.rb Add CI build trace sections extractor 2017-10-05 15:42:25 +02:00
build_trace_section_name.rb Add CI build trace sections extractor 2017-10-05 15:42:25 +02:00
group.rb DRY creating groups of common builds in a stage 2018-05-23 10:37:01 +02:00
group_variable.rb [Rails5] Fix `undefined method 'arel_table' for Ci::Group:Class` error 2018-04-12 13:36:31 +11:00
job_artifact.rb Squashed commit of the following: 2018-07-27 14:05:34 +09:00
legacy_stage.rb DRY creating groups of common builds in a stage 2018-05-23 10:37:01 +02:00
pipeline.rb Enforce setting string as value of the CI/CD variable 2018-06-25 14:48:34 +02:00
pipeline_schedule.rb Remove soft removals related code 2018-01-08 17:04:45 +01:00
pipeline_schedule_variable.rb Make Variable key not secret 2018-03-22 12:08:16 +01:00
pipeline_variable.rb Alias value to secret_value in Ci::PipelineVariable 2018-04-18 17:32:33 +02:00
runner.rb Make deprecated scopes of Runner explicit 2018-07-04 11:02:45 +02:00
runner_namespace.rb Add uniqueness for RunnerNamespace 2018-05-31 10:56:41 +02:00
runner_project.rb Add `Ci::Runner` inverse_of's 2018-05-31 10:56:41 +02:00
stage.rb Raise error if pipeline / stage hits unknown status 2018-06-04 11:29:39 +02:00
trigger.rb Remove soft removals related code 2018-01-08 17:04:45 +01:00
trigger_request.rb move `lib/ci/model.rb` into `lib/gitlab/ci/model.rb` 2017-09-12 22:32:01 +03:00
variable.rb Make Variable key not secret 2018-03-22 12:08:16 +01:00