-
Notifications
You must be signed in to change notification settings - Fork 113
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 Java OpenAPI generation for REST API (0.39) #2451
Fix Java OpenAPI generation for REST API (0.39) #2451
Conversation
* Fix 400 ref bug in OpenAPI spec * Add properly named response objects for major API calls and delete additional_properties on state proofs * Add Java generation of OpenAPI spec for validation Signed-off-by: Long Nguyen <[email protected]>
Codecov Report
@@ Coverage Diff @@
## release/0.39 #2451 +/- ##
===============================================
Coverage 90.83% 90.83%
+ Complexity 2433 2432 -1
===============================================
Files 420 420
Lines 11593 11593
Branches 1013 1013
===============================================
Hits 10530 10530
Misses 732 732
Partials 331 331 Continue to review full report at Codecov.
|
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
Mirror gRPC / Redis is failing or something? Is this related to anything I did? |
I think it's just a transient error. Retrying. |
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
Error looks to be due to a regression in k3s 1.21.3 that is fixed in 1.21.4: k3s-io/k3s#3704. We can merge this and I'll pin the k3s version in another PR. |
Thank you! |
Signed-off-by: Long Nguyen [email protected]
Description:
Related issue(s):
Fixes #
Notes for reviewer:
Checklist