-
Notifications
You must be signed in to change notification settings - Fork 14
CLOUDP-261180: Add filter to remove unused views #350
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
Conversation
@andreaangiolillo Is this still in your plans? That will significantly reduce openapi size. We could then remove several filters in SDK-go repository that try to archieve the same. |
@@ -1,15 +1,4 @@ | |||
{ | |||
"info": { |
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.
I needed to update the specifications used for the e2e split command tests. The issue was that, due to the filters applied, the generated specs were missing unused schemas. This caused the test to fail because the generated specs were not identical to the expected ones.
[q] how about the main spec with all versions? |
As part of the release process, we generate the |
Proposed changes
Jira ticket: CLOUDP-261180
This PR adds a new filter to remove the unused schemas in the components section of the openapi spec.