-
Notifications
You must be signed in to change notification settings - Fork 14
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
Remove support for the v1 launch pattern #1353
Conversation
543fde1
to
d637bef
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.
Looks great to me! Can't spot any references left 👍
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.
Looks good to me! 👍
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.
Looks good to me! I tested functionally and successfully opened schemas, I couldn't find any mentions to the v1 launch pattern either 👍
What is the context of this PR?
Removes support for the v1 launch pattern in Runner (detailed here: ONSdigital/ons-schema-definitions#89). This includes removal of v1 validation of the payload on launch and the old v1 submission formats. Our Metadata structure will now always follow the v2 format, and all tests should now references the v2 pattern (previously there were a mix of v1/v2 tests).
How to review
Check that the v2 launch and submission pattern is still working as expected, and that no references to the v1 launch pattern has been missed.
Check if there are any tests that have been missed that can now be removed.
Checklist