Commit Graph

  • fb6a7bbeb2 discovery: handle watch commands correctly Brandon Philips 2019-04-11 01:15:43 +00:00
  • 01e306b18b discovery: handle PUT/DELETE/GET Brandon Philips 2019-04-11 00:50:43 +00:00
  • 83a6a2d370 discovery: use _config instead of config dir Brandon Philips 2019-04-11 00:49:58 +00:00
  • 36f87c42bd discovery: get new and health handlers working with v2v3 Brandon Philips 2019-04-10 19:42:09 +00:00
  • 18b3b2cbab discovery: move to new package name Brandon Philips 2019-04-10 19:33:54 +00:00
  • 37549e8702 discovery: initial code import Brandon Philips 2019-04-10 19:26:44 +00:00
  • b308e91a98 CHANGELOG-3.4: add json-iterator/go change Gyuho Lee 2019-04-23 15:00:59 -07:00
  • 9150bf52d6 go modules: Fix module path version to include version number shivaramr 2019-04-26 14:17:16 -07:00
  • b5593de806 raft: Avoid multiple allocs when merging stable and unstable log Nathan VanBenschoten 2019-04-26 14:57:51 -04:00
  • 24f35a9861 raft: avoid allocation of Raft entry due to logging Nathan VanBenschoten 2019-04-26 00:15:21 -04:00
  • 208b8a349c raft: Avoid allocation when boxing slice in maybeCommit Nathan VanBenschoten 2019-04-26 00:10:45 -04:00
  • 7525fa8dfb proxy: use HTTP GET for /health handler Sam Batschelet 2019-04-26 03:35:34 +00:00
  • fe7df0ddfa Merge remote-tracking branch 'origin/master' y14988 2019-04-26 09:50:24 +08:00
  • 43b9ee7384 fix proxy cipherSuites not worker y14988 2019-04-26 09:50:06 +08:00
  • ad7c2cddb0 vendor: add missing files Davanum Srinivas 2019-04-23 21:35:35 -04:00
  • 6499c14cb6 vendor: Run scripts/updatedeps.sh to cleanup unused code Davanum Srinivas 2019-04-23 12:31:09 -04:00
  • 6e91e3559c client: Switch to case sensitive unmarshalling to be compatible with ugorji Davanum Srinivas 2019-04-23 11:06:12 -04:00
  • 7ff7e0aadd *: update bill-of-materials Davanum Srinivas 2019-04-22 20:21:53 -04:00
  • 02ccf2013d vendor: Add json-iterator and its dependencies Davanum Srinivas 2019-04-22 17:44:26 -04:00
  • 20bd0c064c scripts: Remove generated code and script Davanum Srinivas 2019-04-22 15:28:29 -04:00
  • 69e0daf809 client: Replace ugorji/codec with json-iterator/go Davanum Srinivas 2019-04-22 14:19:28 -04:00
  • cca0d5c1be
    Merge pull request #10672 from nolouch/fix-probing-log Jingyi Hu 2019-04-24 23:05:23 -07:00
  • 8296297caa proxy: make --cipher-suites take effect for the proxy Rob Day 2019-04-23 20:16:02 +01:00
  • 99140863f9
    vendor: add missing files Davanum Srinivas 2019-04-23 21:35:35 -04:00
  • fcf2dd46d3
    vendor: Run scripts/updatedeps.sh to cleanup unused code Davanum Srinivas 2019-04-23 12:31:09 -04:00
  • 022be3b349
    client: Switch to case sensitive unmarshalling to be compatible with ugorji Davanum Srinivas 2019-04-23 11:06:12 -04:00
  • be64feb77a
    *: update bill-of-materials Davanum Srinivas 2019-04-22 20:21:53 -04:00
  • fd548eaea2
    vendor: Add json-iterator and its dependencies Davanum Srinivas 2019-04-22 17:44:26 -04:00
  • fd307723f3
    scripts: Remove generated code and script Davanum Srinivas 2019-04-22 15:28:29 -04:00
  • 65b21186e2
    client: Replace ugorji/codec with json-iterator/go Davanum Srinivas 2019-04-22 14:19:28 -04:00
  • 8146e1ebdf CHANGELOG-3.4: add json-iterator/go change Gyuho Lee 2019-04-23 15:00:59 -07:00
  • 1697c06df9
    Merge pull request #10667 from dims/replace-ugorji-with-json-iterator Gyuho Lee 2019-04-23 14:52:41 -07:00
  • 3655a4b228
    vendor: Run scripts/updatedeps.sh to cleanup unused code Davanum Srinivas 2019-04-23 12:31:09 -04:00
  • daee668b75
    client: Switch to case sensitive unmarshalling to be compatible with ugorji Davanum Srinivas 2019-04-23 11:06:12 -04:00
  • 290ac75869
    *: update bill-of-materials Davanum Srinivas 2019-04-22 20:21:53 -04:00
  • 6de29e08aa
    vendor: Add json-iterator and its dependencies Davanum Srinivas 2019-04-22 17:44:26 -04:00
  • 86e3481ba2
    scripts: Remove generated code and script Davanum Srinivas 2019-04-22 15:28:29 -04:00
  • 90108a2e61
    client: Replace ugorji/codec with json-iterator/go Davanum Srinivas 2019-04-22 14:19:28 -04:00
  • 9dfde8a4fb
    Merge pull request #10664 from jingyih/update_changelog_3p4_from_pr10646 Gyuho Lee 2019-04-23 11:35:58 -07:00
  • decc0d5f43 api/rafthttp: fix the probing status print nolouch 2019-04-23 19:51:34 +08:00
  • b77c4d7cd0 update lizhengxiang 2019-04-23 19:51:31 +08:00
  • fa5f5829b0 add lizhengxiang 2019-04-23 19:48:37 +08:00
  • 867b45d865 client: Fix tests for latest golang Manjunath A Kumatagi 2019-04-22 07:52:12 -05:00
  • 216808eab5
    Merge pull request #10663 from gyuho/log Xiang Li 2019-04-22 13:37:40 +08:00
  • 2a19526b85 etcdmain: set the flag's value of gateway from environment variables yuqitao 2019-04-12 16:12:01 +08:00
  • b11223caf5 CHANGELOG: update CHANGELOG-3.4 from #10646 Jingyi Hu 2019-04-19 21:23:49 -07:00
  • 943d6887c4
    Merge pull request #10646 from yingnanzhang666/metrics_db_compaction Jingyi Hu 2019-04-19 21:10:41 -07:00
  • 877f11bed8 etcdserver: improve heartbeat send failures logging Gyuho Lee 2019-04-19 10:58:17 -07:00
  • 85594ae99c
    Merge pull request #10661 from jpbetz/backport-changelog Joe Betz 2019-04-18 14:10:17 -07:00
  • 5eaa1e97c8
    Merge pull request #10658 from jpbetz/automated-cherry-pick-of-#10646-release-3.1 Joe Betz 2019-04-18 14:10:09 -07:00
  • 42f7d25d8c
    Merge pull request #10657 from jpbetz/automated-cherry-pick-of-#10646-release-3.2 Joe Betz 2019-04-18 14:10:05 -07:00
  • 5f4a45596e
    Merge pull request #10656 from jpbetz/automated-cherry-pick-of-#10646-release-3.3 Joe Betz 2019-04-18 14:10:02 -07:00
  • 93479fdecd
    CHANGELOG: update changelogs for backport of PR #10646 Joe Betz 2019-04-18 09:39:22 -07:00
  • 76aba5b6d9 Add license scan report and status fossabot 2019-04-18 08:54:07 -07:00
  • 1364ca2974
    mvcc: fix db_compaction_total_duration_milliseconds Yingnan Zhang 2019-04-15 14:44:55 +08:00
  • bcbe6dbc29
    mvcc: fix db_compaction_total_duration_milliseconds Yingnan Zhang 2019-04-15 14:44:55 +08:00
  • 38bf1bdbe0
    mvcc: fix db_compaction_total_duration_milliseconds Yingnan Zhang 2019-04-15 14:44:55 +08:00
  • cd7ffbe227
    Merge pull request #10654 from CydeWeys/patch-1 Sahdev Zala 2019-04-17 15:14:21 -04:00
  • 408b2d2fb0 Add weight parameter to metrics doc lucperkins 2019-04-17 11:10:21 -07:00
  • 63d4ff7913 Revert metrics doc lucperkins 2019-04-17 11:09:37 -07:00
  • b3dd3d3856 embed: Fix HTTPs -> HTTPS in error message Ben McIlwain 2019-04-16 15:48:35 -04:00
  • af6aeb7a3d Documentation: Fix etcdHighNumberOfFailedGRPCRequests rules return NaN value guoruyi1 2019-04-11 16:23:23 +08:00
  • c5cb5509ea mvcc: fix db_compaction_total_duration_milliseconds Yingnan Zhang 2019-04-15 14:44:55 +08:00
  • 1631498d22 Remove v2 docs from Documentation folder lucperkins 2019-04-15 17:45:23 -07:00
  • b38a11abef Merge remote-tracking branch 'upstream/master' into lperkins/further-documentation-metadata lucperkins 2019-04-15 11:21:43 -07:00
  • e206a8b495 wal: Add test for Verify Shreyas Rao 2019-03-12 17:07:00 +05:30
  • cf4836fb2c wal: add Verify function to perform corruption check on wal contents shreyas-s-rao 2019-03-01 14:39:43 +05:30
  • 6f8aa33574 wal: Add test for Verify Shreyas Rao 2019-03-12 17:07:00 +05:30
  • f29b1ada19
    Merge pull request #10635 from jingyih/add_learner_field_to_progress_stringer Xiang Li 2019-04-11 19:19:13 -07:00
  • 30034e5ff5 raft: add learner field to progress stringer Jingyi Hu 2019-04-11 18:15:03 -07:00
  • 43386ac29b *: Change gRPC proxy to expose etcd server endpoint /metrics Sam Batschelet 2019-04-09 09:40:41 -04:00
  • 5649875b16 *: Change gRPC proxy to expose etcd server endpoint /metrics Sam Batschelet 2019-04-09 09:40:41 -04:00
  • 332e995ccd travis: fix tests by using proper code path Sam Batschelet 2019-04-11 19:20:05 +00:00
  • 629fb87515 travis: fix tests by using proper code path Sam Batschelet 2019-04-11 19:20:05 +00:00
  • c7c6894527
    Merge pull request #10551 from johncming/lbname Joe Betz 2019-04-10 16:16:51 -07:00
  • d69090002a
    Merge pull request #10604 from shreyas-s-rao/fix/open-wal-return-with-logger Joe Betz 2019-04-10 16:15:13 -07:00
  • 9d62477c79 CHANGELOG: add "Change gRPC proxy to expose etcd server endpoint /metrics" PR Sam Batschelet 2019-04-09 09:44:44 -04:00
  • 9915d02022 *: Change gRPC proxy to expose etcd server endpoint /metrics Sam Batschelet 2019-04-09 09:40:41 -04:00
  • f17c038fc4 etcdserver: api/v2v3: add initial tests Brandon Philips 2019-04-10 06:12:18 +00:00
  • ebafb2ac6d CHANGELOG: add "Change gRPC proxy to expose etcd server endpoint /metrics" PR Sam Batschelet 2019-04-09 09:44:44 -04:00
  • 428ef621ce *: Change gRPC proxy to expose etcd server endpoint /metrics Sam Batschelet 2019-04-09 09:40:41 -04:00
  • cc08c1bd2e clientv3/integration/leasing_test.go: Fix t.Fatalf error message zhoulin xie 2019-04-10 22:51:40 +08:00
  • cfd9dffd38 clientv3/integration/leasing_test.go: Fix t.Fatalf error message zhoulin xie 2019-04-10 22:51:40 +08:00
  • 986e571c4e *: update to go 1.12 Brandon Philips 2019-04-09 22:42:47 +00:00
  • 451851ea28 *: update to Go 1.12.2 Sahdev P. Zala 2019-04-05 15:54:18 -04:00
  • 4fdf5f1d34 Add metadata to root docs.md doc lucperkins 2019-04-04 12:28:12 -07:00
  • c91155f9b4 Complete Documentation folder restructuring lucperkins 2019-04-04 11:17:23 -07:00
  • 03f24b7ff5
    PUT command is no longer available Aamir 2019-04-02 17:22:44 +05:30
  • b8e5945021 wal: add Verify function to perform corruption check on wal contents shreyas-s-rao 2019-03-01 14:39:43 +05:30
  • 914e5edb00 wal: include logger in WAL returned by openAtIndex Shreyas Rao 2019-04-02 13:08:04 +05:30
  • a621d807f0
    documentation: initial metadata additions for website generation (#10596) Luc Perkins 2019-04-01 13:57:24 -07:00
  • d790e66d61 build: Make GOOS and GOARCH configurable to enable cross-build chestack 2019-03-22 17:38:04 +08:00
  • 6258aa960c etcdserverpb: change type of ValueSize to 'int64' yuqitao 2019-03-31 20:06:31 +08:00
  • ad5e169dcf
    Merge pull request #10597 from purpleidea/3.3/fatal-corruption Gyuho Lee 2019-03-29 14:54:46 -07:00
  • 7814718c73 etcdserver: Use panic instead of fatal on no space left error James Shubin 2019-03-27 15:24:33 -04:00
  • 0c8d54b793 documentation: initial metadata additions for website generation lucperkins 2019-03-22 11:42:07 -07:00
  • 9b5c468dc6 clientv3: modify lock type. johncming 2019-03-29 21:02:13 +08:00
  • be39aa5bb2 Documentation: add Python client for etcd v3 Paco 2019-03-28 21:58:34 +08:00
  • 4fcf311471 Documentation: add Python client for etcd v3 Paco 2019-03-28 21:58:34 +08:00
  • 952b9e75c6
    Merge pull request #10590 from jingyih/fix_readIndex_for_learner Xiang Li 2019-03-28 16:51:35 -07:00