Commit Graph

  • 531ee93878 doc: add local_cluster doc Xiang Li 2016-04-18 23:22:09 -0700
  • 6d06c060b4 doc: add lease section to interacting doc Xiang Li 2016-04-18 20:25:58 -0700
  • 668ea89980 Merge pull request #5126 from judwhite/patch-2 Xiang Li 2016-04-19 07:25:31 -0700
  • a9cfbd5414 raft/doc.go: add missing } Jud White 2016-04-19 04:21:33 -0500
  • bf9cccfc34 Merge pull request #5118 from ajityagaty/fsync_osx Xiang Li 2016-04-18 22:22:53 -0700
  • 8b6de5f85d fileutil: Sync on HFS/OSX needs to be handled differently. Ajit Yagaty 2016-04-18 00:25:21 -0700
  • d16628bf50 Merge pull request #5120 from magicwang-cn/master Xiang Li 2016-04-18 19:44:19 -0700
  • 97c71f44fd etcdserver: close response body when getting cluster information magicwang-cn 2016-04-18 21:16:20 +0800
  • c4892c7f51 Merge pull request #5105 from xiang90/get_started Xiang Li 2016-04-18 14:27:53 -0700
  • a2ac639176 doc: add write/read example for interact doc Xiang Li 2016-04-15 13:00:59 -0700
  • 8a0fa5622e Merge pull request #5114 from gyuho/snapshot_test Gyu-Ho Lee 2016-04-18 09:27:07 -0700
  • b494ad3a0d Merge pull request #5112 from heyitsanthony/protobuf-comments Anthony Romano 2016-04-17 23:53:53 -0700
  • 42245a5518 storagepb, etcdserverpb: improve documentation for RPC message fields Anthony Romano 2016-04-15 13:13:24 -0700
  • ea6a747fc1 Merge pull request #5116 from ajityagaty/typo_fix Gyu-Ho Lee 2016-04-17 20:30:22 -0700
  • 68dd22d93d etcdctlv3: Fix for typo in alarm command handling. Ajit Yagaty 2016-04-17 19:31:39 -0700
  • 9504df2917 Merge pull request #5115 from gyuho/gc Xiang Li 2016-04-17 13:21:47 -0700
  • 86f580fa8f v3rpc: bytes-key map look-up gc optimization Gyu-Ho Lee 2016-04-17 10:52:19 -0700
  • a2afb513dd *: add snapshot e2e test Gyu-Ho Lee 2016-04-16 13:27:10 -0700
  • d4ff9364d4 Merge pull request #4861 from heyitsanthony/nfs-lock Anthony Romano 2016-04-16 08:59:10 -0700
  • 11e8d01035 Merge pull request #5113 from ajityagaty/remove_lease_id_casts Xiang Li 2016-04-16 07:22:06 -0700
  • f15b5aa4e6 Merge pull request #5034 from ZhuPeng/proxy-http2 Xiang Li 2016-04-16 07:04:41 -0700
  • da5bd04a1a clientv3: Remove superflous LeaseID casts in integration tests. Ajit Yagaty 2016-04-15 17:48:20 -0700
  • 73b48dd8eb Merge pull request #5111 from Amit-PivotalLabs/fix-etcdctl-unset-env Xiang Li 2016-04-15 16:32:42 -0700
  • c629a30f1f etcdctl: unset ETCDCTL_API env var properly Amit Kumar Gupta 2016-04-15 15:43:00 -0700
  • 4ed5f66a7a Merge pull request #5109 from gyuho/member_remove_test Gyu-Ho Lee 2016-04-15 15:04:00 -0700
  • caf0e9b9b1 Merge pull request #5110 from gyuho/error_when_db_not_exist Gyu-Ho Lee 2016-04-15 14:44:25 -0700
  • 59a88d1cf6 e2e: add member remove test Gyu-Ho Lee 2016-04-15 13:43:38 -0700
  • a78ece4ac2 etcdctl: snapshot status error for non-existent file Gyu-Ho Lee 2016-04-15 14:09:42 -0700
  • 3ee99a496f Merge pull request #5096 from heyitsanthony/clientv3-run-examples Anthony Romano 2016-04-15 12:42:44 -0700
  • 9bfa0172f5 test, clientv3: run examples as integration tests Anthony Romano 2016-04-15 00:18:24 -0700
  • d4dae7e9e9 Merge pull request #5101 from gyuho/watch_bench_fix Gyu-Ho Lee 2016-04-15 11:49:24 -0700
  • ad226f2020 benchmark: ensure all watcher receivers to finish Gyu-Ho Lee 2016-04-15 10:52:48 -0700
  • c1455a4f10 Merge pull request #5090 from ajityagaty/lease_id Anthony Romano 2016-04-15 10:48:29 -0700
  • da153d3f3c Merge pull request #5091 from xiang90/r_h Xiang Li 2016-04-15 09:57:48 -0700
  • 3b72c3da53 doc: add response header doc into api Xiang Li 2016-04-14 18:54:54 -0700
  • 81a5fc16ef Merge pull request #5095 from gyuho/govet_fix Gyu-Ho Lee 2016-04-15 09:41:24 -0700
  • 376234f196 Merge pull request #5094 from gyuho/watch_range_example Gyu-Ho Lee 2016-04-15 09:10:25 -0700
  • 641a1a66e1 *: fix govet -shadow in go tip Gyu-Ho Lee 2016-04-14 23:56:26 -0700
  • ae27b991b1 *: add more examples to clientv3, pkg/adt Gyu-Ho Lee 2016-04-14 23:44:23 -0700
  • 06a4086bf9 clientv3: Use LeaseID in all the client APIs. Ajit Yagaty 2016-04-14 17:37:25 -0700
  • 4ee7cad116 Merge pull request #5093 from gyuho/fix_test Gyu-Ho Lee 2016-04-14 21:45:44 -0700
  • 8515ae30fb functional-tester/etcd-tester: fix error check Gyu-Ho Lee 2016-04-14 21:31:12 -0700
  • 67db28f979 proxy: enable http2 for connecting to members 朱鹏 2016-04-14 12:10:10 +0800
  • 6c1cc1d4ea Merge pull request #5089 from heyitsanthony/fix-func-tester-timeout Anthony Romano 2016-04-14 17:24:22 -0700
  • 21233416e8 etcd-tester: return error if first compaction times out Anthony Romano 2016-04-14 17:11:00 -0700
  • 74153ffa45 Merge pull request #5082 from xiang90/kv_d Xiang Li 2016-04-14 15:17:04 -0700
  • df37c75bb9 doc: add doc for kv message Xiang Li 2016-04-14 10:50:06 -0700
  • f2e915f56e Merge pull request #5086 from heyitsanthony/test-race-rafthttp Anthony Romano 2016-04-14 14:21:20 -0700
  • 57448622d9 Merge pull request #5085 from heyitsanthony/hide-yaml Anthony Romano 2016-04-14 14:10:20 -0700
  • 01be6933c6 test: check races on rafthttp Anthony Romano 2016-04-14 13:45:31 -0700
  • cfbb8a71db Merge pull request #5084 from gyuho/typo Gyu-Ho Lee 2016-04-14 12:30:44 -0700
  • 04ef861c3d clientv3: make YamlConfig struct private Anthony Romano 2016-04-14 12:26:01 -0700
  • 81e344bef9 clientv3: fix example code format, more examples Gyu-Ho Lee 2016-04-14 12:05:02 -0700
  • 6bbdebb281 Merge pull request #5076 from gyuho/more_e2e Gyu-Ho Lee 2016-04-14 11:59:13 -0700
  • 6a3b5fe70c Merge pull request #5083 from ajityagaty/role_grant_test Gyu-Ho Lee 2016-04-14 11:53:21 -0700
  • fefb58dc90 e2e: clean up, add more tests Gyu-Ho Lee 2016-04-14 11:42:57 -0700
  • 4495559ad6 e2e: Test case for the etcdctlv3 'role grant' command. Ajit Yagaty 2016-04-14 10:56:12 -0700
  • ba1c0a2b12 Merge pull request #5080 from xiang90/up Xiang Li 2016-04-14 10:41:46 -0700
  • 4a913ae60a proxy: initial userspace tcp proxy Xiang Li 2016-04-14 09:07:21 -0700
  • da1132662a Merge pull request #5078 from ajityagaty/role_cmd_tests Gyu-Ho Lee 2016-04-14 09:44:07 -0700
  • 27844a6aef Merge pull request #5079 from mitake/auth-fix Xiang Li 2016-04-14 08:07:18 -0700
  • a016220648 auth: remove index out of range in role grant Hitoshi Mitake 2016-04-14 22:02:10 +0900
  • 3b7c8d752c e2e: Test case for the etcdctlv3 role command. Ajit Yagaty 2016-04-14 01:54:22 -0700
  • ac95cc32ef Merge pull request #5075 from xiang90/p Xiang Li 2016-04-13 22:44:29 -0700
  • e913792d0f Merge pull request #5073 from heyitsanthony/etcdctl-docs Anthony Romano 2016-04-13 22:08:22 -0700
  • cd05ac4217 doc: document many etcdctl commands Anthony Romano 2016-04-13 11:27:42 -0700
  • b20d171ee1 Merge pull request #5074 from heyitsanthony/fix-compact-current-rev Anthony Romano 2016-04-13 21:15:55 -0700
  • 66d2ae7a39 proxy: move http related thing to httpproxy Xiang Li 2016-04-13 21:09:08 -0700
  • d72bcdc156 storage: have Range on rev=0 work even if compacted to current revision Anthony Romano 2016-04-13 19:59:26 -0700
  • e6ff5a38e1 Merge pull request #5072 from heyitsanthony/fix-ep-json Anthony Romano 2016-04-13 19:12:26 -0700
  • 793fb2cf64 Merge pull request #4673 from gyuho/slow Gyu-Ho Lee 2016-04-13 17:07:30 -0700
  • f07350735d etcdctl: respect --write-out=json for endpoint status command Anthony Romano 2016-04-13 17:04:31 -0700
  • 6af40ea1e1 functional-tester: add latency test (simulate slow network) Gyu-Ho Lee 2016-04-13 16:59:19 -0700
  • e9aa8ff235 Merge pull request #5071 from gyuho/member_api_change Gyu-Ho Lee 2016-04-13 16:45:10 -0700
  • 3dcfe79cc0 Merge pull request #5070 from heyitsanthony/member-doc Anthony Romano 2016-04-13 16:40:16 -0700
  • 7a2ef3eb00 *: regenerate proto buffers Gyu-Ho Lee 2016-04-13 16:23:07 -0700
  • 2c6176b5f2 *: remove MemberLeader API in client side (fix examples) Gyu-Ho Lee 2016-04-13 16:21:30 -0700
  • b78886239e *: remove IsLeader field in Member API server side Gyu-Ho Lee 2016-04-13 16:19:12 -0700
  • 90df7fd738 etcdctl: display required arguments for member commands in usage Anthony Romano 2016-04-13 16:18:00 -0700
  • 22812badc2 Merge pull request #5069 from heyitsanthony/fix-snapshot-status-json Anthony Romano 2016-04-13 15:57:39 -0700
  • b90e30b28e etcdctl: respect -write-out=json for snapshot status Anthony Romano 2016-04-13 13:37:32 -0700
  • a553ea8ba7 Merge pull request #5068 from heyitsanthony/lease-fixups Anthony Romano 2016-04-13 13:20:06 -0700
  • 993f25f055 Merge pull request #5065 from heyitsanthony/errexit-defrag Anthony Romano 2016-04-13 13:19:43 -0700
  • 721ed6ba2b etcdctl: return non-zero exit code if defrag fails on any endpoint Anthony Romano 2016-04-13 11:31:47 -0700
  • 855a5116a2 etcdctl: improve lease command documentation and exit codes Anthony Romano 2016-04-13 12:36:53 -0700
  • c0971a6ebc Merge pull request #5066 from gyuho/compaction_test Gyu-Ho Lee 2016-04-13 12:35:20 -0700
  • 3f0863a1e9 e2e: compact test Gyu-Ho Lee 2016-04-13 12:07:48 -0700
  • c8e860c4fa Merge pull request #5055 from gyuho/get_rev Gyu-Ho Lee 2016-04-13 12:05:48 -0700
  • 3fef0eb0d8 Merge pull request #5061 from xiang90/grpc_d Xiang Li 2016-04-13 11:40:14 -0700
  • 5157b713ed Merge pull request #5064 from raoofm/patch-1 Xiang Li 2016-04-13 11:35:23 -0700
  • 60548b85c4 *: add rev flag to get command Gyu-Ho Lee 2016-04-13 11:32:29 -0700
  • 15e865e024 Merge pull request #5062 from gyuho/govet-mutex Gyu-Ho Lee 2016-04-13 11:19:20 -0700
  • cb280bae91 etcd-tester: fix govet Gyu-Ho Lee 2016-04-13 10:52:39 -0700
  • 61cfe68247 Documentation: v3 mem benchmark total watch value Raoof Mohammed 2016-04-13 14:12:10 -0400
  • 52c4595899 Merge pull request #5060 from gyuho/ineffassign Gyu-Ho Lee 2016-04-13 10:59:58 -0700
  • 7c5ec417c3 *:update dependencies Xiang Li 2016-04-13 10:42:25 -0700
  • 89f8e66682 *: fixes based on ineffassign Gyu-Ho Lee 2016-04-13 10:24:13 -0700
  • 35d2d7b23e Merge pull request #5059 from gyuho/elect_e2e_test Gyu-Ho Lee 2016-04-13 10:25:28 -0700
  • 1224044553 e2e: add elect command test Gyu-Ho Lee 2016-04-13 09:53:21 -0700
  • 228e772b3a Merge pull request #5056 from heyitsanthony/expect-signal Anthony Romano 2016-04-13 09:42:41 -0700