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

sort by:
Revision Author Date Message Commit Date
d53923c version: bump to v3.0.4 27 July 2016, 20:40:42 UTC
9356665 *: regenerate proto files for grpc-gateway 27 July 2016, 20:40:07 UTC
0932d17 scripts/genproto: use latest grpc-gateway c8ec92d0 27 July 2016, 20:39:00 UTC
2a3ea3f Dockerfile-release: add '/var/lib/etcd/' We have '/var/etcd/' in Dockerfile for historical reason. Most cases, user store data in '/var/lib/etcd/'. 27 July 2016, 20:38:58 UTC
e5a5e5f etcdserver, api, membership: don't race on setting version Fixes #6029 27 July 2016, 16:39:39 UTC
00bdd90 Documentation: fix links in upgrades 26 July 2016, 20:16:15 UTC
8eab756 *: regenerate proto 26 July 2016, 04:36:07 UTC
3d9b1d1 scripts:genproto.sh: update grpc-gateway 26 July 2016, 04:31:33 UTC
4218193 etcdserverpb: add missing deleterange annotation 26 July 2016, 04:31:30 UTC
6499d01 etcdmain: correctly check return values from SdNotify() SdNotify() now returns 2 values, sent and err. So startEtcdOrProxyV2() needs to check the 2 return values correctly. As the 2 values are independent of each other, error checking needs to be slightly updated too. SdNotifyNoSocket, which was previously provided by go-systemd, does not exist any more. In that case (false, nil) will be returned instead. 21 July 2016, 18:00:37 UTC
83b39b4 vendor: update go-systemd Godeps.json and vendor need to be updated according to the newest go-systemd, as SdNotify() in go-systemd has changed its API. 21 July 2016, 18:00:34 UTC
21092ca integration: change timeouts for TestWatchWithProgressNotify a) 2 * progress interval was passing with dropped notifies b) waitResponse was waiting so long that it expected a dropped notify 21 July 2016, 17:59:54 UTC
a4e79d7 v3rpc: don't elide next progress notification on progress notification Fixes #5878 21 July 2016, 17:59:51 UTC
846883a rpctypes, clientv3: retry RPC on EtcdStopped Fixes #5983 21 July 2016, 17:59:27 UTC
c7a3edb fileutil: rework purge tests so they don't poll Fixes #5966 21 July 2016, 17:57:06 UTC
f308a27 e2e: test auth enabled with CN name cert 21 July 2016, 17:55:56 UTC
1d37154 v2http: test with 'ClientCertAuthEnabled' 21 July 2016, 17:55:54 UTC
092d069 v2http: set 'ClientCertAuthEnabled' in client.go 21 July 2016, 17:55:51 UTC
ab5c4e2 v2http: add 'ClientCertAuthEnabled' in handlers 21 July 2016, 17:55:44 UTC
59bf669 embed: set 'ClientCertAuthEnabled' 21 July 2016, 17:55:30 UTC
affcbfb etcdserver: add 'ClientCertAuthEnabled' option 21 July 2016, 17:52:14 UTC
e81df26 v2http: move 'testdata' from 'etcdhttp' 21 July 2016, 17:52:09 UTC
27a4502 v2http: client cert cn authentication introduce client certificate authentication using certificate cn. 21 July 2016, 17:52:06 UTC
42454f9 v2http: refactor http basic auth refactor http basic auth code to combine basic auth extraction and validation 21 July 2016, 17:52:04 UTC
7ea8860 e2e: use a single member cluster in TestCtlV3Migrate Occasionally migrate would fail because a minority node would be missing v2 keys. Instead, just use a single member cluster. Fixes #5992 21 July 2016, 17:50:49 UTC
2fb7202 etcdctl: Add support for formating output of ls command in json The ls command will check for and honor json or extended output formats. Fixes #5993 21 July 2016, 17:50:47 UTC
77af597 clientv3/integration: fix race in TestWatchCompactRevision 21 July 2016, 17:50:46 UTC
b732f96 integration: drain keepalives in TestLeaseKeepAliveCloseAfterDisconnectRevoke Fixes #5900 21 July 2016, 17:50:44 UTC
6021981 *: regenerate proto 18 July 2016, 18:08:51 UTC
e513cbd vendor: update 'gogo/protobuf' 18 July 2016, 18:06:58 UTC
4198369 scripts: update gogo/protobuf, use 'gofast' plugin - Fix https://github.com/coreos/etcd/issues/5942 - Partial fix for https://github.com/coreos/etcd/issues/5865 18 July 2016, 18:06:55 UTC
debecc1 vendor: change to 'grpc-ecosystem' from 'gengo' 18 July 2016, 18:06:33 UTC
140fc04 *: regenerate proto files 18 July 2016, 18:06:17 UTC
7e34665 scripts: update genproto with grpc-ecosystem 18 July 2016, 18:03:54 UTC
be541f3 Documentation: change to grpc-ecosystem 18 July 2016, 18:03:52 UTC
e582416 embed: change import path to 'grpc-ecosystem' 18 July 2016, 18:03:50 UTC
842145e *: fix issue found in fast lease renew 18 July 2016, 18:03:20 UTC
d68936c version: bump to v3.0.3+git 15 July 2016, 18:51:50 UTC
24a90ba version: bump to v3.0.3 15 July 2016, 18:26:14 UTC
6b7891d integration: add FailFast(false) to failing tests 15 July 2016, 02:01:17 UTC
129b271 clientv3: use grpc.FailFast(false) for all calls 15 July 2016, 02:00:46 UTC
a11ee98 vendor: update grpc Fixes #5871 15 July 2016, 01:47:02 UTC
bec58d5 integration: test grpc error equivalence with Error() 15 July 2016, 01:47:00 UTC
4b6f9b7 rpctypes: test error equivalence with Error() grpc.Errorf() now returns *rpcError, which makes comparisons shallow. 15 July 2016, 01:46:58 UTC
f7ec7f0 embed: only get initial cluster setting if the member is not init 14 July 2016, 20:01:29 UTC
34c76a4 Revert "Dockerfile: use 'ENTRYPOINT' instead of 'CMD'" 14 July 2016, 19:24:06 UTC
525653f raft: do not change RecentActive when resetState for progress 12 July 2016, 16:59:42 UTC
a647b79 etcdserver: fix TestSnap 11 July 2016, 20:59:12 UTC
9bc1d08 etcdctl: only takes 127.0.0.1:2379 as default endpoint 11 July 2016, 20:41:53 UTC
6a79bda e2e: add basic upgrade tests 11 July 2016, 20:41:50 UTC
1edfcd6 test: add upgrade test flag 11 July 2016, 20:41:47 UTC
f51fdbc version: bump to v3.0.2+git 08 July 2016, 19:09:09 UTC
faeeb2f version: bump to v3.0.2 08 July 2016, 18:45:18 UTC
d50c487 v3rpc: lock progress and prevKV map correctly 08 July 2016, 17:16:10 UTC
b837fef client/integration: test v2 client one shot operations 08 July 2016, 00:30:09 UTC
4d89640 client: make set/delete one shot operations Old behavior would retry set and delete even if there's an error. This can lead to the client returning an error for deleting twice, instead of returning an error for an interdeterminate state. Fixes #5832 08 July 2016, 00:30:04 UTC
1292d45 clientv3: fix sync base It is not correct to use WithPrefix. Range end will change in every internal batch. 07 July 2016, 21:21:43 UTC
ec20b38 clientv3: add public function to get prefix range end 07 July 2016, 21:21:41 UTC
37cc3f5 Dockerfile: use 'ENTRYPOINT' instead of 'CMD' use entrypoint, so people can specify flags to etcd without providing the binary. Signed-off-by: Secret <haichuang221@163.com> 05 July 2016, 18:40:47 UTC
7f1940e etcdserver: commit before sending snapshot 05 July 2016, 18:06:54 UTC
caccf8e v3rpc: do not panic on user error for watch 05 July 2016, 18:06:35 UTC
ef65dfe wal: release wal locks before renaming directory on init Fixes #5852 05 July 2016, 18:05:51 UTC
ff6c691 etcdserver/api: print only major.minor version API Before 2016-07-01 14:57:50.927170 I | api: enabled capabilities for version 3.0.0 After 2016-07-01 14:57:50.927170 I | api: enabled capabilities for version 3.0 01 July 2016, 22:19:53 UTC
3dfe876 version: bump to v3.0.1+git 01 July 2016, 21:53:20 UTC
a4a52cb version: bump to v3.0.1 01 July 2016, 20:58:37 UTC
0149709 *: test, docs with go1.6+ etcd v3 uses http/2, which doesn't work well with go1.5 01 July 2016, 18:59:37 UTC
4628be9 Documentation: fix typo in api_grpc_gateway.md 01 July 2016, 18:59:35 UTC
ff55e5a etcdserver: exit on missing backend only if semver is >= 3.0.0 01 July 2016, 18:59:32 UTC
bf08982 release: fix Dockerfile etcd binary paths release script uses binary files in 'release/image-docker', not the ones in "bin/". Tested with v3.0.0 release. 30 June 2016, 19:27:34 UTC
b9d69f7 version: bump to v3.0.0+git 30 June 2016, 18:37:05 UTC
6f48bda version: bump to v3.0.0 30 June 2016, 17:04:59 UTC
316534e *: remove beta from docs 30 June 2016, 17:04:34 UTC
3cecbdb hack: install goreman in tls-setup example 30 June 2016, 16:33:19 UTC
62f11e4 hack: add tls-setup example generated certs to gitignore 30 June 2016, 16:33:12 UTC
064c158 Merge pull request #5822 from raoofm/patch-9 Doc: fix typo in dev-guide.md 30 June 2016, 16:06:32 UTC
15300a1 Doc: fix typo in dev-guide.md 30 June 2016, 14:36:50 UTC
58dd047 ctlv3: make flags, commands formats consistent 1. Capitalize first letter 2. Remove period at the end (followed the pattern in linux coreutil man page) 29 June 2016, 23:16:56 UTC
4b42ea6 clientv3: only use closeErr on watch when donec is closed Fixes #5800 29 June 2016, 00:48:44 UTC
53c27ae benchmark: fix Compact request 28 June 2016, 21:15:32 UTC
269de67 mvcc: do not hash consistent index 28 June 2016, 19:29:36 UTC
8bbccf1 clientv3, ctl3, clientv3/integration: add compact response to compact 28 June 2016, 19:29:32 UTC
c00e97e Merge pull request #5785 from gyuho/doc_update Documentation/upgrades: upgrade 3.0 doc 27 June 2016, 22:46:53 UTC
c8a7d28 Documentation/upgrades: upgrade 3.0 doc 27 June 2016, 22:45:44 UTC
a5c2cd2 Merge pull request #5784 from heyitsanthony/doc-todos Documentation: clear out some TODOs 27 June 2016, 22:20:30 UTC
11fdf2d Documentation: clear out some TODOs 27 June 2016, 22:00:18 UTC
3b300f4 Merge pull request #5781 from gyuho/compact_client *: compact with physical in client side 27 June 2016, 21:46:54 UTC
b4162f8 Merge pull request #5782 from heyitsanthony/doc-lint Documentation: conform to header style 27 June 2016, 19:20:31 UTC
f63e687 e2e: test 'physical' flag in compact cmd 27 June 2016, 19:07:49 UTC
76e2bf0 etcdctl: v3 compact with physical flag 27 June 2016, 19:07:46 UTC
859e336 clientv3: configurable physical in compact 27 June 2016, 19:04:04 UTC
35229eb Documentation: conform to header style 27 June 2016, 19:00:24 UTC
bbed3ec Merge pull request #5780 from xiang90/check_i etcdserver: check index of the kv when restarting 27 June 2016, 18:44:10 UTC
9614dc6 etcdserver: check index of the kv when restarting 27 June 2016, 17:27:27 UTC
aab905f Merge pull request #5776 from mitake/commit-title test: more accurate checking of commit title 27 June 2016, 05:48:10 UTC
cfc171d Merge pull request #5777 from xiang90/c_be etcdserver: refuse to restart if backend file is missing 27 June 2016, 05:34:08 UTC
891ddcb etcdserver: refuse to restart if backend file is missing 27 June 2016, 04:16:51 UTC
555028f test: more accurate checking of commit title 27 June 2016, 04:05:47 UTC
efcf03f Merge pull request #5773 from heyitsanthony/integration-unixsock integration: use unix sockets for all connections 25 June 2016, 23:17:20 UTC
ae6e879 Merge pull request #5774 from gyuho/raft_minor_fix raft: len(entries) before Lock, use firstIndex 25 June 2016, 18:13:16 UTC
6a48961 raft: len(entries) before Lock, use firstIndex - To avoid unnecessary locking in case len(entries) == 0 - use firstIndex method 25 June 2016, 06:50:00 UTC
back to top