-
Notifications
You must be signed in to change notification settings - Fork 9
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
fix: migrate ot openapi-typescript and openapi-fetch #635
base: main
Are you sure you want to change the base?
Conversation
d7f7ce6
to
0a0108f
Compare
hello, have a question: why the gen files are included in the source code. Usually it's part of the build process where generated files are generated by a openapi-typescript call ? |
I like when I have everything tagged during release, even generated files, so I don't have to generate them when checking out tag or branch. But that is not critical and I can follow the the same pattern as AI Lab. |
6294be2
to
930bb57
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.
LGTM but generated files should not be committed (as in other repositories) and there is a missing command to regenerate the files
Updated PR and tested manually all combination creating and reusing API resources. |
5c06a8c
to
6e4bb18
Compare
Signed-off-by: Denis Golovin <[email protected]>
6e4bb18
to
130d83b
Compare
Signed-off-by: Denis Golovin <[email protected]>
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 would have put generated source code in another sec folder ( like the other extensions) but can be follow up
Fix #565.