Commit Graph

16 Commits

Author SHA1 Message Date
Menghan Li a63c5550c9
xds: set no_overprovisioning in request Node (#3402)
Also set the new user-agent fields.
2020-02-27 13:17:48 -08:00
Doug Fawley b88d2d7465
protobuf: update protoc-gen-go version and generated code (#3345) 2020-01-30 10:23:21 -08:00
Easwar Swaminathan dc9615bb06
xds: Initial implementation of a client using the v2 API (#3144)
This object will be used by a higher level xdsClient object, which will
provide the watch API used by the xds resolver and balancer
implementations.
2019-11-12 10:31:11 -08:00
Menghan Li a8f166a036
xds: use generated files from go-control-plane (#3083)
validate needs to be removed, otherwise build fails due to duplicate
proto type registered.
2019-10-29 11:14:20 -07:00
Menghan Li 1610f0fd86
mod: move test/tools to a different module (#3086) 2019-10-14 09:31:07 -07:00
Doug Fawley e2cfd1c28f
internal: update proto library version (#3025)
Also, two fixes:

- Fix long-standing `.travis.yml` bug where `VET_SKIP_PROTO` was not `export`ed (so not seen by `vet.sh`).
- Update `vet.sh` to work with new `goimports -l` that does not print a `:` after filenames.
2019-09-17 13:49:26 -07:00
Menghan Li 92075d79a7
modules: add go 1.11 to go.mod (#3013) 2019-09-09 16:11:21 -07:00
Doug Fawley b7325a3150
Update go.mod for golang/x/tools and staticcheck (#2832) 2019-05-24 11:13:46 -07:00
Menghan Li a8b5bd3c39
xds: wrr with random (#2745) 2019-04-23 13:48:02 -07:00
lyuxuan 5b263177f2
xds: make local proto generated files (#2750) 2019-04-16 13:35:16 -07:00
Jean de Klerk 7c93bdf75a
internal: update x/lint dependency (#2690)
golang.org/x/lint recently got a go.mod d0100b6bd8
Let's be sure to minimally use this version, since its dependencies are
now codified.

This CL was generated by deleting the x/lint line in go.mod and running
`go mod tidy`.
2019-03-14 14:38:41 -06:00
lyuxuan d3f95b277a
xds: fix xds api change breakage (#2685) 2019-03-12 15:41:26 -07:00
lyuxuan cba9cfed64
xds Balancer: implementation (#2614) 2019-02-28 15:12:40 -08:00
Doug Fawley 9f93218b13
cleanup: update staticcheck to version supporting modules and new checkers (#2583) 2019-01-17 16:27:42 -08:00
Jean de Klerk 6572a802a1
internal: update golint to use new url (#2393) 2018-10-31 14:39:18 -06:00
dfawley ce4f3c8a89
Initial go.mod module definition and corresponding Travis/vet.sh changes (#2281) 2018-08-31 12:58:30 -07:00