Commit Graph

  • fa03fec34b client: test httpKeysAPI.Get Brian Waldon 2015-01-29 15:37:09 -08:00
  • 932a01ff92 Merge pull request #2158 from xiang90/wal_stats Xiang Li 2015-01-29 15:29:42 -08:00
  • 7c1c398dfe client: test httpKeysAPI.Set Brian Waldon 2015-01-29 15:26:56 -08:00
  • 0cb7e212f7 client: test httpKeysAPI.Watcher Brian Waldon 2015-01-29 14:47:01 -08:00
  • b94fe5ce33 client: clarify relationship of AfterIndex and waitIndex Brian Waldon 2015-01-29 14:27:07 -08:00
  • 39a0961aa8 client: test httpWatcher Brian Waldon 2015-01-29 14:18:13 -08:00
  • db0d6abfb3 client: test unmarshaling of failure responses Brian Waldon 2015-01-29 13:33:55 -08:00
  • 7c3a46aa19 client: exhaustive member-related testing Brian Waldon 2015-01-29 12:23:08 -08:00
  • 9c9c61b55a client: test for non-integer X-Etcd-Index Brian Waldon 2015-01-29 09:51:47 -08:00
  • 936e5cb956 client: tweak test fields Brian Waldon 2015-01-29 09:47:57 -08:00
  • 0e535e87a5 client: introduce Error type Brian Waldon 2015-01-28 16:46:58 -08:00
  • a724d54921 client: document PrevExistType Brian Waldon 2015-01-28 16:14:17 -08:00
  • 1ab81fd333 client: document Member fields Brian Waldon 2015-01-28 16:10:20 -08:00
  • a9f1b4b879 client: document Response and Node structs Brian Waldon 2015-01-28 16:00:04 -08:00
  • c091546757 client: break dependency on httptypes pkg Brian Waldon 2015-01-28 15:22:27 -08:00
  • 4d0d0b57ff client: allow caller to decide HTTP redirect policy Brian Waldon 2015-01-28 15:09:00 -08:00
  • 22f5b22eb4 client: WaitIndex -> AfterIndex Brian Waldon 2015-01-28 14:29:03 -08:00
  • 6a2d8bc324 client: document KeysAPI methods Brian Waldon 2015-01-28 13:04:30 -08:00
  • 32e6a8cdc6 client: encourage error handling in package doc Brian Waldon 2015-01-28 12:58:58 -08:00
  • f82f078296 client: document using a custom context Brian Waldon 2015-01-28 12:51:27 -08:00
  • f2dc2ba93a client: add GetOptions.Sort Brian Waldon 2015-01-28 12:45:05 -08:00
  • 1b9603242a client: use options struct for KeysAPI.Get Brian Waldon 2015-01-28 12:34:06 -08:00
  • 14b21a647c client: define a DefaultTransport Brian Waldon 2015-01-28 12:07:15 -08:00
  • b225233b19 client: document Client methods Brian Waldon 2015-01-28 12:04:39 -08:00
  • 59bd99a128 client: simplify CancelableTransport doc Brian Waldon 2015-01-28 12:04:18 -08:00
  • 5e5532c6df client: document Config Brian Waldon 2015-01-28 12:02:43 -08:00
  • f356fc06c9 client: move http.go into client.go Brian Waldon 2015-01-28 11:44:38 -08:00
  • 93ee4802ec client: document MembersAPI methods Brian Waldon 2015-01-27 17:10:30 -08:00
  • 6c260a6127 client: alias etcdserver/etcdhttp/httptypes.Member Brian Waldon 2015-01-27 16:55:13 -08:00
  • bc57a07d50 client: document Watcher.Next Brian Waldon 2015-01-27 16:52:57 -08:00
  • 8af0f047a4 client: document MembersAPI/KeysAPI constructors Brian Waldon 2015-01-27 13:51:07 -08:00
  • bddbddacbb client: document *Options Brian Waldon 2015-01-27 13:51:27 -08:00
  • 9cc995457d client: NewDiscoveryKeysAPI -> NewKeysAPIWithPrefix Brian Waldon 2015-01-27 13:31:57 -08:00
  • 7f3c9f23a6 client: package-level doc Brian Waldon 2015-01-27 11:42:58 -08:00
  • 98991d99cb client: drop unnecessary Nodes type Brian Waldon 2015-01-27 11:47:08 -08:00
  • 8aa8b78108 client: centralize exported variables Brian Waldon 2015-01-27 11:30:20 -08:00
  • a34f50371e client: unexport defaultV2MembersPrefix Brian Waldon 2015-01-27 11:26:20 -08:00
  • 31b3dd7ea1 client: unexport defaultV2KeysPrefix Brian Waldon 2015-01-27 11:25:52 -08:00
  • 3fc597dec2 client: s/SyncableHTTPClient/Client/g Brian Waldon 2015-01-27 11:23:23 -08:00
  • bcba6e21aa client: unexport httpClient interface Brian Waldon 2015-01-27 11:21:30 -08:00
  • fbb4b1957f client: remove CancelableTransport arg from httpClientFactory Brian Waldon 2015-01-26 17:34:32 -08:00
  • ac9822ca76 client: ClientConfig -> Config Brian Waldon 2015-01-26 17:26:15 -08:00
  • 1790f03aba client: unexport httpAction Brian Waldon 2015-01-26 17:11:22 -08:00
  • af4e60729f client: httpClient -> simpleHTTPClient Brian Waldon 2015-01-26 17:08:43 -08:00
  • ab5d4a3ac5 client: collapse unnecessary constructor Brian Waldon 2015-01-26 16:53:24 -08:00
  • 1784685f6a client: don't cache httpClients in httpClusterClient Brian Waldon 2015-01-26 16:50:24 -08:00
  • 9137bd1cb0 client: protect httpClusterClient with RWMutex Brian Waldon 2015-01-26 15:25:19 -08:00
  • e680d2814e client: establish httpClusterClient.reset Brian Waldon 2015-01-26 15:18:59 -08:00
  • 6c3ee414a3 client: exchange ClientConfig for SyncableHTTPClient Brian Waldon 2015-01-26 13:49:50 -08:00
  • ff580a91c2 client: accept TTL through KeysAPI.Set Brian Waldon 2015-01-23 11:39:45 -08:00
  • 2e155a81a7 client: pass around options as pointers Brian Waldon 2015-01-23 10:54:52 -08:00
  • 9e430ae35d client: copy DeleteOptions onto deleteAction Brian Waldon 2015-01-22 17:05:01 -08:00
  • 0093f57541 client: copy SetOptions onto setAction Brian Waldon 2015-01-22 17:04:41 -08:00
  • 7fab8e87d2 client: KeysAPI.[R]Watch -> Watcher w/ opts struct Brian Waldon 2015-01-22 16:58:15 -08:00
  • a35aca6c5f client: support PrevIndex in SetOptions & DeleteOptions Brian Waldon 2015-01-22 16:42:46 -08:00
  • 71d826877a client: support PrevValue in SetOptions & DeleteOptions Brian Waldon 2015-01-22 16:37:53 -08:00
  • 05f07b5b7c client: add KeysAPI.Delete Brian Waldon 2015-01-22 14:35:18 -08:00
  • adcf564faf client: assert method in tests Brian Waldon 2015-01-22 14:30:58 -08:00
  • cfb9093555 client: s/assertResponse/assertRequest/ Brian Waldon 2015-01-22 14:28:32 -08:00
  • 958adc7f22 client: add KeysAPI.Set Brian Waldon 2015-01-22 10:18:39 -08:00
  • 0d3e98860a client: add KeysAPI.RGet Brian Waldon 2015-01-22 09:57:30 -08:00
  • 4bb4aa8b70 client: rename KeysAPI.RecursiveWatch to RWatch Brian Waldon 2015-01-22 09:45:10 -08:00
  • 62e4d96a3a client: add Update method Brian Waldon 2015-01-21 15:10:26 -08:00
  • 24642fa38c client: drive Create with setAction; drop TTL Brian Waldon 2015-01-21 12:22:16 -08:00
  • 458a0c49ee wal: record metrics Xiang Li 2015-01-29 13:07:23 -08:00
  • 0945e487e7 docs: fix static clustering example Rob Szumski 2015-01-29 10:37:32 -08:00
  • 1f6f82ddee Merge pull request #2186 from coreos/docs-clustering Brandon Philips 2015-01-29 13:43:08 -08:00
  • a65556abe2 Merge pull request #2189 from yichengq/314 Yicheng Qin 2015-01-29 13:38:00 -08:00
  • e966e565c4 etcdctl/backup_command: handle datadir with missed snapshot mark Yicheng Qin 2015-01-29 11:38:52 -08:00
  • 7840d49ae0 etcdserver: not add self to transporter based on local ID Yicheng Qin 2015-01-29 11:36:26 -08:00
  • d0af96d558 etcdctl/backup_command: save snapshot mark in new wal Yicheng Qin 2015-01-29 11:35:55 -08:00
  • ab8963435c Merge 1614318b8c28d360671eb4c81bd0c3e5e75dc9cc into ec29b31977fcd57834c1a0ffc7602e948682e578 Yicheng Qin 2015-01-29 19:43:24 +00:00
  • 1614318b8c etcdctl/backup_command: handle datadir with missed snapshot mark Yicheng Qin 2015-01-29 11:38:52 -08:00
  • 2f0dca8136 etcdserver: not add self to transporter based on local ID Yicheng Qin 2015-01-29 11:36:26 -08:00
  • d9df70bbf3 etcdctl/backup_command: save snapshot mark in new wal Yicheng Qin 2015-01-29 11:35:55 -08:00
  • 9f4000cc46 docs: fix static clustering example Rob Szumski 2015-01-29 10:37:32 -08:00
  • fd0c0c9263 Merge pull request #2185 from xiang90/fix_tls_keepalive Xiang Li 2015-01-29 10:36:11 -08:00
  • 4960324876 pkg/transport: fix tlskeepalive Xiang Li 2015-01-29 09:38:43 -08:00
  • ca8f541e14 Merge de99b50dd74bc005c93ee5a5997dd3491e6ce972 into ec29b31977fcd57834c1a0ffc7602e948682e578 Yicheng Qin 2015-01-29 07:59:30 +00:00
  • de99b50dd7 migrate: support start desired version Yicheng Qin 2015-01-22 13:40:45 -08:00
  • 11ddee1073 Documentation: remove replace non-recoverable member Brandon Philips 2015-01-28 18:52:06 -08:00
  • 910bbce62c Documentation: remove TODO and point people in the right direction Brandon Philips 2015-01-28 18:50:26 -08:00
  • ec29b31977 Merge pull request #2178 from xiang90/runtime_metrics Xiang Li 2015-01-28 16:46:48 -08:00
  • ae92e4bd4a etcdmain: expose runtime metrics Xiang Li 2015-01-28 16:42:31 -08:00
  • 9cd60e8cbd Merge pull request #2177 from xiang90/metrics Xiang Li 2015-01-28 16:34:26 -08:00
  • 494b2187d3 *: replace our own metrics with codahale/metrics Xiang Li 2015-01-28 16:27:28 -08:00
  • 8409027d37 Merge pull request #2176 from philips/remove-doozer-and-zookeeper-mention Brandon Philips 2015-01-28 16:24:25 -08:00
  • e8d8de209a README: remove doozer and zookeeper mentions Brandon Philips 2015-01-28 16:15:28 -08:00
  • 40438e2b5c Merge pull request #2175 from xiang90/rm_metrics Xiang Li 2015-01-28 15:25:24 -08:00
  • de7ff867a7 etcdserver: remove the dep on metrics. first step towards removing metrics pkg from etcd. Xiang Li 2015-01-28 14:07:07 -08:00
  • db15d39e0f Merge pull request #2174 from yichengq/313 Xiang Li 2015-01-28 12:23:36 -08:00
  • 4e7dccd377 Godeps: bump golang.org/x/net/context to b8c11bbe Yicheng Qin 2015-01-28 12:20:46 -08:00
  • 7b66b5810f Merge pull request #2173 from xiang90/storage Xiang Li 2015-01-28 11:12:57 -08:00
  • 9114d0feb4 Fix remarks. Mathias Bogaert 2015-01-28 18:47:57 +00:00
  • ddac7b1ecd raft: clean up storage Xiang Li 2015-01-28 10:31:11 -08:00
  • 10b1045b4f scripts: remove 2.0 Documentation from build-release Brandon Philips 2015-01-28 07:21:18 -08:00
  • 839621f384 Merge pull request #2139 from xiang90/compact Xiang Li 2015-01-27 23:21:04 -08:00
  • b606078e93 version: bump to 2.0.0 v2.0.0 Brandon Philips 2015-01-27 23:05:15 -08:00
  • 127fe322a4 Merge pull request #2172 from philips/README-updates Brandon Philips 2015-01-27 23:04:09 -08:00
  • b377110c11 README: remove the etcd release candidate disclaimer Brandon Philips 2015-01-27 22:54:10 -08:00