Commit History

Author SHA1 Message Date
  Gyuho Lee 8c7c6ec0c1 clientv3/balancer: refactor 6 years ago
  Gyuho Lee 3dc00ab615 clientv3: move auth token credential to "credentials" package 6 years ago
  Gyuho Lee db7231accc clientv3: use new "credentials" package 6 years ago
  Gyuho Lee 12ab2ee3c4 clientv3: do not use pointer to TransportCredentials interface 6 years ago
  Gyuho Lee 1caaa9ed4a test: test update for Go 1.12.5 and related changes 6 years ago
  Gyuho Lee 34bd797e67 *: revert module import paths 6 years ago
  Gyuho Lee e899023f3f Merge pull request #10640 from shrajfr12/gomodulecompat 6 years ago
  shivaramr 9150bf52d6 go modules: Fix module path version to include version number 6 years ago
  johncming 9b5c468dc6 clientv3: modify lock type. 6 years ago
  johncming 662fd55084 clientv3: clean up unused code. 6 years ago
  Gyuho Lee 4f46b65748 clientv3: use default info level log configuration 6 years ago
  cfc4n a033686acf clientv3/integration: return err if err == rpctypes.ErrAuthNotEnable 6 years ago
  Gyuho Lee 61218004c0 clientv3: remove "JitterUp" imports 7 years ago
  Philipp Gillé 0cfc01b873 clientv3: Fix spelling in comment 7 years ago
  Joe Betz 6a43db1eff clientv3: Fix concurrent clientv3 client creation in 3.4 by using proper UUIDs 7 years ago
  Sahdev P. Zala f6f375109e clientv3: let etcd client use all available keepalive ClientParams 7 years ago
  Gyuho Lee 0ef9ef3c74 *: rerun "gofmt" 7 years ago
  Gyuho Lee 2ac04381a2 clientv3: update Go import paths to "go.etcd.io" 7 years ago
  Joe Betz 67bcf28c4e clientv3: Use passthrough resolver for direct endpoint dialing 7 years ago
  Joe Betz b3b06a862a clientv3: Fix maintenance APIs to directly dial grpc endpoints correctly. 7 years ago
  Joe Betz 8451a1715f clientv3: Enable balancer logging if ETCD_CLIENT_DEBUG environment variable is set 7 years ago
  Gyuho Lee 6e521d2f3f clientv3: add "IsConnCanceled", deprecate "grpc.ErrClientConnClosing" 7 years ago
  Gyuho Lee a76681073d clientv3: add "zap.Config" to replace global logger 7 years ago
  Gyuho Lee dd520cebd4 clientv3: put "defaultCallOpts" back to "Client" object 7 years ago
  Joe Betz a5b2fb5563 clientv3: Introduce custom retry interceptor based on go-grpc-middleware/retry 7 years ago
  Gyuho Lee 4065735845 clientv3: remove unused "dialerrc" 7 years ago
  Joe Betz 8569b9c782 clientv3: Fix endpoint resolver to create a new resolver for each grpc client connection 7 years ago
  Joe Betz 9304d1abd1 clientv3: Fix TLS test failures by returning DeadlineExceeded error from dial without any additional wrapping 7 years ago
  Joe Betz ee2747eba8 clientv3: Fix dial calls to consistently use endpoint resolver, attempt to deflake alarm test 7 years ago
  Joe Betz f84f554301 clientv3: Fix auth client to use endpoints instead of host when dialing, fix tests to block on dial when required. 7 years ago