-
Notifications
You must be signed in to change notification settings - Fork 2
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
Handle data format version in loader and f/e #1612
Comments
@tdudgeon says the data version of XCA is in the yaml output and this can be compared to the data version of previously uploaded targets. @kaliif please bake in the supported data format major version in the loader code, i.e. currently it's version 2, and in future if there are breaking changes with XCA it will be version 3. @boriskovar-m2ms points out that the f/e should show the data version in the target settings and flag targets with outdated data version as a toaster warning when opening the target. @kaliif the above will require having the current version as part of the django context @kaliif please also see about adding the current data format version to the |
@tdudgeon please inform @kaliif where the data versioning will be in the XCA output for the loader to parse.
In the case where the major version differs between the new data and existing target then the upload should fail without trying
The text was updated successfully, but these errors were encountered: