Commit Graph

  • 937b2135d5 ETCDCTL: fix stdin for put command Sahdev P. Zala 2018-07-19 17:02:56 -04:00
  • e9f710e742
    Merge pull request #9934 from mbrannock/master Gyuho Lee 2018-07-19 13:48:40 -07:00
  • 520bd5084e integration, functional: Eliminate direct use of gRPC transport pkg Matt Brannock 2018-07-18 13:09:27 -07:00
  • f76cf959b2 Makefile: remove Go 1.9.7 Gyuho Lee 2018-07-19 10:23:44 -07:00
  • ac4d713506 CHANGELOG-3.3: add "Go 1.10.3" change Gyuho Lee 2018-07-19 10:23:30 -07:00
  • ffe52f74c0 e2e: log errors TestV3CurlCipherSuitesMismatch for now Gyuho Lee 2018-07-19 10:11:10 -07:00
  • 1da638c4dc Makefile: use Go 1.10.3 by default Gyuho Lee 2018-07-19 10:01:27 -07:00
  • 82ce873987 *: use Go 1.10.3 for testing Gyuho Lee 2018-07-19 09:56:59 -07:00
  • f830013615
    Merge pull request #9936 from jyparketc/fix_typo_in_readme Gyuho Lee 2018-07-19 06:12:16 -07:00
  • bd74c10fdb Documentation/etcd-mixin: fix typo in README.md Joonyoung Park 2018-07-19 19:10:46 +09:00
  • eef61324ed
    Merge pull request #9929 from jolson490/remove-http-alerts_from-mixin Gyuho Lee 2018-07-18 17:36:16 -07:00
  • 3826107af6 Documentation: removing alerts that were specific to etcd v2 Joshua Olson 2018-07-17 16:53:27 -04:00
  • bbe2d777b1
    lease: Add LessorConfig and wire zap logger into Lessor Joe Betz 2018-07-17 13:10:34 -07:00
  • 75ac18cd2d
    lease: Add and lease checkpoint protobuf types Joe Betz 2018-07-17 11:54:51 -07:00
  • a31f769387 add missed bash tag windforce 2018-07-12 11:16:18 +08:00
  • 32ac49ffa6 contrib/raftexample: fix backend storage loading from a snapshot Viacheslav Biriukov 2018-07-11 14:23:08 +01:00
  • 688043a7c2
    Merge pull request #9916 from gyuho/upgrade-doc-index Gyuho Lee 2018-07-11 06:59:41 -07:00
  • d9cde03fe0 Documentation/upgrades: update upgrade doc indexes Gyuho Lee 2018-07-10 15:29:45 -07:00
  • 89985659e1
    Merge 7305afbcac1bfd70de8e76e7089a9e6a5ae8a284 into db102de6753d8d541379479fd1920af6ff6fad02 Gyuho Lee 2018-07-10 20:48:36 +00:00
  • db102de675
    Merge pull request #9914 from gyuho/protoc Gyuho Lee 2018-07-10 10:30:50 -07:00
  • befc5cbb59 functional/scripts: use protoc 3.6.0 Gyuho Lee 2018-07-10 10:17:10 -07:00
  • 453db62d84 scripts/genproto: use protoc 3.6.0 Gyuho Lee 2018-07-10 10:16:37 -07:00
  • 8f84f72df0
    Merge pull request #9913 from gyuho/log Gyuho Lee 2018-07-09 13:21:56 -07:00
  • 3ac4d208ac embed: combine all info-print functions Gyuho Lee 2018-07-09 11:27:08 -07:00
  • 60c63fa34e etcdmain: remove version/system info print methods Gyuho Lee 2018-07-09 11:26:53 -07:00
  • ddf45cb958 etcdserver: remove configuration print methods Gyuho Lee 2018-07-09 11:26:23 -07:00
  • e23853a9ed
    Merge pull request #9910 from Cjen1/master Gyuho Lee 2018-07-09 09:39:13 -07:00
  • 9d96a24de1 benchmark: Create README.md Cjen1 2018-07-09 10:37:53 +01:00
  • f7b3017752
    Merge pull request #9467 from ouqiang/patch-1 Gyuho Lee 2018-07-06 10:29:58 -07:00
  • dbccfe06fb clientv3/balancer: debugging balancer test failures Gyuho Lee 2018-07-05 12:18:13 -07:00
  • 3e7d49079c
    Merge pull request #9906 from gyuho/dockerfile Gyuho Lee 2018-07-05 11:58:30 -07:00
  • 7e542078bc clientv3/balancer: skip "TestRoundRobinBalancedResolvableFailoverFromServerFail" for now Gyuho Lee 2018-07-05 11:57:45 -07:00
  • 6a16c7974a tests/e2e: handle cipher suite mismatch error in ubuntu Gyuho Lee 2018-07-05 10:50:07 -07:00
  • e388a4a1a1 mvcc: simplify increment "rrev" Gyuho Lee 2018-07-05 10:28:10 -07:00
  • 7aaaa0d82f raft: do not use underscore in var name Gyuho Lee 2018-07-05 10:25:47 -07:00
  • 9934034bb1 etcdserver: remove unnecessary if-statement Gyuho Lee 2018-07-05 10:25:00 -07:00
  • 0249c39cb3 raft: remove unnecessary type conversion Gyuho Lee 2018-07-05 10:12:45 -07:00
  • b01d560be0 tests/e2e: remove unnessary type conversion Gyuho Lee 2018-07-05 10:10:30 -07:00
  • bc18474029 mvcc: remove unnecessary type conversion Gyuho Lee 2018-07-05 10:09:53 -07:00
  • e714dd01b3 etcdserver: remove unnecessary type conversion Gyuho Lee 2018-07-05 10:08:56 -07:00
  • e1a978c3ce tests/Dockerfile: revert back to ubuntu Gyuho Lee 2018-07-05 10:07:11 -07:00
  • 0a31a2bac2 CHANGELOG: add Go versions, Watcher.RequestProgress Gyuho Lee 2018-07-05 09:43:28 -07:00
  • 1e5c381664
    Merge pull request #9903 from brancz/remove-http-alerts Xiang Li 2018-07-04 08:43:14 -07:00
  • 67ecea9709
    Documentation/op-guide: Remove HTTP alerts Frederic Branczyk 2018-07-04 09:04:47 +02:00
  • e4425ee79f CHANGELOG: add monitoring/metrics changes Gyuho Lee 2018-07-03 14:59:44 -07:00
  • 78a13e67a0 mvcc/backend: avoid unnecessary metrics update Gyuho Lee 2018-07-03 14:53:20 -07:00
  • cad3cf7b11 mvcc/backend: avoid unnecessary metrics update Gyuho Lee 2018-07-03 14:52:16 -07:00
  • adfd0d3fe7 mvcc: avoid unnecessary metrics update Gyuho Lee 2018-07-03 14:51:08 -07:00
  • a410463a0b mvcc: add "etcd_mvcc_db_total_size_in_use_in_bytes" Gyuho Lee 2018-07-03 14:21:11 -07:00
  • 1da3603e31 mvcc: add "etcd_mvcc_db_total_size_in_bytes" Gyuho Lee 2018-07-03 14:24:56 -07:00
  • 84d11a51c1 mvcc: use "t.tx.DB()" to fetch DB Gyuho Lee 2018-07-03 14:34:20 -07:00
  • bedba66c69 mvcc: add "etcd_mvcc_db_total_size_in_use_in_bytes" Gyuho Lee 2018-07-03 14:21:11 -07:00
  • 9bc1e15386 mvcc: add "etcd_mvcc_db_total_size_in_bytes" Gyuho Lee 2018-07-03 14:24:56 -07:00
  • a9c4b98756 mvcc: add "etcd_mvcc_db_total_size_in_use_in_bytes" Gyuho Lee 2018-07-03 14:21:11 -07:00
  • 5531e3b0f5 mvcc: add "etcd_mvcc_db_total_size_in_bytes" Gyuho Lee 2018-07-03 13:48:38 -07:00
  • 3e1d635dbe CHANGELOG-3.4: clarify "etcd_mvcc_db_total_size_in_bytes" rename change Gyuho Lee 2018-07-03 13:46:46 -07:00
  • 4588f89c7a CHANGELOG: backport quota size limit metrics Gyuho Lee 2018-07-03 13:31:52 -07:00
  • c2623bb840 etcdserver: add "etcd_server_quota_backend_bytes" Gyuho Lee 2018-06-07 10:44:51 -07:00
  • 6e0131e83b etcdserver: add "etcd_server_quota_backend_bytes" Gyuho Lee 2018-06-07 10:44:51 -07:00
  • 72c51d3e12 etcdserver: add "etcd_server_quota_backend_bytes" Gyuho Lee 2018-06-07 10:44:51 -07:00
  • 0aed7e0026 CHANGELOG: clarify debugging metrics, backend quota metrics Gyuho Lee 2018-07-03 13:18:44 -07:00
  • 1168a92491 CHANGELOG: update July patch releases Gyuho Lee 2018-07-03 13:05:36 -07:00
  • 4481238224 etcdserver: add "etcd_server_slow_read_indexes_total" Gyuho Lee 2018-07-02 12:53:01 -07:00
  • c0e9e14248 etcdserver: add "etcd_server_slow_read_indexes_total" Gyuho Lee 2018-07-02 12:53:01 -07:00
  • f46b4677c0 etcdserver: add "etcd_server_slow_read_indexes_total" Gyuho Lee 2018-07-02 12:53:01 -07:00
  • 09843d5d90 etcdserver: clarify read index warnings Gyuho Lee 2018-07-02 12:38:50 -07:00
  • b763b506ab etcdserver: clarify read index warnings Gyuho Lee 2018-07-02 12:38:50 -07:00
  • 82e670766a etcdserver: clarify read index warnings Gyuho Lee 2018-07-02 12:38:50 -07:00
  • dc93262332 CHANGELOG: add "etcd_server_slow_read_indexes_total" Gyuho Lee 2018-07-03 12:50:12 -07:00
  • 495eb2f230
    Merge pull request #9897 from gyuho/read-index Gyuho Lee 2018-07-03 11:31:02 -07:00
  • 37000cc4b8 etcdserver: add "etcd_server_slow_read_indexes_total" Gyuho Lee 2018-07-02 12:53:01 -07:00
  • 4733a1db5c etcdserver: clarify read index warnings Gyuho Lee 2018-07-02 12:38:50 -07:00
  • 308f59058c
    Merge pull request #9896 from xmudrii/grpc-changelog Gyuho Lee 2018-07-02 11:07:35 -07:00
  • 21d7f14e4c
    CHANGELOG: update CHANGELOG-3.2 to include TLS gRPC Proxy changes Marko Mudrinić 2018-07-02 19:46:20 +02:00
  • d22ee8423d
    Merge pull request #9894 from xmudrii/3.2-grpcproxy-tls Gyuho Lee 2018-07-02 10:57:39 -07:00
  • e5531a4d54
    etcdmain/grpc-proxy: add 'metrics-addr' option Gyu-Ho Lee 2017-07-12 10:06:58 -07:00
  • 8dabfe12ca
    etcdmain: cleanup grpcproxy; support different certs for proxy/etcd Anthony Romano 2017-07-17 15:36:19 -07:00
  • 9782ba91a8
    Merge pull request #9891 from mitake/maintainers Gyuho Lee 2018-06-28 22:38:36 -07:00
  • c15b674d7a MAINTAINERS: update @mitake's email address Hitoshi Mitake 2018-06-29 14:25:11 +09:00
  • 902541c038 docs/faq: remove "you" Gyuho Lee 2018-06-28 22:15:15 -07:00
  • 4df18a7316
    Merge pull request #9869 from jpbetz/progress Joe Betz 2018-06-28 10:46:01 -07:00
  • 4b51b6de49
    *: Add progress notify request watch request Joe Betz 2018-06-19 16:23:25 -07:00
  • b56fc94829
    Merge pull request #9889 from gyuho/doc-faq Gyuho Lee 2018-06-27 10:58:21 -07:00
  • cd6100ca30 docs: add "FAQs" Gyuho Lee 2018-06-27 10:56:06 -07:00
  • 54e2511b25
    Merge pull request #9883 from joelegasse/jwt Hitoshi Mitake 2018-06-27 17:12:56 +09:00
  • eb0a10da8a
    Merge pull request #9887 from bdarnell/become-leader Gyuho Lee 2018-06-26 13:31:08 -07:00
  • 67488a7c27 CHANGELOG-3.4: JWT signing methods Joe LeGasse 2018-06-25 12:49:21 -04:00
  • a6ddb51c8a auth: Support all JWT algorithms Joe LeGasse 2018-06-22 12:21:40 -04:00
  • 61354ff8ed
    Merge pull request #9886 from zultron/patch-1 Gyuho Lee 2018-06-26 13:02:45 -07:00
  • 20422c5b4d raft: Really avoid scanning raft log in becomeLeader Ben Darnell 2018-06-26 15:29:51 -04:00
  • b51d4a3d06
    clustering.md: SRV records in DNS SAN for TLS John Morris 2018-06-26 11:51:58 -05:00
  • b00995e2c5 Remove id from dashboard mixin Marek Siarkowicz 2018-06-26 11:47:48 +02:00
  • 8f6348a97d docs: use gRPC v1.13.0 Gyuho Lee 2018-06-22 10:58:04 -07:00
  • 66ce483bcb CHANGELOG-3.4: use gRPC v1.13.0 Gyuho Lee 2018-06-22 10:57:32 -07:00
  • 5e1cd9d804
    Merge pull request #9876 from gyuho/grpc Gyuho Lee 2018-06-22 10:52:39 -07:00
  • 7305afbcac clientv3: fix custom dialer Gyuho Lee 2018-06-22 10:16:17 -07:00
  • 2db29e2153 clientv3/integration: add "TestMaintenanceStatus" Gyuho Lee 2018-06-21 16:00:34 -07:00
  • 5a3367a255
    Merge a78a173d8057d79a09cc19e59830b1b71bd3a199 into acf75ddc5b0940ce2f83ae7843efa9b87c7ec2cd Gyuho Lee 2018-06-21 21:54:36 +00:00
  • a78a173d80 clientv3: fix custom dialer endpoint Gyuho Lee 2018-06-21 14:50:08 -07:00
  • c65fd7d7ef vendor: upgrade gRPC v1.13.0 Gyuho Lee 2018-06-21 13:46:40 -07:00