Commit Graph

15707 Commits (279fee668b24ca23bcb2828d6843a266adeb9950)

Author SHA1 Message Date
Gyuho Lee a6a1fdd457
Merge pull request #11224 from YoyinZyc/update-changelog
CHANGELOG: update #11179 in changelog-3.4
2019-10-09 13:27:28 -07:00
yoyinzyc fe2ada4b45 CHANGELOG: update #11179 in changelog-3.4 2019-10-09 13:06:11 -07:00
Yuchen Zhou 7f20ab8369
Merge pull request #3 from etcd-io/master
Rebase
2019-10-09 12:50:27 -07:00
Gyuho Lee f197ab4578
Merge pull request #11219 from andyliuliming/changelog_for_cherry_pick
changelog: for the skip client san verification option.
2019-10-09 09:41:49 -07:00
Andy Liu 1e1ce6b651 changelog for the skip client san verification option. 2019-10-09 13:28:23 +08:00
Gyuho Lee 56bfdab2f0
Merge pull request #11212 from YoyinZyc/tls-san-testing
Add tests for certs with dns names.
2019-10-08 16:41:30 -07:00
Joe Betz 6aae90325c
Merge pull request #11211 from jpbetz/ipv6-endpoints
Replace endpoint.ParseHostPort with net.SplitHostPort to fix IPv6 client endpoints
2019-10-08 15:15:16 -07:00
Joe Betz 594354b886
Replace endpoint.ParseHostPort with net.SplitHostPort to fix IPv6 client endpoints 2019-10-08 14:53:49 -07:00
yoyinzyc eb4b800fda tests: updated ubuntu version in Dockerfile 2019-10-08 14:30:15 -07:00
yoyinzyc 79bfc90f2b tests/docker-dns: adding tests for certs with dns names. 2019-10-08 14:23:10 -07:00
Gyuho Lee 340f0ac797
Merge pull request #11179 from YoyinZyc/trace
Add tracing to range request in etcd server.
2019-10-08 13:23:53 -07:00
Yuchen Zhou 2263930462
Merge pull request #2 from etcd-io/master
Rebase master
2019-10-08 12:52:05 -07:00
yoyinzyc 57aa68af5a etcdserver: trace compaction request; add return parameter 'trace' to applierV3.Compaction()
mvcc: trace compaction request; add input parameter 'trace' to KV.Compact()
2019-10-07 09:55:27 -07:00
Tobias Grieger 555eb1951f
Merge pull request #11192 from i-sevostyanov/master
Removed duplicate check in confchange.Simple
2019-10-04 08:25:35 -04:00
Gyuho Lee a0d24279ee
Merge pull request #11202 from jingyih/update_changelog
CHANGELOG: update from #11194
2019-10-03 16:03:47 -07:00
Jingyi Hu 2bf8e03c73 CHANGELOG: update from #11194 2019-10-03 14:51:16 -07:00
Gyuho Lee c2f23094c8
Merge pull request #11190 from gyuho/grpc
vendor: upgrade gRPC Go to v1.24.0
2019-10-03 10:26:48 -07:00
Joe Betz 6e74099b6f
Merge pull request #11184 from jpbetz/correct-authority-checks
clientv3: Set authority used in cert checks to host of endpoint
2019-10-03 10:21:55 -07:00
Gyuho Lee 81a6b4ec9a
Merge pull request #11194 from jingyih/fix_etcdctl_memberAdd
etcdctl: fix member add command
2019-10-03 09:04:06 -07:00
Jingyi Hu a5abf91771 etcdctl: fix member add command 2019-10-02 17:43:32 -07:00
yoyinzyc 3a3eb24c69 etcdserver: trace raft requests. 2019-10-01 15:38:52 -07:00
yoyinzyc 401df4bb8e etcdserver: add put request steps.
mvcc: add put request steps; add trace to KV.Write() as input parameter.
2019-10-01 14:08:06 -07:00
Ilya Sevostyanov d487b16de1
confchange: removed duplicate check in confchange.Simple. 2019-10-01 11:32:12 +03:00
Gyuho Lee 236ac2a905
Merge pull request #11175 from spzala/governance
*: create project governance
2019-09-30 13:41:07 -07:00
yoyinzyc 1d6ef8370e pkg: use zap logger to format the structure log output. 2019-09-30 13:11:21 -07:00
yoyinzyc 3830b3ef11 pkg: add field to record additional detail of trace; add stepThreshold
to reduce log volume.
2019-09-30 13:11:21 -07:00
yoyinzyc f4e7fc56a7 pkg: create package traceutil for tracing. mvcc: add tracing
steps:range from the in-memory index tree; range from boltdb.
etcdserver: add tracing steps: agreement among raft nodes before
linerized reading; authentication; filter and sort kv pairs; assemble
the response.
2019-09-30 13:06:02 -07:00
Sahdev P. Zala 036cb96fd1 *: create project governance
Create project governance.
2019-09-30 15:24:14 -04:00
Gyuho Lee 426463c433 vendor: upgrade gRPC Go to v1.24.0
Picking up some performance improvements and bug fixes.

https://github.com/grpc/grpc-go/releases/tag/v1.24.0

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-09-30 10:43:02 -07:00
Gyuho Lee 3712a5d045 CHANGELOG-3.4: update
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-09-27 23:38:49 -07:00
Gyuho Lee fce0e23d1b *: use Go 1.13.1
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-09-27 23:37:11 -07:00
Gyuho Lee 46f3e8349b scripts/build-binary: fix darwin tar commands
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-09-27 23:35:34 -07:00
Joe Betz 97388ce454
clientv3: Set authority used in cert checks to host of endpoint 2019-09-25 15:14:23 -07:00
Gyuho Lee efd1fc634b
Merge pull request #11181 from jingyih/fix_doc
doc: clarify metrics flag
2019-09-25 10:47:12 -07:00
Jingyi Hu 20acacdea5 doc: clarify metrics flag 2019-09-24 15:27:46 -07:00
Sahdev P. Zala 06ec6c4b66 *: create project governance
Create project governance.
2019-09-24 12:50:21 -04:00
Gyuho Lee 6075b9def1
Merge pull request #11174 from anakaiti/patch-1
README: fix formatting on hangouts link
2019-09-23 08:58:12 -07:00
Yahya 7cb2bb67bf
README: fix formatting on hangouts link
Added link and removed wrongly copied text
2019-09-23 22:19:37 +07:00
Gyuho Lee 4f4777182b
Merge pull request #11172 from spzala/slack
*: add slack contact
2019-09-22 23:05:36 -07:00
Sahdev P. Zala 4681061b1f *: add slack contact
Add slack chat contact.
2019-09-22 16:12:31 -04:00
Wenjia 129138760c
Update README.md with 9/19/2019 meeting recording 2019-09-19 11:55:43 -07:00
Gyuho Lee cbbaf2b148
Merge pull request #11167 from lsytj0413/fix-unknown-field
test(functional): remove unknown field Etcd.Debug
2019-09-18 19:06:30 -07:00
lsytj0413 2c95b49b63 test(functional): remove unknown field Etcd.Debug 2019-09-19 09:51:51 +08:00
Jingyi Hu e84029cc04
Merge pull request #11162 from yaojingguo/remove-cancel
clientv3: remove the redundant CancelFunc invocation
2019-09-18 12:39:49 -07:00
Sahdev Zala 9088d07062
Merge pull request #11164 from spzala/codeofconduct
*: update project code of conduct
2019-09-18 14:39:54 -04:00
Sahdev P. Zala 5370570fec *: update project code of conduct
Update the code of conduct. Remove notice file.
2019-09-18 14:09:18 -04:00
Jingguo Yao e24564224a clientv3: remove the redundant CancelFunc invocation 2019-09-18 23:06:49 +08:00
Xiang Li 501bb07dd3
Merge pull request #11161 from yaojingguo/remove-slash
clientv3/concurrency: remove the unneeded slash
2019-09-18 18:54:01 +08:00
Jingguo Yao e53298afb1 clientv3/concurrency: remove the unneeded slash
Since NewMutex will append a slash to pfx, there is no need to append a
slash beforehand.
2019-09-18 16:37:31 +08:00
Gyuho Lee 838315283d scripts/release: fix SHA256SUMS command
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-09-17 14:12:50 -07:00