Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minimum required version to rdmo xml exports and check at import #1232

Draft
wants to merge 3 commits into
base: 2.3.0
Choose a base branch
from

Conversation

MyPyDavid
Copy link
Member

@MyPyDavid MyPyDavid commented Jan 23, 2025

Description

Related issue: #1205

This PR adds the field required to the exported XML files. This field sets the minimal compatible RDMO version with which this file can be imported. A validation error will be raised when the RDMO version is lower than the required version. When this field is missing, it is ignored.
The field version is still used for version dependent conversions at import but not for compatibility validation.

The minimal compatible version is defined in the setting EXPORT_MIN_REQUIRED_VERSION.

Motivation and Context

How has this been tested?

Screenshots (if appropriate)

…ally validate it at import

Signed-off-by: David Wallace <[email protected]>
@MyPyDavid MyPyDavid self-assigned this Jan 23, 2025
@MyPyDavid MyPyDavid added this to the RDMO 2.3.0 milestone Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant