Skip to content

Allow loading of Hashie::Mash in YAML

Stan Hu requested to merge sh-allow-hashie-mash-serialize into master

What does this MR do and why?

We have some legacy database entries in ci_trigger_request.variables that serialized values as Hashie::Mash. This results in a 500 error when attempting to load old jobs. Allow this class to be deserialized since it's effectively a Hash.

Relates to #440316

This would fix #440216 (closed).

Edited by Stan Hu

Merge request reports