Commit Graph

  • 2734916870 etcd-tester: fix tester Gyu-Ho Lee 2016-05-20 16:24:13 -07:00
  • 394ce5f3b8 mvcc: move blocked unsynced watchers to victim list Anthony Romano 2016-05-20 00:09:03 -07:00
  • 5984e46364 mvcc: move blocked sync watcher work to victim list Anthony Romano 2016-05-19 23:23:51 -07:00
  • c9264c5e65 rafthttp: replace append with pre-allocated slice Gyu-Ho Lee 2016-05-20 15:20:55 -07:00
  • f8528144d8 Add initial OpenTracing instrumentation Brandon Gonzalez 2016-04-22 02:23:48 -04:00
  • 1226946e2d Merge pull request #5423 from purpleidea/feat/typos3 Xiang Li 2016-05-20 14:45:20 -07:00
  • 374b3ee40b clientv3: fix typo James Shubin 2016-05-20 16:47:13 -04:00
  • 4c36054610 Merge pull request #5420 from purpleidea/feat/typos2 Gyu-Ho Lee 2016-05-20 11:30:38 -07:00
  • 20793a29e3 version: bump to v2.3.5+git Gyu-Ho Lee 2016-05-20 11:11:05 -07:00
  • edca3cbe44 clientv3: Fix typos James Shubin 2016-05-20 13:19:09 -04:00
  • a535dc994b version: bump to v2.3.5 v2.3.5 Gyu-Ho Lee 2016-05-20 10:36:58 -07:00
  • 46d347812b etcdserver: wait for snapshots before closing raft Anthony Romano 2016-05-17 14:16:29 -07:00
  • 1d12212e60 etcdserver: stop raft after stopping apply scheduler Anthony Romano 2016-04-22 17:13:57 -07:00
  • 1f17d7204e etcdsever: fix the leaky snashot routine issue Xiang Li 2016-04-21 08:48:11 -07:00
  • 198664e49c Documentation/v2: fix typo for updating a member Gyu-Ho Lee 2016-05-17 11:41:35 -07:00
  • ee872bb7ca Documentation/v2: fix auth_api.md bug xiaohuang 2016-05-13 12:25:40 +08:00
  • 8c9a3c55bd raft: do not panic when removing all the nodes from cluster Xiang Li 2016-05-16 09:58:57 -07:00
  • 6f1ceee9a3 v2http: allow empty role for GET /users Gyu-Ho Lee 2016-05-06 10:41:12 -07:00
  • 0b34b236d6 mvcc: benchmark for synced watchers Anthony Romano 2016-05-19 23:22:03 -07:00
  • 751d5fa486 Merge pull request #5414 from swingbach/master Xiang Li 2016-05-19 23:15:15 -07:00
  • ff9d16a2e0 raft: fix tiny mistake of message type swingbach@gmail.com 2016-05-20 14:04:08 +08:00
  • 855dd23341 Merge b27bf41d504daef09fa4d48c25d1ed12095a5df9 into 4ee60d66716cd6b628d39919a15a5a4839934b06 Hitoshi Mitake 2016-05-20 05:35:33 +00:00
  • 4ee60d6671 Merge pull request #5413 from mitake/test Xiang Li 2016-05-19 21:58:14 -07:00
  • 1727f278f2 test: remove a directory correctly Hitoshi Mitake 2016-05-20 13:41:06 +09:00
  • e9f3e809a6 Merge pull request #5409 from xiang90/doc Xiang Li 2016-05-19 16:54:10 -07:00
  • 628a38d906 etcdctl: add migrate command into readme Xiang Li 2016-05-19 15:24:23 -07:00
  • 82c6408f38 Merge pull request #5406 from gyuho/clientv3_slice Gyu-Ho Lee 2016-05-19 14:57:19 -07:00
  • fa1e40c120 clientv3/concurrency: preallocate slice in stm Gyu-Ho Lee 2016-05-19 14:42:19 -07:00
  • 8c17674cda Merge pull request #5404 from gyuho/watch_optimize Gyu-Ho Lee 2016-05-19 14:08:37 -07:00
  • be4fb634a1 Merge pull request #5279 from gyuho/demo Gyu-Ho Lee 2016-05-19 14:03:27 -07:00
  • aa85cf037f mvcc: remove defer in watchable store Gyu-Ho Lee 2016-05-19 13:51:51 -07:00
  • 54536af135 Merge pull request #5405 from gyuho/watch_client Xiang Li 2016-05-19 13:21:44 -07:00
  • f9306fb817 clientv3: preallocate watch streams slice Gyu-Ho Lee 2016-05-19 12:55:55 -07:00
  • edb11881f8 Merge pull request #5391 from xiang90/migrate Xiang Li 2016-05-19 12:33:11 -07:00
  • 6f2e7875aa etcdctl: add migrate command Xiang Li 2016-05-16 14:40:52 -07:00
  • 61a7d3efb3 Merge pull request #5392 from gyuho/watch_bench Gyu-Ho Lee 2016-05-19 10:12:24 -07:00
  • 9ca84e814f benchmark: fix watch command Gyu-Ho Lee 2016-05-19 09:57:35 -07:00
  • 8e4a83c830 Merge pull request #5400 from rkrambovitis/patch-2 Xiang Li 2016-05-19 08:07:27 -07:00
  • 38ebb6b475 doc: fix https omission in documentation. Robert Krambovitis 2016-05-19 18:04:52 +03:00
  • a736bbb9d0 fix watcher Remove QLeelulu 2016-05-19 22:11:24 +08:00
  • e2e376e545 Add --keep-cluster-id and --node-id to 'etcdctl backup' Dr. Stefan Schimanski 2016-05-19 15:35:43 +02:00
  • 9ea181e561 Merge pull request #5388 from swingbach/master Xiang Li 2016-05-19 06:59:35 -07:00
  • acbf268f6a Should be https here Robert Krambovitis 2016-05-19 13:56:36 +03:00
  • f13eaac7c3 integration: call waitLeader() before sending requests in TestIssue2746 Hitoshi Mitake 2016-05-19 17:20:32 +09:00
  • 1e54117580 raft: add more comments for dueling candidates test case swingbach@gmail.com 2016-05-19 10:38:10 +08:00
  • c703ccab63 raft: add more assertions for dueling candidates test case swingbach@gmail.com 2016-05-18 14:20:02 +08:00
  • 62b4d1cef7 Merge pull request #5394 from heyitsanthony/clientv3-no-close-conn Anthony Romano 2016-05-18 15:52:21 -07:00
  • e4a2dcad9e clientv3/integration: ignore closing transport in TestKVPutStoppedServerAndClose Anthony Romano 2016-05-18 14:49:39 -07:00
  • 782a8802c0 clientv3: avoid reusing closed connection in KV Anthony Romano 2016-05-18 14:46:17 -07:00
  • 26783f51b1 Documentation: add animated quick demo Gyu-Ho Lee 2016-05-18 11:26:08 -07:00
  • dc073e1aa7 Merge pull request #5383 from gyuho/kvstore_byte_pool Gyu-Ho Lee 2016-05-18 10:32:33 -07:00
  • 77775e8e92 mvcc: preallocate bytes buffer for saveIndex Gyu-Ho Lee 2016-05-18 09:42:37 -07:00
  • b27bf41d50 *: do permission check in raft leader Hitoshi Mitake 2016-05-17 15:20:50 +09:00
  • dfabddd1f4 Merge ad25964c0cb40934d7d99b09ec2db42f839ffd4f into 90498b37567be0abadea826ae1c768dfe300fd4a swingbach 2016-05-18 06:12:54 +00:00
  • ad25964c0c add more assertion on dueling candidates test case swingbach@gmail.com 2016-05-18 14:20:02 +08:00
  • 90498b3756 Merge pull request #5385 from gyuho/fix_backup_test Gyu-Ho Lee 2016-05-17 21:57:52 -07:00
  • f2b2e0761a e2e: wait for member publishing after backup Gyu-Ho Lee 2016-05-17 21:21:34 -07:00
  • 81b4e6d332 Merge pull request #5384 from mitake/genproto Gyu-Ho Lee 2016-05-17 20:49:36 -07:00
  • db9ccb75bf scripts: pass -u to go get in genproto.sh Hitoshi Mitake 2016-05-18 11:35:06 +09:00
  • 7678fc153a Merge pull request #5382 from gyuho/rafthttp_timeout Gyu-Ho Lee 2016-05-17 16:22:02 -07:00
  • d20cb40f4f rafthttp: fix TestSendMessageWhenStreamIsBroken Gyu-Ho Lee 2016-05-17 16:03:54 -07:00
  • ecf192556e Merge pull request #5380 from gyuho/backup_e2e_test Gyu-Ho Lee 2016-05-17 15:56:24 -07:00
  • 06950e41b4 e2e: v2 backup test Gyu-Ho Lee 2016-05-17 14:40:29 -07:00
  • fb8d12a9cd Merge pull request #5379 from heyitsanthony/fix-snapshot-close-wal Anthony Romano 2016-05-17 15:19:41 -07:00
  • 73204e9637 etcdserver: wait for snapshots before closing raft Anthony Romano 2016-05-17 14:16:29 -07:00
  • 1a06f5dab5 Merge pull request #5359 from mischief/bolt-openbsd Anthony Romano 2016-05-17 13:32:37 -07:00
  • f65331b456 Merge pull request #5376 from gyuho/e2e_typo Gyu-Ho Lee 2016-05-17 13:29:58 -07:00
  • 00a2dca619 Merge pull request #5378 from gyuho/boltdb_update Gyu-Ho Lee 2016-05-17 13:26:29 -07:00
  • 86c85b88ad Merge pull request #5377 from purpleidea/bug/typos Gyu-Ho Lee 2016-05-17 12:51:13 -07:00
  • dd8e81070a e2e: add force-new-cluster flag Gyu-Ho Lee 2016-05-17 12:48:26 -07:00
  • 63e6228a0b e2e: fix typo(isClientAuthTLS to isClientAutoTLS) Gyu-Ho Lee 2016-05-17 12:47:21 -07:00
  • e4e4c9dc2c mvcc: set bolt options to nil for non-linux systems Nick Owens 2016-05-14 15:46:35 -07:00
  • bc5f626e56 vendor: update boltdb to v1.2.1 Gyu-Ho Lee 2016-05-17 12:42:38 -07:00
  • 42f3b4964f clientv3: fix typos James Shubin 2016-05-17 15:39:56 -04:00
  • 0269afd643 Merge pull request #5375 from gyuho/admin_guide_typo Gyu-Ho Lee 2016-05-17 11:47:09 -07:00
  • e2fe80393e Documentation/v2: fix typo for updating a member Gyu-Ho Lee 2016-05-17 11:41:35 -07:00
  • 3c78523643 Merge pull request #5373 from gyuho/table-write-out Gyu-Ho Lee 2016-05-17 10:46:50 -07:00
  • 6a0148e214 Documentation: write-out=table for v3 commands Gyu-Ho Lee 2016-05-17 10:39:23 -07:00
  • 3c8301358c Merge pull request #5371 from gyuho/auth_doc Gyu-Ho Lee 2016-05-17 10:22:12 -07:00
  • 21c9da1ed4 Documentation/v2: fix auth_api.md bug xiaohuang 2016-05-13 12:25:40 +08:00
  • 7014f6861d Merge pull request #5361 from mitake/auth-v3-token-credential Xiang Li 2016-05-16 21:45:44 -07:00
  • 6259318521 *: attach auth token as a gRPC credential Hitoshi Mitake 2016-05-13 00:43:42 -07:00
  • 327b01169c Merge pull request #5353 from heyitsanthony/clientv3-throttle-reconn Anthony Romano 2016-05-16 13:41:28 -07:00
  • f6e5fe6877 Merge pull request #5368 from heyitsanthony/sshot-hash Anthony Romano 2016-05-16 13:09:02 -07:00
  • 798718c49b etcdctl: verify snapshot hash on restore Anthony Romano 2016-05-16 09:41:54 -07:00
  • ac2e3e43bf v3rpc: add sha trailer to snapshot Anthony Romano 2016-05-16 08:59:44 -07:00
  • e8101ddf09 clientv3: throttle reconnection rate Anthony Romano 2016-05-13 13:24:30 -07:00
  • 3c3bb3f97c godep: add golang.org/x/time/rate Anthony Romano 2016-05-13 13:43:22 -07:00
  • a663828a32 Merge pull request #5366 from xiang90/fix_restore Xiang Li 2016-05-16 10:45:48 -07:00
  • 29c77dee74 Merge pull request #5298 from purpleidea/feat/newurlsmap Xiang Li 2016-05-16 10:39:14 -07:00
  • 8ffbaef502 Merge pull request #5364 from heyitsanthony/fix-election-wait Anthony Romano 2016-05-16 10:30:17 -07:00
  • e52fc2d07e Merge pull request #5363 from heyitsanthony/fix-test-wait Anthony Romano 2016-05-16 10:28:45 -07:00
  • 910781ef5b raft: do not panic when removing all the nodes from cluster Xiang Li 2016-05-16 09:58:57 -07:00
  • c21b885dd5 integration: fix TestElectionWait Anthony Romano 2016-05-16 07:32:42 -07:00
  • e312bb675c test: fix wait on integration tests Anthony Romano 2016-05-16 06:32:38 -07:00
  • 21e65856a0 Merge 236a62f0cc3d26b11f086c5cb7e5fa4860493f45 into 46481b17fc745cb3b7aa682a24220e782d9ce6dd Gyu-Ho Lee 2016-05-15 08:15:41 +00:00
  • 46481b17fc Merge pull request #5356 from xiang90/grpc-proxy Xiang Li 2016-05-14 12:31:06 -07:00
  • 2d3a8541d0 Merge pull request #5355 from heyitsanthony/cluster-security-doc Anthony Romano 2016-05-14 10:44:06 -07:00
  • d41ce0a97c pkg/types: Add tests for NewURLsMapFromStringMap James Shubin 2016-05-11 10:48:27 -04:00
  • 17e23769d9 pkg/types: gofmt existing code James Shubin 2016-05-11 10:46:46 -04:00