7543 Commits

Author SHA1 Message Date
Gyu-Ho Lee
7e4fc7eaa9
version: bump up to 2.3.8 v2.3.8 2017-02-15 19:25:01 -08:00
Gyu-Ho Lee
61eee5c884
test: skip govet tests in CI 2017-02-15 19:24:37 -08:00
Gyu-Ho Lee
ae24914aec
etcdhttp: fix govet 2017-02-15 19:17:38 -08:00
Gyu-Ho Lee
653789bcbc
etcdserver: fix govet 2017-02-15 19:11:23 -08:00
Gyu-Ho Lee
62c1e9a824
travis: use Go 1.7.5 2017-02-15 17:02:50 -08:00
Gyu-Ho Lee
67228bf5d8
tools: remove 'etcd-top' for CI tests 2017-02-15 10:24:58 -08:00
Gyu-Ho Lee
316adb4bcc
test: do not run 'goword' tests in CI 2017-02-14 23:22:44 -08:00
Anthony Romano
756992d30f
travis: disable email notifications
Was spamming security@coreos.com
2017-02-14 23:19:35 -08:00
Xiang Li
aaf0ac9ff4 Merge pull request #7282 from heyitsanthony/fix-write-snap-2.3
snap: fix write snap
2017-02-08 20:16:25 -08:00
Xiang Li
d1ba8ee6d3 snap: fix write snap
Do not use writeFile since it does not sync file before closing.
This can lead to slient file corruption when disk is full.
2017-02-06 09:50:14 -08:00
Jeff Zellner
97dd45122b hack: install goreman in tls-setup example 2016-06-30 09:30:50 -07:00
Jeff Zellner
6ac6f5d67b hack: add tls-setup example generated certs to gitignore 2016-06-30 09:30:40 -07:00
Josh Wood
e401e17d2c Merge pull request #5756 from joshix/proxyport
Documentation/proxy: Change proxy port from 8080 to 2379
2016-06-23 11:37:21 -07:00
Josh Wood
809949b687 Documentation/proxy: Change proxy port from 8080 to 2379
Ref https://github.com/coreos/etcd/pull/5693 in v3 track (master).
Ref backport to 2.3.7 docs in https://github.com/coreos-inc/coreos-pages/pull/747
2016-06-22 23:50:52 -07:00
Gyu-Ho Lee
9108045e65 version: bump to v2.3.7+git 2016-06-17 11:35:22 -07:00
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