Commit Graph

  • 198ccb8b7b raftpb: atomic access alignment Jared Hulbert 2016-07-08 11:13:53 -0700
  • dc5d5c6ac8 raft: atomic access alignment Jared Hulbert 2016-07-08 11:05:41 -0700
  • 2448f6a003 e2e: close process if spawnWithExpects fails Anthony Romano 2016-10-10 15:52:37 -0700
  • d7f69d0f92 Merge pull request #6617 from gyuho/vendor-update Gyu-Ho Lee 2016-10-10 14:48:17 -0700
  • 4a07bbec59 clientv3: implement new grpc.Balancer interface Gyu-Ho Lee 2016-10-10 11:07:55 -0700
  • e3558a64cf vendor: update grpc-go v1.0.2 tag Gyu-Ho Lee 2016-10-10 11:05:14 -0700
  • 69ea359e62 vendor: update glide.yaml with grpc-go v1.0.2 tag Gyu-Ho Lee 2016-10-10 11:04:34 -0700
  • b9f3ef09e1 vendor: clean up dependencies (remove unused ones) Gyu-Ho Lee 2016-10-10 11:02:13 -0700
  • def1a3b77f script/updatedep: update glide, glide-vc version Gyu-Ho Lee 2016-10-10 11:01:14 -0700
  • 3a6fe61c03 Merge pull request #6610 from heyitsanthony/bench-lease Anthony Romano 2016-10-10 09:53:08 -0700
  • fd60205e95 Merge pull request #6616 from bdarnell/genproto-gopath Xiang Li 2016-10-10 09:19:49 -0700
  • ef4e3ef55a scripts: Don't erase gopath.proto after genproto.sh Ben Darnell 2016-10-10 11:33:43 +0800
  • 602fd6a67e Merge pull request #6613 from mitake/ep-health Xiang Li 2016-10-09 06:58:06 -0700
  • 644ec0ddef etcdctl, e2e: parse auth related options in endpoint health command Hitoshi Mitake 2016-10-08 21:10:05 +0900
  • f771eaca47 version: bump to v3.0.12+git Gyu-Ho Lee 2016-10-07 16:42:12 -0700
  • c1d115b322 benchmark: submit keepalive requests concurrently with report.Run() Anthony Romano 2016-10-07 15:55:42 -0700
  • 2d1e2e8e64 version: bump to v3.0.12 v3.0.12 Gyu-Ho Lee 2016-10-07 15:14:25 -0700
  • 6412758177 v3rpc: remove redundant locks Gyu-Ho Lee 2016-10-07 15:13:56 -0700
  • 836c8159f6 v3rpc: lock progress and prevKV map correctly Xiang Li 2016-07-07 15:01:05 -0700
  • e406e6e8f4 etcdctl/ctlv3: add 'prev-kv' flag to watch command Gyu-Ho Lee 2016-10-07 14:23:09 -0700
  • 2fa2c6284e clientv3: add 'prevKV' field to watch request Gyu-Ho Lee 2016-10-07 14:22:58 -0700
  • 2862c4fa12 v3rpc: implement 'prev-kv' watch Gyu-Ho Lee 2016-10-07 14:22:19 -0700
  • 6f89fbf8b5 etcdserver: use mvcc.WatchableKV for prev-kv watch Gyu-Ho Lee 2016-10-07 14:21:39 -0700
  • 6ae7ec9a3f *: regenerate proto Gyu-Ho Lee 2016-10-07 14:21:19 -0700
  • 4a35b1b20a etcdserverpb: add 'prev_kb' to WatchCreateRequest Gyu-Ho Lee 2016-10-07 14:20:46 -0700
  • c859c97ee2 mvccpb: add 'prev_kv' field Gyu-Ho Lee 2016-10-07 14:19:59 -0700
  • ac4d39cfb0 Merge pull request #6583 from sinsharat/windows_etcd3.0.1_etcdctlv2api_issue_fix Xiang Li 2016-10-07 13:58:57 -0700
  • 3f60ee0d27 Merge pull request #6590 from gyuho/etcdserver Gyu-Ho Lee 2016-10-07 13:39:37 -0700
  • a091c629e1 version: bump to v3.0.11+git Gyu-Ho Lee 2016-10-07 13:25:21 -0700
  • e011ea25ca etcdserver: separate EtcdServer from raftNode Gyu-Ho Lee 2016-10-07 13:18:39 -0700
  • e1e16d9b28 Merge pull request #6608 from gyuho/news Gyu-Ho Lee 2016-10-07 12:43:17 -0700
  • 96de94a584 version: bump to v3.0.11 v3.0.11 Gyu-Ho Lee 2016-10-07 11:27:48 -0700
  • ab2a20402e NEWS: add 'prev-kv' feature for upcoming v3.0.11 Gyu-Ho Lee 2016-10-07 11:15:16 -0700
  • e9cd8410d7 integration: add 'prevKV' to TestV3DeleteRange Gyu-Ho Lee 2016-10-07 11:03:19 -0700
  • e37ede1d2e etcdserver: handle 'PrevKV' Gyu-Ho Lee 2016-10-07 11:00:48 -0700
  • 4420a29ac4 etcdctl/ctlv3: add 'prev-kv' flag Gyu-Ho Lee 2016-10-07 10:56:06 -0700
  • 0544d4bfd0 clientv3: add WithPrevKV OpOption Gyu-Ho Lee 2016-10-07 10:54:45 -0700
  • fe7379f102 clientv3: add Op.prevKV Gyu-Ho Lee 2016-10-07 10:51:01 -0700
  • c76df5052b *: update proto to add 'prev_kv' Gyu-Ho Lee 2016-10-07 10:47:47 -0700
  • 3299cad1c3 *: add put prevkv Xiang Li 2016-07-05 17:08:09 -0700
  • 71f8f3ceb6 Merge pull request #6607 from glevand/for-merge-typo Gyu-Ho Lee 2016-10-07 10:31:38 -0700
  • f1437a8932 Documentation: Minor typo fix Geoff Levand 2016-10-07 10:17:43 -0700
  • 75f812eaa3 etcdctlv2: windows compatibility issue fix for etcd v3.0.1 sharat 2016-10-07 22:15:30 +0530
  • 4e4140040a Merge pull request #6602 from nekto0n/watchable_store_bench Xiang Li 2016-10-07 09:13:44 -0700
  • e2bd6f2213 Merge pull request #6601 from nekto0n/interval_tree_fast_stab Xiang Li 2016-10-07 09:13:23 -0700
  • f3cdfcdcf4 Merge pull request #6486 from glevand/for-merge-arm64 Xiang Li 2016-10-06 17:53:10 -0700
  • 686282393d Merge pull request #6600 from heyitsanthony/report Anthony Romano 2016-10-06 17:14:08 -0700
  • e7d8292cd1 benchmark: add --precise flag Anthony Romano 2016-10-06 16:17:47 -0700
  • 3d28faa3eb pkg/report, tools/benchmark: refactor report out of tools/benchmark Anthony Romano 2016-10-06 15:58:24 -0700
  • ea9e857eb9 Merge pull request #6599 from fanminshi/lease_error_type_fix fanmin shi 2016-10-06 15:47:51 -0700
  • cbbd1f0f44 Merge pull request #6598 from xiang90/cleanup Xiang Li 2016-10-06 15:30:04 -0700
  • a862fd9f0f Lease: Add lease errors to togRPCError() fanmin shi 2016-10-06 14:29:31 -0700
  • 10cafe56b8 v3rpc: return nil as error explicitly Xiang Li 2016-10-06 14:14:43 -0700
  • 4a5fa261c6 Merge pull request #6596 from gyuho/protect-TTL Gyu-Ho Lee 2016-10-06 11:41:51 -0700
  • 65ac718a11 etcdserver: use 'TTL()' on lease.Lease Gyu-Ho Lee 2016-10-06 10:34:39 -0700
  • 5adca4a720 lease, leasehttp: add TTL() method Gyu-Ho Lee 2016-10-06 10:31:36 -0700
  • 9970ded79f mvcc: add BenchmarkWatchableStoreTxnPut benchmark Nikita Vetoshkin 2016-10-06 22:44:25 +0500
  • eae70c9379 adt: fast path Stab in empty interval tree Nikita Vetoshkin 2016-10-06 22:41:33 +0500
  • b8079b7fc0 Merge pull request #6594 from heyitsanthony/e2e-etcdctl-timeout Anthony Romano 2016-10-06 10:40:46 -0700
  • fa1e28102e Merge pull request #5316 from ajityagaty/too_many_allocs Xiang Li 2016-10-06 09:47:59 -0700
  • e28706d9e2 e2e: print correct timeout for etcdctl tests Anthony Romano 2016-10-06 09:18:41 -0700
  • cc04d80b09 Merge pull request #6578 from glevand/for-merge-serial Xiang Li 2016-10-05 19:28:15 -0700
  • 54c252ee63 clientv3/kv_test: Fix quota test Geoff Levand 2016-10-05 16:41:06 -0700
  • 84d2ff93b0 integration/v3_grpc_test: Fix quota tests Geoff Levand 2016-10-05 16:41:06 -0700
  • de8adc9e03 e2e/ctl_v3_alarm_test: Fix quota test Geoff Levand 2016-10-05 16:41:06 -0700
  • 8c60a532a6 e2e/ctl_v3_alarm_test: Use fixed small buf size Geoff Levand 2016-10-05 16:41:06 -0700
  • beb194967e Documentation: Improve quota example Geoff Levand 2016-10-05 16:41:06 -0700
  • bdbb32dfe8 Documentation: Set ETCDCTL_API for v3 features Geoff Levand 2016-10-05 16:41:06 -0700
  • b65a2cec18 Documentation: Clearify Space quota section Geoff Levand 2016-10-05 16:41:06 -0700
  • f0469f7f25 Merge pull request #6570 from xiang90/lease_expire Xiang Li 2016-10-05 15:49:45 -0700
  • 3cbc5285e0 test: Run integration pass in series Geoff Levand 2016-10-05 15:35:14 -0700
  • 0f0c048e29 etcdserver: fix early lessor promotion issue Xiang Li 2016-10-05 14:24:03 -0700
  • 279c103517 lease: fix lease expire and add a test Xiang Li 2016-10-03 16:01:56 +0800
  • 7f0d5946ff Merge pull request #6589 from heyitsanthony/etcdctl-lock-one-session Anthony Romano 2016-10-05 14:36:11 -0700
  • d9ab018c49 integration: test a canceled watch won't return a closing error Anthony Romano 2016-10-04 14:47:40 -0700
  • e853451cd2 clientv3: only return closing error to watcher if context is not canceled Anthony Romano 2016-10-04 16:09:50 -0700
  • b980ab0c67 Merge pull request #6582 from heyitsanthony/fix-cancel-close Anthony Romano 2016-10-05 13:37:29 -0700
  • f2af08f5aa etcdctl: remove superfluous session in lock command Anthony Romano 2016-10-05 13:30:36 -0700
  • 1becf9d2f5 clientv3: fix race on watch initial revision Anthony Romano 2016-10-05 09:36:06 -0700
  • f67f8d3b31 Merge pull request #6587 from heyitsanthony/watch-fix-revrace Anthony Romano 2016-10-05 10:55:31 -0700
  • d5cd563ce7 Merge pull request #6572 from glevand/for-merge-release_pass Xiang Li 2016-10-05 09:42:16 -0700
  • 06d5cf2d52 clientv3: fix race on watch initial revision Anthony Romano 2016-10-05 09:36:06 -0700
  • e285f599e2 clientv3: only return closing error to watcher if context is not canceled Anthony Romano 2016-10-04 16:09:50 -0700
  • 1a712cf187 clientv3: make IsProgressNotify() false on compact event and closed channel Anthony Romano 2016-09-28 16:47:33 -0700
  • 023f335f67 wal: set PageWriter offset in file encoder Gyu-Ho Lee 2016-09-28 11:03:24 -0700
  • bf0da78b63 pkg/ioutil: configure pageOffset in NewPageWriter Gyu-Ho Lee 2016-09-28 09:41:24 -0700
  • e8473850a2 integration: test canceling watchers when disconnected Anthony Romano 2016-09-23 16:40:29 -0700
  • b836d187fd clientv3: simplify watch synchronization Anthony Romano 2016-09-23 16:47:25 -0700
  • 8e1c989ec3 integration: test a canceled watch won't return a closing error Anthony Romano 2016-10-04 14:47:40 -0700
  • 98897b7603 Merge pull request #6580 from spoonben/fix-404-docs Gyu-Ho Lee 2016-10-04 13:54:10 -0700
  • 25f1088edd test: Fixes for release_pass Geoff Levand 2016-10-04 13:42:53 -0700
  • 9c5a32eb7a docs: link directly to github procfile Ben Spoon 2016-10-04 13:41:59 -0700
  • 5269bbd277 Merge pull request #6513 from gyuho/manual Gyu-Ho Lee 2016-10-04 13:31:43 -0700
  • dc8bf26cd8 raft: refactor inflight Xiang Li 2016-04-01 14:48:07 -0700
  • 19122b463e Merge pull request #6525 from heyitsanthony/watcher-disconn Anthony Romano 2016-10-04 11:21:12 -0700
  • 02f557068e Merge pull request #6576 from xiang90/fix_doc Xiang Li 2016-10-04 10:32:37 -0700
  • 904e5090fd doc: build should work for non-github users Xiang Li 2016-10-04 10:26:51 -0700
  • 5b50658118 clientv3: simplify watch synchronization Anthony Romano 2016-09-23 16:47:25 -0700
  • 9ce398f8a6 integration: test canceling watchers when disconnected Anthony Romano 2016-09-23 16:40:29 -0700
  • 33e4f2ea28 Merge pull request #6563 from gyuho/gen-proto Gyu-Ho Lee 2016-10-03 15:54:38 -0700