e885c6c5f4
client: document *Options
2015-02-28 10:22:51 -08:00
88cea415a7
client: NewDiscoveryKeysAPI -> NewKeysAPIWithPrefix
2015-02-28 10:22:51 -08:00
89070fd237
client: package-level doc
2015-02-28 10:22:51 -08:00
3d4e1f59dc
client: drop unnecessary Nodes type
2015-02-28 10:22:51 -08:00
7ff84351f5
client: centralize exported variables
2015-02-28 10:22:51 -08:00
a9f605e5fe
client: unexport defaultV2MembersPrefix
2015-02-28 10:22:51 -08:00
bb9f016b91
client: unexport defaultV2KeysPrefix
2015-02-28 10:22:51 -08:00
3fdda06602
client: s/SyncableHTTPClient/Client/g
2015-02-28 10:22:51 -08:00
bac1d2f420
client: unexport httpClient interface
2015-02-28 10:22:51 -08:00
52288fa748
client: remove CancelableTransport arg from httpClientFactory
2015-02-28 10:22:51 -08:00
3b41b77cd7
client: ClientConfig -> Config
2015-02-28 10:22:51 -08:00
2aecbaf165
client: unexport httpAction
2015-02-28 10:22:51 -08:00
3f5e827e3c
client: httpClient -> simpleHTTPClient
2015-02-28 10:22:51 -08:00
f037cb9f65
client: collapse unnecessary constructor
2015-02-28 10:22:50 -08:00
62054dfb5e
client: don't cache httpClients in httpClusterClient
2015-02-28 10:22:50 -08:00
99d63eb62e
client: protect httpClusterClient with RWMutex
2015-02-28 10:22:50 -08:00
0943831b8e
client: establish httpClusterClient.reset
2015-02-28 10:22:50 -08:00
74fe28c5e0
client: exchange ClientConfig for SyncableHTTPClient
2015-02-28 10:22:50 -08:00
942f0f6b9e
client: accept TTL through KeysAPI.Set
2015-02-28 10:22:50 -08:00
3d53e9bfaa
client: pass around options as pointers
2015-02-28 10:22:50 -08:00
0a7e0875d5
client: copy DeleteOptions onto deleteAction
2015-02-28 10:19:05 -08:00
025ee0379c
client: copy SetOptions onto setAction
2015-02-28 10:19:05 -08:00
01fc01ec69
client: KeysAPI.[R]Watch -> Watcher w/ opts struct
2015-02-28 10:19:04 -08:00
bc32060b1d
client: support PrevIndex in SetOptions & DeleteOptions
2015-02-28 10:14:25 -08:00
7ccf5eb476
client: support PrevValue in SetOptions & DeleteOptions
2015-02-28 10:14:25 -08:00
0f31f403d1
client: add KeysAPI.Delete
2015-02-28 10:14:25 -08:00
2f479c8721
client: assert method in tests
2015-02-28 10:14:25 -08:00
84e495e51e
client: s/assertResponse/assertRequest/
2015-02-28 10:14:25 -08:00
6e637f2f75
client: add KeysAPI.Set
2015-02-28 10:14:25 -08:00
8b3d05f661
client: add KeysAPI.RGet
2015-02-28 10:14:25 -08:00
6d89e6217d
client: rename KeysAPI.RecursiveWatch to RWatch
2015-02-28 10:14:25 -08:00
4e5c015fe9
client: add Update method
2015-02-28 10:14:25 -08:00
c6d955f4c1
client: drive Create with setAction; drop TTL
2015-02-28 10:12:35 -08:00
99840c9697
*: cleanup import
2015-02-28 10:12:35 -08:00
9e63b1fb63
wal: record metrics
2015-02-28 10:12:35 -08:00
2e078582f9
etcdmain: expose runtime metrics
2015-02-28 10:11:53 -08:00
9b6fcfffb6
*: replace our own metrics with codahale/metrics
2015-02-28 10:11:53 -08:00
33afbfead6
etcdserver: remove the dep on metrics. first step towards removing metrics pkg from etcd.
2015-02-28 10:09:55 -08:00
feaabde125
Godeps: bump golang.org/x/net/context to b8c11bbe
2015-02-28 10:09:55 -08:00
cbef6ab152
raft: clean up storage
2015-02-28 10:09:07 -08:00
8fb6eb6c70
Update libraries-and-tools.md
...
Added a distributed r/w lock in addition to the master election implementation.
2015-02-28 10:09:07 -08:00
5ede18be74
raft: separate compact and createsnap in memory storage
2015-02-28 10:08:30 -08:00
cea3448438
*: bump to v2.0.4+git
2015-02-27 12:25:50 -08:00
1a2c6d3f2f
*: bump to v2.0.4
v2.0.4
2015-02-26 22:01:24 -08:00
53fda9d558
Documentation: add implementation faq
...
Add some notes on the design discussion around the `--initial` flags. If
anything is wrong let me know.
2015-02-26 09:52:45 -08:00
ecf7c27697
Merge pull request #2374 from wellbehavedsoftware/fix-2373
...
etcdtcl: fix etcdctl cluster-health ignores SSL settings
2015-02-25 07:44:10 -08:00
05ecdbc617
etcdtcl: fix etcdctl cluster-health ignores SSL settings
...
etcdctl reconnects to the leader, but was not picking up ssl settings in this
case, which causes it to show unhealthy when this is not the case.
Fixes #2373
2015-02-25 13:19:07 +01:00
6648b7e302
Merge pull request #2363 from yichengq/329
...
migrate/starter: fix v2 data dir checking
2015-02-24 22:44:10 -08:00
194105e02c
Merge pull request #2369 from jonsyu1/master
...
Documentation fixes for proxy
2015-02-24 21:39:20 -08:00
31bfffaa48
Documentation: standardize on url over URL
...
url and URL both appear in this doc. Choose url due to higher frequency
2015-02-24 16:26:27 -05:00