Commit Graph

  • dea2516177 v3client: fix doc to use e.Server Anthony Romano 2017-03-15 09:17:17 -07:00
  • 8f83d11724 Merge pull request #7499 from heyitsanthony/fix-etcdctl-add-member-env Anthony Romano 2017-03-15 08:59:04 -07:00
  • 27960911af Merge pull request #7500 from heyitsanthony/fix-balancer-test-leak Anthony Romano 2017-03-15 08:58:04 -07:00
  • 7a6b61cd6f Merge pull request #7504 from heyitsanthony/fix-watch-wait Anthony Romano 2017-03-15 08:57:14 -07:00
  • df839f3b7f Merge pull request #7497 from xiang90/fix_candidate Xiang Li 2017-03-14 20:10:02 -07:00
  • 3e86779ad5 ctlv3: ensure synced member list before printing env vars on member add Anthony Romano 2017-03-14 13:31:09 -07:00
  • b36734f1d3 clientv3: synchronize on goroutines in TestBalancerDoNotBlockOnClose Anthony Romano 2017-03-14 14:03:32 -07:00
  • 18a813a9fe Merge pull request #7496 from heyitsanthony/v3client-doc Anthony Romano 2017-03-14 19:50:01 -07:00
  • a087325452 clientv3: close open watch channel if substream is closing on reconnect Anthony Romano 2017-03-14 17:00:22 -07:00
  • 7f0733cf46 etcdserver: candidate should wait for applying all configuration changes Xiang 2017-03-14 11:25:02 -07:00
  • eed4a3f035 Merge pull request #7502 from gyuho/scripts Gyu-Ho Lee 2017-03-14 17:00:01 -07:00
  • a9588952a0 test: mask go1.8 gosimple warnings Gyu-Ho Lee 2017-03-14 14:45:03 -07:00
  • ace3a217b0 Merge pull request #7483 from fanminshi/add_tests_to_mutex fanmin shi 2017-03-14 13:01:47 -07:00
  • 276039e835 integration: add TestMutexWaitsOnCurrentHolder test fanmin shi 2017-03-10 17:01:45 -08:00
  • 01d1a579bc v3client: add example and godoc New Anthony Romano 2017-03-14 10:50:41 -07:00
  • 781196fa87 Merge pull request #7495 from heyitsanthony/more-cov Anthony Romano 2017-03-14 09:31:01 -07:00
  • e3218e2dd1 test: add coverage for more packages Anthony Romano 2017-03-13 23:58:29 -07:00
  • 1a6be700d8 Merge pull request #7444 from heyitsanthony/lock-service Anthony Romano 2017-03-14 00:01:34 -07:00
  • 148c923c72 Merge pull request #7492 from heyitsanthony/simpletokenttl-deadlock Hitoshi Mitake 2017-03-14 14:01:23 +09:00
  • 4409932132 auth: test concurrent authentication Anthony Romano 2017-03-13 16:44:27 -07:00
  • 1b1fabef8f auth: get rid of deadlocking channel passing scheme in simpleTokenTTL Anthony Romano 2017-03-13 15:36:40 -07:00
  • 3a61fe596b Merge pull request #7423 from purpleidea/feat/clientv3util-examples fanmin shi 2017-03-13 17:26:57 -07:00
  • 94d5936180 Update example_key_test.go fanmin shi 2017-03-13 16:54:26 -07:00
  • 0fa924ac0b etcdserver: fix racey raft log snap term look-up Gyu-Ho Lee 2017-03-13 16:04:36 -07:00
  • 7b541f9003 Merge pull request #7491 from heyitsanthony/learning-api Anthony Romano 2017-03-13 15:39:04 -07:00
  • 300323fa50 integration: test grpc lock service Anthony Romano 2017-03-07 14:16:28 -08:00
  • ad1a790116 embed: serve lock api Anthony Romano 2017-03-07 13:29:04 -08:00
  • c737bf3d2a scripts: generate lock service rpc stubs Anthony Romano 2017-03-07 11:52:25 -08:00
  • 47cd9d0277 v3lock: server-side api for locking Anthony Romano 2017-03-06 23:42:11 -08:00
  • 763a37d3f1 v3client: a bridge between an etcdserver and a clientv3 Anthony Romano 2017-03-06 23:25:11 -08:00
  • d51c8bb640 concurrency: support returning response header for mutex Anthony Romano 2017-03-07 13:11:05 -08:00
  • a2cdd908dc clientv3: permit creating client without grpc connection Anthony Romano 2017-03-06 23:17:52 -08:00
  • b025cdd097 adapter, integration: split out grpc adapters from grpcproxy package Anthony Romano 2017-03-09 20:39:47 -08:00
  • 90b5f3587d doc/learning: complete the api guide Anthony Romano 2017-03-10 16:11:39 -08:00
  • 5193965005 Merge pull request #7481 from heyitsanthony/testafter-clientv3 Xiang Li 2017-03-13 13:25:52 -07:00
  • 34fca0caa9 Merge pull request #7476 from gyuho/NEWS Gyu-Ho Lee 2017-03-13 13:17:52 -07:00
  • 312ac5824f Merge pull request #7486 from oberstet/doc-integr-add-txaio-etcd Xiang Li 2017-03-13 11:42:08 -07:00
  • d051b3b4e4 Documentation: add txaio-etcd to integrations Tobias Oberstein 2017-03-10 19:02:02 +01:00
  • 0847849c02 Merge e2e376e5456309462ac3094bca67aa7e78fc9411 into 76aa7f69357420f1802d4d959ade999e63269942 Dr. Stefan Schimanski 2017-03-13 15:41:12 +00:00
  • 402e776222 fase fix : remove the useless arg lza@arthur 2017-03-13 16:43:53 +08:00
  • 1505f36ef1 Merge pull request #1 from coreos/master Arthur-Lee 2017-03-13 16:41:52 +08:00
  • aec2c28e6a Merge 64af5a61d863eb7c9a7593bb196cc74038940754 into 7e4fc7eaa931298732c880a703bccc9c177ae1de xiaohuang 2017-03-13 01:31:15 +00:00
  • 76aa7f6935 Merge pull request #7479 from heyitsanthony/auth-admin-nilcheck Xiang Li 2017-03-11 23:30:33 -08:00
  • bf0aa68f89 Merge pull request #7480 from raoofm/patch-10 Xiang Li 2017-03-11 23:29:59 -08:00
  • ae106f8cfd Merge b9e3ff213cec3b7cec201e757a39688ff3209d25 into fbcc6db64c3f50709751abf97f7e7d8a23bee5b6 Louis Taylor 2017-03-11 01:05:51 +00:00
  • fbcc6db64c Merge pull request #7482 from gyuho/lll Gyu-Ho Lee 2017-03-10 17:05:40 -08:00
  • 60bdc47fa0 discovery: fix print format Gyu-Ho Lee 2017-03-10 15:04:46 -08:00
  • 38f27599b9 op-guide: update gateway routing policy Raoof Mohammed 2017-03-10 14:37:21 -05:00
  • 593489d454 clientv3: use CheckAfterTest after terminating cluster Anthony Romano 2017-03-10 12:21:44 -08:00
  • eb6a47f87e testutil: add CheckAfterTest for calling AfterTest without a testing.T Anthony Romano 2017-03-10 12:18:24 -08:00
  • 52bc997e0b auth: nil check AuthInfo when checking admin permissions Anthony Romano 2017-03-10 11:07:11 -08:00
  • d0d3c768d9 Merge pull request #7478 from hubt/patch-2 Xiang Li 2017-03-10 10:37:59 -08:00
  • 9c9156b478 doc: add branch.io use case into production users Hubert Chen 2017-03-10 10:01:05 -08:00
  • bacb09f0c7 fix merge conflict Hubert Chen 2017-03-10 09:19:19 -08:00
  • b744cecd20 NEWS: update v3.1.3 Gyu-Ho Lee 2017-03-10 09:19:12 -08:00
  • 0d851e49e3 Merge pull request #7475 from xiang90/baidu Xiang Li 2017-03-10 09:08:21 -08:00
  • e7f230e10c doc: add branch.io use case into production users Hubert Chen 2017-03-10 08:04:22 -08:00
  • debeccd605 doc: fix title size Xiang 2017-03-10 09:06:25 -08:00
  • c848ee9d86 Merge pull request #7473 from xiang90/baidu Xiang Li 2017-03-10 09:05:21 -08:00
  • 21fdcc6443 version: bump up to 3.1.3 v3.1.3 Gyu-Ho Lee 2017-03-10 09:05:16 -08:00
  • 0a692b0524 Merge pull request #7443 from fanminshi/fix_balancer_deadlock Xiang Li 2017-03-10 07:48:47 -08:00
  • 911ae60edf doc: add Baidu Waimai Xiang 2017-03-10 07:22:31 -08:00
  • 0c38f1ff8d Merge pull request #7469 from gyuho/manual Gyu-Ho Lee 2017-03-09 13:09:04 -08:00
  • 0a9e2fe1f2 Documentation: add huawei product user Hardy Simpson 2017-03-06 21:47:10 +08:00
  • 9afe4e87fd Merge pull request #7453 from allencloud/use-case-daocloud-io fanmin shi 2017-03-09 12:24:15 -08:00
  • 310641630e clientv3: send frst down() func after recieving first notified addr fanmin shi 2017-03-09 12:13:42 -08:00
  • 8baaa06cce clientv3: serialize updating notifych in balancer fanmin shi 2017-03-08 13:39:11 -08:00
  • 8d122e7011 etcdmain: SdNotify when gateway, grpc-proxy are ready Gyu-Ho Lee 2017-03-09 09:11:43 -08:00
  • 5351953425 Merge pull request #7467 from gyuho/sd-notify Gyu-Ho Lee 2017-03-09 11:23:58 -08:00
  • 01dd60c0f7 etcdmain: SdNotify when gateway, grpc-proxy are ready Gyu-Ho Lee 2017-03-09 09:11:43 -08:00
  • ad1d48b73d Merge pull request #7014 from gyuho/auto-sync-grpc-proxy Gyu-Ho Lee 2017-03-09 09:35:59 -08:00
  • c8ea343a76 Merge pull request #7463 from heyitsanthony/cov-buildi Anthony Romano 2017-03-09 09:15:22 -08:00
  • 4d69d9663b Documentation/op-guide: document grpcproxy sync Gyu-Ho Lee 2017-02-27 17:11:30 -08:00
  • 095407df58 etcdmain: add register,resolver flags Gyu-Ho Lee 2017-02-27 17:09:36 -08:00
  • f862b47e92 grpcproxy: configure register to Cluster API Gyu-Ho Lee 2017-02-27 17:08:35 -08:00
  • 5f4412996d clientv3: define error type for closed watcher Gyu-Ho Lee 2017-02-27 17:07:13 -08:00
  • ddcf14102e Merge pull request #7105 from heyitsanthony/mvcc-txn Anthony Romano 2017-03-09 00:25:16 -08:00
  • 889dd1b22f clientv3util: Add KeyExists and KeyMissing examples James Shubin 2017-03-05 22:22:25 -05:00
  • dbf654cf77 test: install packages when building coverage tests Anthony Romano 2017-03-08 22:24:16 -08:00
  • 8bc6cea90c doc: Add daocloud.io to production users allencloud 2017-03-08 22:20:28 +08:00
  • d1dcc828c8 etcdctl: support mvcc txn Anthony Romano 2017-02-13 09:38:54 -08:00
  • 0ed3c83e49 benchmark: support mvcc txn Anthony Romano 2017-01-05 01:16:15 -08:00
  • 58da8b17ee etcdserver: support mvcc txn Anthony Romano 2017-01-05 01:13:47 -08:00
  • f0c184b3a2 lease: support mvcc txn Anthony Romano 2017-01-04 22:30:03 -08:00
  • 33acbb694b mvcc: txns and r/w views Anthony Romano 2017-01-04 17:01:31 -08:00
  • 8d438c2939 backend: readtx Anthony Romano 2017-01-05 02:07:50 -08:00
  • 39dc5315ed Merge pull request #7461 from heyitsanthony/fix-member-remove Anthony Romano 2017-03-08 20:21:57 -08:00
  • cd7d68fed0 Merge pull request #7458 from reterVision/patch-1 Xiang Li 2017-03-08 19:59:31 -08:00
  • e4f40f6554 Merge pull request #7462 from gyuho/typo Gyu-Ho Lee 2017-03-08 16:41:18 -08:00
  • beb58c434c *: fix minor typos Gyu-Ho Lee 2017-03-08 16:21:52 -08:00
  • 7f94afdb8c Documentation: add Grab etcd use case Brandon Gao 2017-03-08 10:31:01 -08:00
  • 13e36f963d e2e: don't remove member used to connect to etcd cluster Anthony Romano 2017-03-08 13:39:37 -08:00
  • e016015196 Merge pull request #7455 from gyuho/release-doc Gyu-Ho Lee 2017-03-08 15:57:30 -08:00
  • ade1d97893 lease: guard 'Lease.itemSet' from concurrent writes Gyu-Ho Lee 2017-03-08 10:18:19 -08:00
  • 1300189581 gateway: fix the dns discovery method Boris Dudelsack 2017-03-08 19:00:11 +01:00
  • 1bcbd82c8b Merge pull request #7457 from gyuho/lease-guard Gyu-Ho Lee 2017-03-08 14:48:00 -08:00
  • 7a25257fb2 clientv3: close balancer to avoid goroutine leak in balancer_test.go fanmin shi 2017-03-08 13:37:18 -08:00
  • 9713b1f3ef Merge pull request #7454 from bdudelsack/gateway-dns-discovery Anthony Romano 2017-03-08 13:07:59 -08:00
  • 234c4b1685 Documentation: sign source zip files Gyu-Ho Lee 2017-03-08 09:22:46 -08:00
  • 1edbd10ea6 wal: only consider a wal directory as Existing if it has wal files Anthony Romano 2017-03-08 11:10:42 -08:00