-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
refactor: versioning and migration mechanism for public data structures #3457
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
refactor: versioning and migration mechanism for public data structures #3457
Conversation
71a2593
to
978335a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The above error relating to the GraphQL page crashing was due to some underlying dependency bumps. I've reverted updates to the lock file apart from the dependency additions that are in scope as part of 5d304d7. |
9247fb5
to
5d304d7
Compare
@AndrewBastin, tests were failing since |
7fedff1
to
17cedb3
Compare
Specify browser as the test environment
3e21f83
to
28847ff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The GraphQL page crashing and Codemirror syntax highlighting issues are to be handled separately.
Closes HFE-276
This PR intends to introduce Zod schemas and Verzod into
@hoppscotch/data
to power updated migrations.Description
verzod
andzod
as dependenciesValidContentTypesList
tocontentTypes
module in@hoppscotch/data
@hoppscotch/data
.Checks