Gyuho Lee
|
70db68b6e2
|
Merge pull request #8938 from gyuho/goddoc
clientv3/doc: update dial-timeout error handling with new gRPC
|
2017-12-04 13:46:10 -08:00 |
|
Gyu-Ho Lee
|
6b6013fad5
|
clientv3/doc: update dial-timeout error handling with new gRPC
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-12-04 13:45:42 -08:00 |
|
Gyuho Lee
|
198d8d6b24
|
Merge pull request #8963 from gyuho/certs-gateway-srv
hack/scripts-dev: add "certs-gateway" test case with SRV
|
2017-12-04 13:39:16 -08:00 |
|
Gyuho Lee
|
44e059879c
|
Merge pull request #8968 from zbindenren/master
clientv3: Fix comment for DialKeepAliveTime and DialKeepAliveTimeout
|
2017-12-04 09:22:27 -08:00 |
|
Rene Zbinden
|
e18afc462b
|
clientv3: Fix comment for DialKeepAliveTime and DialKeepAliveTimeout
|
2017-12-04 14:22:34 +01:00 |
|
Xiang Li
|
7e79c257ca
|
Merge pull request #8960 from jpbetz/version-metric
metrics: Add server_version metric
|
2017-12-02 12:15:45 -08:00 |
|
Gyuho Lee
|
49b4117077
|
hack/scripts-dev: add "docker-dns-srv-test-certs-gateway-run" to Makefile
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2017-12-01 15:56:10 -08:00 |
|
Gyuho Lee
|
952f3b1a3b
|
hack/scripts-dev/docker-dns-srv: add "certs-gateway" test case
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2017-12-01 15:54:58 -08:00 |
|
Gyuho Lee
|
d0ee3e3c64
|
Merge pull request #8962 from gyuho/test-scripts-5
hack/scripts-dev/docker-dns: add "certs-gateway" test case
|
2017-12-01 15:51:12 -08:00 |
|
Gyuho Lee
|
6fcfff132f
|
Merge pull request #8959 from gyuho/test-scripts-3
hack/scripts-dev: share docker image between test cases, clean up DNS SRV tests
|
2017-12-01 15:46:24 -08:00 |
|
Gyu-Ho Lee
|
d50eb4d671
|
hack/scripts-dev: add separate certs, scripts to "docker-dns-srv"
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-12-01 15:45:35 -08:00 |
|
Gyu-Ho Lee
|
e3b3608175
|
hack/scripts-dev: add docker-dns-srv-test-certs-run, docker-dns-srv-test-certs-wildcard-run
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-12-01 15:44:53 -08:00 |
|
Gyu-Ho Lee
|
37ae6e0c41
|
hack/scripts-dev: keep only shared scripts in docker-dns-srv
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-12-01 15:44:53 -08:00 |
|
Gyuho Lee
|
7c6fb57f2f
|
hack/scripts-dev: add "docker-dns-test-certs-gateway-run" to Makefile
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2017-12-01 15:43:36 -08:00 |
|
Gyuho Lee
|
9da00c73bd
|
hack/scripts-dev/docker-dns: add "certs-gateway" test case
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2017-12-01 15:43:33 -08:00 |
|
Gyuho Lee
|
413aa48593
|
Merge pull request #8958 from gyuho/test-scripts-2
hack/scripts-dev: share docker image between test cases, clean up DNS tests
|
2017-12-01 15:41:28 -08:00 |
|
Gyu-Ho Lee
|
461d70254e
|
hack/scripts-dev: add separate certs to "docker-dns"
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-12-01 15:39:10 -08:00 |
|
Joe Betz
|
4cacbf19dd
|
metrics: Add server_version metric
|
2017-12-01 15:25:46 -08:00 |
|
Gyu-Ho Lee
|
b1cb99d3eb
|
hack/scripts-dev: add docker-dns-test-certs-run, docker-dns-test-certs-wildcard-run
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-12-01 13:49:08 -08:00 |
|
Gyu-Ho Lee
|
a2c2f8ebc6
|
hack/scripts-dev: only keep shared scripts between test cases
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-12-01 13:45:50 -08:00 |
|
Gyuho Lee
|
5db3cdd3bb
|
Merge pull request #8957 from gyuho/test-scripts-1
semaphore, test: grep "test timed out" first, specify leaky goroutine string
|
2017-12-01 13:44:01 -08:00 |
|
Gyu-Ho Lee
|
75fc59fe0d
|
hack/scripts-dev: grep "test timed out" first
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-12-01 13:35:15 -08:00 |
|
Gyu-Ho Lee
|
c6c3e81026
|
semaphore: grep "test timed out" first, then leaky goroutines
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-12-01 13:32:09 -08:00 |
|
Gyuho Lee
|
c152be097b
|
Merge pull request #8955 from gyuho/fix-e2e
e2e: fix remote error string in TestEtcdPeerCNAuth
|
2017-12-01 13:29:11 -08:00 |
|
Gyu-Ho Lee
|
156722e26a
|
e2e: fix remote error string in TestEtcdPeerCNAuth
Now error is embed: rejected connection from "127.0.0.1:58527" (error "remote error: tls: bad certificate", ServerName "").
Change from https://github.com/coreos/etcd/pull/8952.
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-12-01 12:54:29 -08:00 |
|
Gyuho Lee
|
3537582bcf
|
Merge pull request #8895 from gyuho/tls-doc
Documentation/op-guide: document TLS changes in 3.2
|
2017-12-01 09:41:32 -08:00 |
|
Gyuho Lee
|
1613ef5822
|
Merge pull request #8952 from gyuho/tls-log
embed: provide more details on TLS handshake failure
|
2017-12-01 09:41:16 -08:00 |
|
Gyu-Ho Lee
|
ae589018cb
|
embed: provide more details on TLS handshake failure
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-12-01 09:40:23 -08:00 |
|
Gyu-Ho Lee
|
83aa59b480
|
Documentation/op-guide: document TLS changes in 3.2
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-11-30 19:20:34 -08:00 |
|
Gyuho Lee
|
b041ce5d51
|
Merge pull request #8946 from gyuho/cherry-pick
hack/patch: fix some typos in README, make cherrypick.sh executable
|
2017-11-30 11:35:15 -08:00 |
|
Gyu-Ho Lee
|
3167780cde
|
hack/patch: fix some typos in README, make cherrypick.sh executable
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-11-30 11:21:38 -08:00 |
|
Gyuho Lee
|
66a9508fdf
|
Merge pull request #8945 from gyuho/logrus
glide: pin transitive dependency "sirupsen/logrus"
|
2017-11-30 10:19:15 -08:00 |
|
Gyu-Ho Lee
|
c232c85ba7
|
glide: pin transitive dependency "sirupsen/logrus"
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-11-30 10:03:04 -08:00 |
|
Gyuho Lee
|
56a012f2ab
|
Merge pull request #8841 from gyuho/test-test
clientv3/integration: add more tests on balancer switch, inflight range
|
2017-11-30 09:38:53 -08:00 |
|
Gyuho Lee
|
faaac0f964
|
Merge pull request #8937 from gyuho/quay
Documentation/upgrades: gcr.io as primary, do not deprecate quay.io
|
2017-11-29 17:36:13 -08:00 |
|
Gyuho Lee
|
7a1deaa12a
|
Merge pull request #8939 from gyuho/server-stream-error-log
api/v3rpc: log grpc stream send/recv errors in server-side
|
2017-11-29 17:35:20 -08:00 |
|
Gyu-Ho Lee
|
6bd41f36ff
|
api/v3rpc: log grpc stream send/recv errors in server-side
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-11-29 17:34:05 -08:00 |
|
Gyu-Ho Lee
|
08905ee594
|
Documentation/upgrades: gcr.io as primary, do not deprecate quay.io
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-11-29 11:03:44 -08:00 |
|
Gyuho Lee
|
b21180d198
|
Merge pull request #8936 from gyuho/godoc-clientv3-errors
clientv3: update error handling godoc
|
2017-11-29 11:00:49 -08:00 |
|
Gyu-Ho Lee
|
92167e8773
|
clientv3: update error handling godoc
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-11-29 10:53:54 -08:00 |
|
Gyuho Lee
|
4ad8bd9299
|
Merge pull request #8858 from gyuho/aaa
test: clean up fmt tests
|
2017-11-29 09:51:07 -08:00 |
|
Joe Betz
|
dbd1787672
|
Merge pull request #8925 from jpbetz/patch-manager-table
Documentation: Add release manager table
|
2017-11-28 17:46:07 -08:00 |
|
Gyuho Lee
|
614ef75c01
|
Merge pull request #8932 from gyuho/release-gcr
scripts/build-docker: build both gcr.io and quay.io images
|
2017-11-28 15:10:13 -08:00 |
|
Gyu-Ho Lee
|
aca39e2ae1
|
scripts/build-docker: build both gcr.io and quay.io images
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-11-28 15:02:09 -08:00 |
|
Gyuho Lee
|
6e116542c2
|
Merge pull request #8928 from gyuho/timeout-config
embed: error on zero heartbeat-interval, election-timeout
|
2017-11-28 11:11:20 -08:00 |
|
Joe Betz
|
878367ba4c
|
Merge pull request #8930 from jpbetz/changelog-3.1.11
CHANGELOG: add v3.1.11, bug fixes
|
2017-11-28 11:08:44 -08:00 |
|
jpbetz
|
8cc9063ea6
|
CHANGELOG: add v3.1.11, bug fixes
|
2017-11-28 10:59:34 -08:00 |
|
Gyu-Ho Lee
|
c8277e1b02
|
etcdmain: test wrong heartbeat-interval, election-timeout in TestConfigFileElectionTimeout
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-11-28 09:53:35 -08:00 |
|
Gyu-Ho Lee
|
cffa130253
|
embed: error on zero heartbeat-interval, election-timeout
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-11-28 09:53:32 -08:00 |
|
Joe Betz
|
7e876ecc90
|
Documentation: Add release manager table
|
2017-11-27 15:43:35 -08:00 |
|