-
Notifications
You must be signed in to change notification settings - Fork 29
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
Automated Cross-Repo Testing for SDKs When OpenAPI Specifications Are Updated #33
Labels
Comments
tokuhirom
added
enhancement
New feature or request
good first issue
Good for newcomers
labels
Oct 23, 2023
Merged
We need to support 6 SDKs finally.
(SDKs trying to use OpenAPI generator)
|
Yang-33
added a commit
that referenced
this issue
Oct 30, 2023
This change supports 1. checking new OAS doesn't break our sdks in advance 2. showing diffs of each sdks (for newbie to debug changes?) Related to #33
Merged
tokuhirom
added a commit
that referenced
this issue
Oct 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
This repository hosts the OpenAPI specifications that serve as the basis for various SDKs, including but not limited to Python, Node.js, and Golang. These SDKs are maintained in separate repositories, some of which are officially supported by us.
Proposal
To ensure that changes to the OpenAPI specifications do not inadvertently break these SDKs, I propose an automated testing pipeline that triggers whenever a pull request modifying the OpenAPI specs is submitted. Specifically, the pipeline would:
Expected Benefits
I look forward to hearing your thoughts on this proposal.
The text was updated successfully, but these errors were encountered: