-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
*: replace grpc-gateway endpoint with /v3 #9298
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9298 +/- ##
=========================================
Coverage ? 75.58%
=========================================
Files ? 365
Lines ? 30695
Branches ? 0
=========================================
Hits ? 23202
Misses ? 5874
Partials ? 1619
Continue to review full report at Codecov.
|
lgtm. Defer to @xiang90 |
Well since I am here I am going to refactor the curl testing and probably break it out over a few different files. |
sgtm |
@xiang90 PTAL, if this seems reasonable I would like to get this merged and add the breakout test files in a new commit as this is quite large already. |
b701ede
to
1bd34ea
Compare
@xiang90 kind ping :) |
@hexfusion i am fine with this large commit. |
thank you |
This PR replaces the current /v3beta with the stable /v3 API. Currently, support for /v3beta is maintained for one minor iteration and will remove completely as of 3.5. This can be removed now but as we offered the convenience with the last bump I kept it in while completely removing /v3alpha.
I will attempt to improve e2e test coverage in a separate PR.
ref: #9189