-
Notifications
You must be signed in to change notification settings - Fork 7
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
chore(cat-voices): Filter OpenAPI json for Flutter #1187
base: main
Are you sure you want to change the base?
Conversation
✅ Test Report | |
…nfusion during build process
✅ Test Report | |
✅ Test Report | |
✅ Test Report | |
✅ Test Report | |
✅ Test Report | |
✅ Test Report | |
✅ Test Report | |
✅ Test Report | |
✅ Test Report | |
✅ Test Report | |
✅ Test Report | |
…output-hk/catalyst-voices into chore/1172_filter-openapi-flutter
✅ Test Report | |
✅ Test Report | |
…output-hk/catalyst-voices into chore/1172_filter-openapi-flutter
...catalyst_voices_services/lib/generated/catalyst_gateway/cat_gateway_api.swagger.chopper.dart
Outdated
Show resolved
Hide resolved
✅ Test Report | |
✅ Test Report | |
… to include devtools_options.yaml
✅ Test Report | |
✅ Test Report | |
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.
LGTM
✅ Test Report | |
✅ Test Report | |
✅ Test Report | |
✅ Test Report | |
Description
New job in CI to filter OpenAPI to reduce enpoints that Flutter uses in frontend
Related Issue(s)
Resolves #1172
Description of Changes
Created new job called filter-openapi which filters cat-gateway-api.json using filter JSON stored in catalyst_voices_services/openapi-filters.json.
Filtered openAPI json
filtered-openapi.json
Breaking Changes
Adding variable use_filtered_openapi with default value true to code-generator job.
Please confirm the following checks