-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: setup code generation #357
Conversation
✅ 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.
It fails for me when I run it locally.
Here are logs.
@coire1 this |
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.
Please move the generated code from catalyst_voices_models
to catalyst_voices_services
. Cat Gateway API is a service.
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
Description
This PR introduces the Automated Code Generation for the
catalyst_voices
project using the OpenAPI specifications defined incatalyst-gateway
. It orchestrates a set of earthly targets to build the OpenAPI specs, generate the code and validate the generated code consistencies on PRs.Related Issue(s)
Closes #347