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 migrations for different versions of the query settings #1662

Open
stolpeo opened this issue May 29, 2024 · 3 comments
Open

Add migrations for different versions of the query settings #1662

stolpeo opened this issue May 29, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@stolpeo
Copy link
Contributor

stolpeo commented May 29, 2024

Is your feature request related to a problem? Please describe.
Follow up ticket for #1629. After introducing the versioning for the query settings, we need to implement a migration code for different versions of the query settings. More specifically if the change introduce would break the query, we increase the major version number. We then need to convert the old settings to the new one if the major versions differ when a user submits a query (or sth similar).

@stolpeo stolpeo added the enhancement New feature or request label May 29, 2024
@xiamaz
Copy link
Collaborator

xiamaz commented May 30, 2024

After discussion, migration is optional and probably a bit complex. What we definitely need is that versions will be checked and stored settings need to be deleted if the versions don't match. @stolpeo Could you please create a new ticket for that requirement?

@stolpeo
Copy link
Contributor Author

stolpeo commented Jul 17, 2024

Follow-up ticket created: #1807

@stolpeo stolpeo moved this from Ready to Backlog in Release Planning Jul 17, 2024
@stolpeo
Copy link
Contributor Author

stolpeo commented Jul 17, 2024

Moving ticket back to backlog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants