https://github.com/etcd-io/etcd

sort by:
Revision Author Date Message Commit Date
1b3ac99 version: 3.2.15 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 22 January 2018, 19:31:16 UTC
fd4595a clientv3/integration: add TestMemberAddUpdateWrongURLs Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 22 January 2018, 19:31:01 UTC
e5f63b6 clientv3: prevent no-scheme URLs to cluster APIs Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 22 January 2018, 19:27:04 UTC
68d27b2 etcdserver/api/v3rpc: debug-log client disconnect on TLS, http/2 stream CANCEL Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 19 January 2018, 20:50:06 UTC
7c4274b version: 3.2.14+git Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 11 January 2018, 22:15:36 UTC
fb5cd6f version: 3.2.14 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 11 January 2018, 19:19:37 UTC
6999bbb mvcc: check null before set FillPercent not to panic Since CreateBucketIfNotExists() can return nil when it gets an error, accessing FillPercent must be done after a nil check, not to cause a panic. 09 January 2018, 01:46:06 UTC
df4036a etcdserver/api/v3rpc: debug user cancellation and log warning for rest The context error with cancel code is typically for user cancellation which should be at debug level. For other error codes we should display a warning. Fixes #9085 09 January 2018, 01:46:01 UTC
848590e version: bump up to 3.2.13+git Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 22:32:36 UTC
95a726a version: bump up to 3.2.13 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 21:29:56 UTC
288ef7d embed: fix gRPC server panic on GracefulStop Cherry-pick https://github.com/coreos/etcd/pull/8987. Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 21:29:40 UTC
7b7722e integration: test GracefulStop on secure embedded server Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 20:44:28 UTC
8a358f8 clientv3/integration: fix TestKVLargeRequests with -tags cluster_proxy Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 19:12:44 UTC
2a63909 tools/functional-tester: remove duplicate grpclog set Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 19:12:38 UTC
7fb1faf etcdserver/api/v3rpc: set grpclog once Signed-off-by: Gyuho Lee <gyuhox@gmail.com> Conflicts: etcdserver/api/v3rpc/grpc.go 02 January 2018, 19:12:33 UTC
7025d7c etcdserver,embed: discard gRPC info logs when debug is off Signed-off-by: Gyuho Lee <gyuhox@gmail.com> Conflicts: embed/etcd.go etcdserver/api/v3rpc/grpc.go etcdserver/config.go 02 January 2018, 19:12:26 UTC
4ab213a etcdserver/api/v3rpc: log stream error with debug level Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 19:11:38 UTC
bb27a63 version: bump up to 3.2.12+git Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 19:11:25 UTC
b19dae0 version: bump up to 3.2.12 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 20:49:55 UTC
c8915bd integration: bump up wait leader timeout for slow CIs Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 20:47:58 UTC
b6896aa clientv3/integration: fix TestKVPutError Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 20:47:49 UTC
452ccd6 clientv3/integration: test large KV requests Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 20:47:30 UTC
348b25f clientv3: call other APIs with default gRPC call options Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 20:41:57 UTC
c67e6d5 clientv3: call KV/Txn APIs with default gRPC call options Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 20:39:11 UTC
e82f055 clientv3: configure gRPC message limits in Config Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 20:22:48 UTC
4cebdd2 integration: remove typo in "TestV3LargeRequests" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 18:10:45 UTC
0363c4b integration: test large request response back from server Address https://github.com/coreos/etcd/issues/9043. Won't fix it, but we need test coverage on response back from server as well. Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 18:10:15 UTC
5579dc2 test: bump up clientv3/integration timeout Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 18:09:47 UTC
3fd6e7e vendor: pin grpc v1.7.5, grpc-gateway v1.3.0 (no code change) Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 19 December 2017, 21:04:45 UTC
1fa227d integration: add "TestV3AuthWithLeaseRevokeWithRoot" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 15 December 2017, 17:17:30 UTC
47f6d32 Merge pull request #9013 from gyuho/automated-cherry-pick-of-#8999-origin-release-3.2 Automated cherry pick of #8999 14 December 2017, 17:40:21 UTC
0265457 compactor: fix error message of Revision compactor Reorder the parameters so that Noticef can output the error properly. 14 December 2017, 16:39:22 UTC
04ec94f semaphore: run upgrade tests against v3.2.11 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 07 December 2017, 22:36:30 UTC
ed4d708 semaphore.sh: do not fail on "Too many goroutines" To not fail on "pkg/testutil" unit tests. Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 06 December 2017, 01:03:32 UTC
b9aa507 hack: sync with master branch (needed for release) Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 05 December 2017, 19:11:58 UTC
4ed5768 gitignore: sync with master branch Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 05 December 2017, 19:09:26 UTC
a285021 scripts/build-docker: build both gcr.io and quay.io images Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 05 December 2017, 19:08:34 UTC
fc25300 version: bump up to v3.2.11+git Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 05 December 2017, 19:07:43 UTC
1e1dbb2 version: bump up to v3.2.11 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 04 December 2017, 22:24:14 UTC
ff1f08c vendor: upgrade grpc/grpc-go to v1.7.4 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 04 December 2017, 22:23:43 UTC
78fb932 Merge pull request #8947 from gyuho/automated-cherry-pick-of-#8939-origin-release-3.2 Automated cherry pick of #8939 04 December 2017, 17:35:30 UTC
c142134 Documentation/op-guide: remove non-released flag in monitoring.md Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 04 December 2017, 17:27:45 UTC
b44b914 etcdmain: add more details to TLS HandshakeFailure Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 01 December 2017, 17:50:57 UTC
5921b2c api/v3rpc: log grpc stream send/recv errors in server-side Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 30 November 2017, 19:21:48 UTC
a19672b version: bump up to v3.2.10+git Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 17 November 2017, 19:10:48 UTC
694728c version: bump up to v3.2.10 Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 21:20:19 UTC
1557f8b Merge pull request #8813 from jpbetz/bbolt-3.2 vendor: Backport bbolt freelist corruption and fragmentation fixes to 3.2 branch 16 November 2017, 21:15:04 UTC
4b9bfa1 test: Clean agent directories on disk before functional test runs, not after This is primarily so CI tooling can capture the agent logs after the functional tester runs. 16 November 2017, 20:44:30 UTC
8de0c04 vendor: Switch from boltdb v1.3.0 to coreos/bbolt v1.3.1-coreos.3 16 November 2017, 20:43:17 UTC
3039c63 Merge pull request #8867 from gyuho/clientv3-backport-to-release-3.2 clientv3: backport new balancer to release-3.2, upgrade gRPC to v1.7.3 16 November 2017, 18:12:40 UTC
91335d0 proxy/grpcproxy: wait until register before Serve It was fatal-ing with: grpclog.Fatalf("grpc: Server.RegisterService after Server.Serve for %q", sd.ServiceName) Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 17:34:11 UTC
a8c84ff clientv3: fix client balancer with gRPC v1.7 Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 17:05:06 UTC
939337f *: add max requests bytes, keepalive to server, blackhole methods to integration Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 17:05:06 UTC
2a6d504 *: use grpclog.NewLoggerV2 Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 17:05:06 UTC
d62e39d *: deprecate "metadata.NewContext" Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 17:05:06 UTC
7f0f5e2 bill-of-materials: regenerate Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 17:05:06 UTC
eb1589a *: regenerate proto Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 17:05:06 UTC
546d5fe scripts/genproto: update protobuf, grpc-gateway gen Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 17:05:06 UTC
fddae84 vendor: update grpc, grpc-gateway, protobuf Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 17:05:02 UTC
6d40628 glide: update grpc, grpc-gateway Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 13:32:02 UTC
8dc20ea Merge pull request #8886 from gyuho/qqq release-3.2: Revert "embed: fix HTTPs + DNS SRV discovery" 15 November 2017, 22:47:57 UTC
d3a3c31 Revert "embed: fix HTTPs + DNS SRV discovery" This reverts commit f79d5aaca475f6d36985856f2fba5b2ed3df7249. 15 November 2017, 22:46:32 UTC
d557296 Merge pull request #8874 from gyuho/release-branch release-3.2: fix unit test script, remove old tests, backport functional testing data dir commands 15 November 2017, 22:41:41 UTC
ea51c25 clientv3: remove balancer tests Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 15 November 2017, 08:15:06 UTC
d1447a8 test: fix unit tests, remove some unnecessary tests Unit tests weren't running in CIs. And removing some unnecessary tests (v2 client, Examples) in release branch. Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 15 November 2017, 08:15:02 UTC
c28c14a test: Clean agent directories on disk before functional test runs, not after This is primarily so CI tooling can capture the agent logs after the functional tester runs. Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 15 November 2017, 01:08:26 UTC
f9eb750 semaphore: priotize time out test fails Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 15 November 2017, 01:04:31 UTC
2250f71 semaphore: manually pin v3.2.9 for release upgrade tests Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 08 November 2017, 20:45:00 UTC
52be1d7 hack/scripts-dev: add Makefile, Dockerfile-test Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 06 November 2017, 22:13:10 UTC
712024d semaphore.sh: fail tests with "(--- FAIL:|leak)" Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 03 November 2017, 17:59:01 UTC
7d99afd test: fail tests with "--- FAIL:" To differentiate from gRPC client log "TRANSIENT_FAILURE" Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 03 November 2017, 17:58:43 UTC
5ceea41 travis: upgrade Go to 1.8.5, and use container Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 26 October 2017, 02:45:33 UTC
2f74456 semaphore.sh: add to release-3.2 branch Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 26 October 2017, 02:44:05 UTC
fc87ae4 version: bump up to v3.2.9+git Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 26 October 2017, 02:43:30 UTC
f1d7dd8 version: bump up to v3.2.9 Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 06 October 2017, 15:58:06 UTC
ad212d3 Makefile: sync with master branch on test commands Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 06 October 2017, 15:57:42 UTC
9f49665 Documentation/op-guide: remove git merge line in monitoring.md Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 06 October 2017, 15:55:56 UTC
78f8d6e embed: fix HTTPs + DNS SRV discovery 05 October 2017, 23:03:22 UTC
a954a0d Makefile: initial commit, update Dockerfile Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 05 October 2017, 17:31:24 UTC
0c3defd vendor: update 'golang.org/x/crypto' To include https://github.com/golang/crypto/commit/6c586e17d90a7d08bbbc4069984180dce3b04117. Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 05 October 2017, 16:49:00 UTC
814588d travis: use Go 1.8.4 Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 05 October 2017, 16:19:29 UTC
2d29328 version: bump up to 3.2.8+git Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 05 October 2017, 16:18:48 UTC
e211fb6 version: bump up to 3.2.8 Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 25 September 2017, 17:41:18 UTC
fb7e274 Documentation/op-guide: remove grafana demo link The dashboard was removed during Tectonic migration in AWS, while the Grafana still runs in GCP. Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 25 September 2017, 17:40:59 UTC
4a61fcf docs: remove link-breaking space 19 September 2017, 23:11:02 UTC
4c8fa30 e2e: test no value is returned in TestCtlV3GetKeysOnly Test was checking key name is returned, but was not correctly checking no value is returned. 13 September 2017, 19:42:06 UTC
01c4f35 grpcproxy: respect KeysOnly flag Fixes #8478 13 September 2017, 19:41:58 UTC
15e9510 client: fail over to next endpoint on oneshot failure Fixes #8515 08 September 2017, 20:28:55 UTC
09b7fd4 version: bump up to 3.2.7+git Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 01 September 2017, 21:03:26 UTC
bb66589 version: bump up to 3.2.7 Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 01 September 2017, 16:15:15 UTC
267a2fc integration: check concurrent auth ops don't cause old rev errors 25 August 2017, 20:13:56 UTC
1fc300e testutil: don't panic on AssertNil on non-nil errors 25 August 2017, 20:13:26 UTC
877d0ce etcdserver: consolidate error checking for v3_server functions Duplicated error checking code moved into raftRequest/raftRequestOnce. 23 August 2017, 21:39:59 UTC
2188513 concurrency: retry snapshot serializable stm if writes since first header rev Was checking the rset key mod rev, which does not work. 23 August 2017, 03:53:47 UTC
5c7cff6 integration: test serializable snapshot STM with old readset revisions Was hanging. 23 August 2017, 03:53:41 UTC
8c99ab8 version: bump up to 3.2.6+git Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 21 August 2017, 20:07:06 UTC
9d43462 version: bump up to 3.2.6 Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 21 August 2017, 17:40:55 UTC
78d6822 mvcc: sending events after restore Fixes: #8411 21 August 2017, 17:39:46 UTC
e9d576c Documentation: fix broken link on FAQ Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 18 August 2017, 15:43:14 UTC
1c578cd e2e: test booting etcd with multiple peer listeners 18 August 2017, 15:43:06 UTC
back to top