ManageIQ / manageiq-schema

SQL schema and database migrations for ManageIQ
Apache License 2.0
20 stars 125 forks source link

[WIP] Add rails 7.1 and 7.2 support #756

Open jrafanie opened 1 day ago

jrafanie commented 1 day ago

Depends on:

High level:

YAML serialize is going out of style and we should convert as many to json or other types if possible. The interface for serialize changed so I have a bridge that changes our existing migrations to use the 7.1 interface with a layer to convert it back to 7.0 format if using 7.0. I think this way is easier to read than the prior commit: Prepend serialize in 7.1+ to convert positional arguments to kwargs