7528 Commits

Author SHA1 Message Date
Gyu-Ho Lee
fd17c9101d version: bump to v2.3.7 v2.3.7 2016-06-17 11:08:26 -07:00
Xiang Li
9ce0e8bf81 store: copy old value when refresh + cas 2016-06-17 11:07:40 -07:00
Gyu-Ho Lee
5b3ffa86fa version: bump to v2.3.6+git 2016-05-27 13:45:16 -07:00
Gyu-Ho Lee
128344c455 version: bump to v2.3.6 v2.3.6 2016-05-27 13:27:14 -07:00
Xiang Li
3b100ad142 etcd: fix refresh feature
When using refresh, etcd store v2 watch is broken. Although with refresh
store should not trigger current watchers, it should still add events into
the watchhub to make a complete history. Current store fails to add the event
into the watchhub, which causes issues.
2016-05-27 13:25:22 -07:00
Gyu-Ho Lee
20793a29e3 version: bump to v2.3.5+git 2016-05-20 11:11:05 -07:00
Gyu-Ho Lee
a535dc994b version: bump to v2.3.5 v2.3.5 2016-05-20 10:36:58 -07:00
Anthony Romano
46d347812b etcdserver: wait for snapshots before closing raft
Fixes #5374
2016-05-20 10:35:50 -07:00
Anthony Romano
1d12212e60 etcdserver: stop raft after stopping apply scheduler
Was causing a pipeline leak.
2016-05-20 10:35:28 -07:00
Xiang Li
1f17d7204e etcdsever: fix the leaky snashot routine issue 2016-05-20 10:34:48 -07:00
Gyu-Ho Lee
198664e49c Documentation/v2: fix typo for updating a member
Fix https://github.com/coreos/etcd/issues/5358.
2016-05-20 10:33:49 -07:00
xiaohuang
ee872bb7ca Documentation/v2: fix auth_api.md bug
role guest read and write is "/*", not "*", same with other roles.
2016-05-20 10:33:47 -07:00
Xiang Li
8c9a3c55bd raft: do not panic when removing all the nodes from cluster 2016-05-20 10:33:45 -07:00
Gyu-Ho Lee
6f1ceee9a3 v2http: allow empty role for GET /users
Fix https://github.com/coreos/etcd/issues/5246.
2016-05-20 10:33:43 -07:00
Gyu-Ho Lee
f47375af89 version: bump to v2.3.4+git 2016-05-13 11:58:24 -07:00
Gyu-Ho Lee
df60227765 version: bump to v2.3.4 v2.3.4 2016-05-12 14:33:37 -07:00
Gyu-Ho Lee
4db35c113d README: add known bugs
cherry-picked from https://github.com/coreos/etcd/pull/5320.
2016-05-12 14:22:45 -07:00
Ajit Yagaty
cf68c2285e etcdctl: Add --wal-dir and --backup-wal-dir options to backup command.
If the WAL is stored in a separate directory then the backup command
would need a --wal-dir option to pick the path to the WAL directory.
The user might also want to store the backup of data and wal separately
for which --backup-wal-dir option is provided.
2016-05-12 14:17:31 -07:00
Gyu-Ho Lee
743f9c9bb0 etcdctl/ctlv2: total-timeout for Sync
Fix https://github.com/coreos/etcd/issues/4897.
2016-05-12 14:15:13 -07:00
Anthony Romano
f9e09e1b1a httpproxy: fix race on getting close notifier channel
Fixes #5267
2016-05-12 14:14:16 -07:00
Gyu-Ho Lee
d6eb1e7a5f *: bump to v2.3.3+git 2016-04-29 14:18:50 -07:00
Gyu-Ho Lee
c41345d393 *: bump to v2.3.3 v2.3.3 2016-04-29 12:38:04 -07:00
Gyu-Ho Lee
506ef9fe8d etcdserver/auth: check empty password in merge
Fix https://github.com/coreos/etcd/issues/5182.
2016-04-29 12:37:24 -07:00
Gyu-Ho Lee
49141d5916 *: bump to v2.3.2+git 2016-04-21 12:57:57 -07:00
Gyu-Ho Lee
ce63f10738 *: bump to v2.3.2 v2.3.2 2016-04-21 11:26:37 -07:00
magicwang-cn
31bd750141 etcdserver: close response body when getting cluster information 2016-04-21 10:58:58 -07:00
Anthony Romano
37510d0306 e2e: test etcdtl user list on root user 2016-04-21 10:58:46 -07:00
Anthony Romano
d7da3787bc client: accept roles in response for ListUser
Fixes #5046
2016-04-21 10:58:40 -07:00
Anthony Romano
54d0f1d43b e2e: test etcdctl v2 double user grant
Crashes in 2.3.1
2016-04-21 10:58:30 -07:00
Anthony Romano
20db10f6f7 etcdctl: print grant/revoke error instead of scanning roles for changes
Fixes #5045
2016-04-21 10:58:17 -07:00
Anthony Romano
11c09373e1 etcdmain: start on unsupported arch when ETCD_UNSUPPORTED_ARCH is set 2016-04-21 10:42:45 -07:00
Gyu-Ho Lee
96f412e4d7 *: bump to v2.3.1+git 2016-04-01 14:56:48 -07:00
Gyu-Ho Lee
2b67f5256a *: bump to v2.3.1 v2.3.1 2016-04-01 14:32:28 -07:00
Gyu-Ho Lee
6aa8b631e6 client: return original ctx error
Fix https://github.com/coreos/etcd/issues/3209.
2016-04-01 14:30:31 -07:00
Xiang Li
72dea51e6a rafthttp: do not block on proposal 2016-04-01 14:28:50 -07:00
Gyu-Ho Lee
74fa0270a4 *: bump to v2.3.0+git 2016-03-18 10:23:04 -07:00
Gyu-Ho Lee
5e6eb7e19d Merge pull request #4788 from gyuho/release_doc
Documentation: release with project key
v2.3.0
2016-03-18 09:49:54 -07:00
Gyu-Ho Lee
3c1dbdef64 Merge pull request #4801 from gyuho/version_2_3
version: bump to 2.3
2016-03-18 09:46:07 -07:00
Gyu-Ho Lee
7d5cedbf34 version: bump to 2.3 2016-03-18 09:44:54 -07:00
Gyu-Ho Lee
a57712f105 Merge pull request #4800 from gyuho/version
Documentation: update ROADMAP with version 2.3
2016-03-18 09:43:39 -07:00
Gyu-Ho Lee
165c164780 Documentation: update ROADMAP with version 2.3 2016-03-18 09:41:16 -07:00
Gyu-Ho Lee
7b77984c99 Merge pull request #4782 from gyuho/upgrade_to_2.3
Documentation: upgrade to 2.3
2016-03-18 09:38:54 -07:00
Xiang Li
f59a866fcb Merge pull request #4795 from xiang90/table
etcdctlv3: make member list beautiful
2016-03-17 16:10:35 -07:00
Xiang Li
56d7899c20 etcdctlv3: member list now supports json 2016-03-17 15:54:44 -07:00
Xiang Li
c37cd1f0a1 etcdctlv3: make member list beautiful 2016-03-17 14:49:53 -07:00
Anthony Romano
58c8521920 Merge pull request #4792 from heyitsanthony/snip-snip
clientv3: break etcdserver dependency
2016-03-17 12:24:54 -07:00
Anthony Romano
a001651bc1 clientv3: remove dependency on lease package 2016-03-17 11:52:34 -07:00
Anthony Romano
44753594ec v3rpc: move errors to v3rpc/rpctypes
Fixes #4771
2016-03-17 11:52:34 -07:00
Gyu-Ho Lee
ef135d52ad Merge pull request #4793 from gyuho/proxy_doc
Documentation: discovery-fallback flag to proxy.md
2016-03-17 11:37:25 -07:00
Gyu-Ho Lee
ded41fa16e Documentation: discovery-fallback flag to proxy.md 2016-03-17 11:33:49 -07:00