Commit Graph

  • 94745a4eed version: 3.3.15 v3.3.15 Gyuho Lee 2019-08-19 11:10:34 -0700
  • e94188bc55 vendor: regenerate Gyuho Lee 2019-08-19 11:10:16 -0700
  • aa1e17aac3 go.mod: remove, change back to "glide" Gyuho Lee 2019-08-19 11:09:19 -0700
  • 43fe8c3ee0 CHANGELOG-3.4: fix casing Gyuho Lee 2019-08-16 16:50:46 -0700
  • 8b653bad4a CHANGELOG: release v3.3.14 Gyuho Lee 2019-08-16 16:28:57 -0700
  • 5cf5d88a18 version: 3.3.14 v3.3.14 Gyuho Lee 2019-08-16 16:21:44 -0700
  • af8cb6c5b9 Documentation/upgrades: special upgrade guides for >= 3.3.14 Gyuho Lee 2019-08-16 16:18:53 -0700
  • 0777eab766 Documentation/upgrades: special upgrade guides for >= 3.3.14 Gyuho Lee 2019-08-16 16:18:53 -0700
  • f4bb43887f Documentation/upgrades: special upgrade guides for >= 3.3.14 Gyuho Lee 2019-08-16 16:18:53 -0700
  • 0ecc0d0542 etcdmain: update help message Jingyi Hu 2019-08-15 17:41:05 -0700
  • fd1181d8b6
    Merge pull request #11045 from jingyih/update_etcdmain_helper Jingyi Hu 2019-08-16 13:09:35 -0700
  • 4a6bf3552e CHANGELOG-3.4: log raft prober change Gyuho Lee 2019-08-16 09:02:47 -0700
  • 982a8c9bc3 rafttest: print Ready before processing it Tobias Schottdorf 2019-08-16 09:41:35 +0200
  • b8e3e4e7cb raft: fix a test file name Tobias Schottdorf 2019-08-15 13:41:54 +0200
  • 4090edfb5b raft: document problem with leader self-removal Tobias Schottdorf 2019-08-15 13:27:09 +0200
  • 078caccce5 raft: add a batch of interaction-driven conf change tests Tobias Schottdorf 2019-08-15 12:56:04 +0200
  • d177b7f6b4 raft: proactively probe newly added followers Tobias Schottdorf 2019-08-14 17:39:11 +0200
  • 2c1a1d8c32 rafttest: add _breakpoint directive Tobias Schottdorf 2019-08-14 17:27:17 +0200
  • 0fc108428e raft: initialize new Progress at LastIndex, not LastIndex+1 Tobias Schottdorf 2019-08-14 17:19:03 +0200
  • df489e7a2c raft/rafttest: fix stabilize handler Tobias Schottdorf 2019-08-14 17:24:14 +0200
  • 4a2b4c8f7e
    Merge pull request #11037 from tbg/interactive Tobias Grieger 2019-08-16 10:24:42 +0200
  • 47ae53d25d rafttest: print Ready before processing it Tobias Schottdorf 2019-08-16 09:41:35 +0200
  • 99f8046fd1 raft: fix a test file name Tobias Schottdorf 2019-08-15 13:41:54 +0200
  • 8d1946d16a raft: document problem with leader self-removal Tobias Schottdorf 2019-08-15 13:27:09 +0200
  • 306e75a96f raft: add a batch of interaction-driven conf change tests Tobias Schottdorf 2019-08-15 12:56:04 +0200
  • 871c2d716f etcdmain: update help message Jingyi Hu 2019-08-15 17:41:05 -0700
  • 9b29151d30
    Merge pull request #11044 from gtamas/master Xiang Li 2019-08-15 16:25:22 -0700
  • 9d3468d7be CHANGELOG-3.3: highlight v3.3.14-rc.0 release Gyuho Lee 2019-08-15 15:07:03 -0700
  • 9dd98b7c90 version: 3.3.14-rc.0 v3.3.14-rc.0 Gyuho Lee 2019-08-15 15:03:43 -0700
  • 2f3aa893ec vendor: regenerate Gyuho Lee 2019-08-15 15:02:26 -0700
  • d65219c1ef go.mod: regenerate Gyuho Lee 2019-08-15 15:02:03 -0700
  • b9c976eed8 gitignore: track vendor directory Gyuho Lee 2019-08-15 15:00:46 -0700
  • c337cd9a57 CHANGELOG: update Go version Gyuho Lee 2019-08-15 14:48:54 -0700
  • f13a5102ec tests/e2e: fix version matching Gyuho Lee 2019-08-15 14:46:19 -0700
  • b196734290 *: test with Go 1.12.9 Gyuho Lee 2019-08-15 14:42:32 -0700
  • f6e3f94f3e
    Documentation: added ETCD Manager tool Tamas Geschitz 2019-08-15 23:42:24 +0200
  • c9465f51d2 *: use Go 1.12.9 Gyuho Lee 2019-08-15 14:40:46 -0700
  • 966321bdcd *: use Go 1.12.9 Gyuho Lee 2019-08-15 14:28:41 -0700
  • 577d5305f8 CHANGELOG: update new compaction limit change Gyuho Lee 2019-08-15 14:03:21 -0700
  • 8f85f0dc26 version: 3.4.0-rc.1 v3.4.0-rc.1 Gyuho Lee 2019-08-15 13:45:25 -0700
  • 0161e72d8d mvcc: keep 64-bit alignment in "store" struct Gyuho Lee 2019-08-15 13:01:32 -0700
  • 1691eec2db clientv3/integration: fix "mvcc.NewStore" call Gyuho Lee 2019-08-15 11:48:53 -0700
  • 1e213b7ab6 *: Add experimental-compaction-batch-limit flag Joe Betz 2019-08-14 01:56:42 -0700
  • b30c1eb2c8 mvcc: Optimize compaction for short commit pauses Joe Betz 2019-08-14 00:09:47 -0700
  • c55410ccea
    Merge pull request #11034 from jpbetz/force-commit-compact Gyuho Lee 2019-08-15 13:28:32 -0700
  • f279bfb775 mvcc: keep 64-bit alignment in "store" struct Gyuho Lee 2019-08-15 13:01:32 -0700
  • b5aa46486b clientv3/integration: fix "mvcc.NewStore" call Gyuho Lee 2019-08-15 11:48:53 -0700
  • 9b51febaf5 *: Add experimental-compaction-batch-limit flag Joe Betz 2019-08-14 01:56:42 -0700
  • d57bc6e724 mvcc: Optimize compaction for short commit pauses Joe Betz 2019-08-14 00:09:47 -0700
  • 3c31fbbce3
    Merge pull request #11040 from ethan-daocloud/patch-3 Gyuho Lee 2019-08-15 09:33:48 -0700
  • 110808ebdd
    Merge pull request #11024 from xiang90/maintainers Gyuho Lee 2019-08-15 09:25:48 -0700
  • 9365660ca8
    cleanup: fix typos in doc/comment Guangming Wang 2019-08-15 21:29:32 +0800
  • a0be90f450 Documentation/upgrades: update Gyuho Lee 2019-08-14 17:01:19 -0700
  • c7b106896f CHANGELOG: highlight breaking changes in clientv3 resolver Gyuho Lee 2019-08-14 16:59:39 -0700
  • 508203db15 Documentation/upgrades: fix 3.4 guides Gyuho Lee 2019-08-14 16:56:46 -0700
  • bbb379fa4a
    Merge pull request #10974 from lzhfromustc/watchers Xiang Li 2019-08-14 16:14:27 -0700
  • 02ed271527 CHANGELOG-3.3: add v3.3.14-beta.0 Gyuho Lee 2019-08-14 12:33:23 -0700
  • 4e19150676 raft: proactively probe newly added followers Tobias Schottdorf 2019-08-14 17:39:11 +0200
  • 3d6721f751 rafttest: add _breakpoint directive Tobias Schottdorf 2019-08-14 17:27:17 +0200
  • fdaed88f14 raft: initialize new Progress at LastIndex, not LastIndex+1 Tobias Schottdorf 2019-08-14 17:19:03 +0200
  • 1aa4af83c0 version: 3.3.14-beta.0 v3.3.14-beta.0 Gyuho Lee 2019-08-14 11:52:26 -0700
  • 95a5c57754 tests/e2e: add missing curl Gyuho Lee 2019-08-14 11:31:45 -0700
  • 082c5e0705 e2e: move Gyuho Lee 2019-08-14 11:22:39 -0700
  • 33668f4eff test: do not run "v2store" tests Gyuho Lee 2019-08-14 11:12:46 -0700
  • c7c09c61d0 test: bump up timeout for e2e tests Gyuho Lee 2019-08-14 09:52:16 -0700
  • 4f1e65418f travis: fix functional tests Gyuho Lee 2019-08-14 09:38:47 -0700
  • e16b21be7b functional: add back, travis Gyuho Lee 2019-08-14 04:31:12 -0700
  • 0e96b34d9f auth: fix tests Gyuho Lee 2019-08-14 04:25:31 -0700
  • 3c2b1cd76a travis: do not run functional for now Gyuho Lee 2019-08-14 04:23:36 -0700
  • 37d10dd8b8 travis: skip windows build Gyuho Lee 2019-08-14 04:20:50 -0700
  • 84508f7c98 test: fix repo path Gyuho Lee 2019-08-14 04:04:35 -0700
  • be3babffb7 tests/e2e: fix Gyuho Lee 2019-08-14 04:00:39 -0700
  • 61065db065 build: remove tools Gyuho Lee 2019-08-14 03:42:26 -0700
  • 0ddda8c72e integration: fix tests Gyuho Lee 2019-08-14 03:23:45 -0700
  • b889245252 integration: fix "HashKVRequest" Gyuho Lee 2019-08-14 03:09:54 -0700
  • 6e37ece3b9 functional: update Gyuho Lee 2019-08-14 02:40:53 -0700
  • f68fac655e travis.yml: fix, run e2e Gyuho Lee 2019-08-14 01:47:48 -0700
  • dbfc7bd612 integration: update Gyuho Lee 2019-08-14 01:33:58 -0700
  • e5c2dff346 etcdserver: detect leader change on reads Gyuho Lee 2019-08-14 01:33:31 -0700
  • 9561f6b3b6 clientv3: rewrite based on 3.4 Gyuho Lee 2019-08-14 01:21:57 -0700
  • c2d9514370 raft/rafttest: fix stabilize handler Tobias Schottdorf 2019-08-14 17:24:14 +0200
  • a317433854 raft: fix compile error in "Panic" Gyuho Lee 2019-08-14 01:21:44 -0700
  • 7eb9a29e26 pkg/*: add Gyuho Lee 2019-08-14 01:21:26 -0700
  • d047fe84ee CHANGELOG-3.3: highlight 3.3 backports Gyuho Lee 2019-08-14 01:44:01 -0700
  • 916e6b5400 CHANGELOG-3.3: add more changes Gyuho Lee 2019-08-14 01:35:02 -0700
  • 5a678bb4e3 etcdserver/api/v3rpc: support watch fragmentation Gyuho Lee 2019-08-14 01:20:26 -0700
  • 92a750432f tests: update Gyuho Lee 2019-08-14 01:19:41 -0700
  • d167714b36 *: regenerate proto Gyuho Lee 2019-08-14 01:18:45 -0700
  • 9f7294f1e0 etcdserver/etcdserverpb/rpc.proto: add watch progress/fragment Gyuho Lee 2019-08-14 01:17:29 -0700
  • 830bba337f vendor: regenerate, upgrade gRPC to 1.23.0 Gyuho Lee 2019-08-14 01:16:44 -0700
  • 27cf72b231 go.mod: migrate to Go module Gyuho Lee 2019-08-14 01:16:09 -0700
  • d7fc66bcbb scripts: update release, genproto, dep Gyuho Lee 2019-08-14 01:14:34 -0700
  • cc1591aa4e Makefile/build: sync with 3.4 branch Gyuho Lee 2019-08-14 01:13:22 -0700
  • 9aa27c303e CHANGELOG: update backports Gyuho Lee 2019-08-14 01:10:49 -0700
  • 8110a96f69 scripts/release: clean up minor tag docker commands Gyuho Lee 2019-08-13 22:00:07 -0700
  • fd0d43dad9 scripts/release: clean up minor tag docker commands Gyuho Lee 2019-08-13 22:00:07 -0700
  • 08f2685330 CHANGELOG: update 3.3 + 3.4 changes Gyuho Lee 2019-08-13 21:46:09 -0700
  • 8e05c73fa7 Makefile: explicit about GOOS in docker-test builds Gyuho Lee 2019-08-13 16:56:52 -0700
  • 5535092ce3 Makefile: explicit about GOOS in docker-test builds Gyuho Lee 2019-08-13 16:56:52 -0700
  • 1ea2acd9b3
    Merge pull request #11032 from jingyih/changelog_add_mvcc_db_open_read_transactions Jingyi Hu 2019-08-13 15:50:08 -0700