You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Update the OpenAPI submodule in each officially supported SDK repository.
Run the SDK tests in these repositories.
Report the test results back to the original pull request in this OpenAPI repository, either as comments or through other mechanisms like GitHub Checks.
Expected Benefits
Early detection of issues in the officially supported SDKs due to changes in the OpenAPI specs.
Increased confidence in the robustness of both the OpenAPI specifications and the SDKs that rely on them.
Streamlining of the review process by automating checks that would otherwise be manual.
I look forward to hearing your thoughts on this proposal.
The text was updated successfully, but these errors were encountered:
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: