-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Updates grpc proto deps #1053
Updates grpc proto deps #1053
Conversation
1102112
to
8e05963
Compare
@johanbrandhorst - can we get |
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.
Thanks for this, I will push a new version of jfbrandhorst/grpc-gateway-build-env and regenerate the files in the same PR, then you can rebase this on that.
Please rebase on master. |
- sed was removed as it was slow and not the canonical way to implement a replace of a go package now that modules have been introduced - go test commands were correct as the elipsis was not testing the right thing - test.Short was added to the rest of the integration tests just in case users wanted to use the -short directive and skip those (matching the style throughout the rest of the integrations
- gazelle has a slightly different command you need to use based on us using the go.mod to manage our dependencies
3bc5328
to
d4d0db2
Compare
- stops all the go.mod craziness since they've switched between gopkg.in and github as their module name. - need to upgrade this to v2 in reality but that will depend on what swagger codegen is doing
Codecov Report
@@ Coverage Diff @@
## master #1053 +/- ##
=======================================
Coverage 53.84% 53.84%
=======================================
Files 41 41
Lines 4147 4147
=======================================
Hits 2233 2233
Misses 1670 1670
Partials 244 244 Continue to review full report at Codecov.
|
* makefile now actually tests correctly - sed was removed as it was slow and not the canonical way to implement a replace of a go package now that modules have been introduced - go test commands were correct as the elipsis was not testing the right thing - test.Short was added to the rest of the integration tests just in case users wanted to use the -short directive and skip those (matching the style throughout the rest of the integrations * fixing the bazel bits * re-run generation with newer circle dockerfile * updates contributing to note usage of go.mod - gazelle has a slightly different command you need to use based on us using the go.mod to manage our dependencies * move backwards to resty 1.8.0 - stops all the go.mod craziness since they've switched between gopkg.in and github as their module name. - need to upgrade this to v2 in reality but that will depend on what swagger codegen is doing
Wanted to just bump the two most important dependencies but then had to make some modifications to the makefile so that everything would run correctly.
This has also bumped gazelle up one minor to take advantage of the fact it supports
go.mod
replace directives.Tested with: