https://github.com/etcd-io/etcd

sort by:
Revision Author Date Message Commit Date
fb55910 version: bump up to 3.6.0-alpha.0 28 February 2022, 12:20:27 UTC
fd5cd9f Merge pull request #13744 from serathius/release-scripts scripts: Fix release scripts 28 February 2022, 11:14:47 UTC
d5f3796 Merge pull request #13746 from kkkkun/delete-duplicate-metrics delete duplicate metrics rangeCounterDebug 28 February 2022, 11:14:14 UTC
0ecd4de delete duplicate metrics rangeCounterDebug 28 February 2022, 08:22:40 UTC
af7154c Merge pull request #13704 from kumakichi/main fix: a little grammar issue 25 February 2022, 17:55:45 UTC
778c95f scripts: Fix release scripts 25 February 2022, 12:30:34 UTC
599bbf2 Merge pull request #13728 from ahrtr/update_3.5_changelog_for_raft_term_decimal Update 3.5 changelog to cover the PR of always printing raft_term in decimal 25 February 2022, 08:04:53 UTC
f4f5ae7 Merge pull request #13737 from ahrtr/add_failover_test2 Add failover test cases 25 February 2022, 07:58:51 UTC
9b6681f add failover test cases 25 February 2022, 01:55:36 UTC
a7106dc Merge pull request #13731 from serathius/ahrtr Add ahrthr@ to reviewers 24 February 2022, 21:52:31 UTC
9aaa6d8 Merge pull request #13708 from serathius/common Create common framework for e2e and integration tests and migrate TestKVPut test 24 February 2022, 10:21:49 UTC
65be41d tests: Rename framework to runner and document the runners 24 February 2022, 09:36:46 UTC
10998ab Merge pull request #13733 from ahrtr/change_discovery_url_to_endpoints Change v3 discovery url to endpoints so as to support failover 24 February 2022, 09:08:02 UTC
6f03dc7 update 3.5 changelog to cover the PR of always printing raft_term in decimal when displaying member list in json 24 February 2022, 07:24:43 UTC
2f36e0c Change discovery url to endpoints Currently the discovery url is just one endpoint. But actually it should be the same as the etcdctl, which means that it should be a list of endpoints. When one endpoint is down, the clientv3 can fail over to the next endpoint automatically. 24 February 2022, 01:11:41 UTC
def1228 tests: Use GetOptions to configure serializble get 23 February 2022, 15:47:52 UTC
744dd07 tests: Create common framework for e2e and integration tests and migrate TestKVPut test 23 February 2022, 15:47:02 UTC
c4e5c14 Update Benjamin contact 23 February 2022, 09:36:59 UTC
d61e9d9 Add Benjamin to reviewers 22 February 2022, 17:55:13 UTC
6af7601 Merge pull request #13687 from serathius/etcdctl Add downgrade commands 22 February 2022, 16:12:23 UTC
42faf9f etcdctl: Use minor versions for downgrade 22 February 2022, 15:30:08 UTC
c1c2f12 etcdctl: Documment downgrade commands 22 February 2022, 15:29:35 UTC
509d846 Merge pull request #13711 from ahrtr/quote_raft_term_on_display Always print the raft_term in decimal 22 February 2022, 08:51:18 UTC
7da3680 Merge pull request #13725 from ahrtr/update_changelog3.5_health_check Update 3.5 changelog to cover the PR of improving health check 22 February 2022, 08:50:21 UTC
5ac2c0d Merge pull request #13309 from presztak/proxyV2_with_stop_signal e2e: Call WithStopSignal on proxyV2 object 22 February 2022, 08:48:28 UTC
13e20cc update 3.5 changelog to cover the PR of improving health check 22 February 2022, 01:12:03 UTC
5d38475 always print the raft_term in decimal even flag --hex is provided 22 February 2022, 01:00:24 UTC
b5e224d Merge pull request #13635 from ahrtr/v3_discovery support v3 discovery to bootstrap a new etcd cluster 21 February 2022, 20:50:40 UTC
f80f477 Merge pull request #13644 from Juneezee/refactor/t.TempDir *: use `T.TempDir` to create temporary test directory 21 February 2022, 18:52:37 UTC
2ea702c Merge pull request #13720 from ahrtr/3.5_changelog_for_correct_dns_pr Update changelog for both 3.5 and 3.6 for the PRs of trimming the suffix dot from target in SRV record 21 February 2022, 17:28:30 UTC
16d7005 etcdctl: Add dot at the end of sentences 21 February 2022, 16:58:20 UTC
d0c1c3a client: Alias downgrade action enum 21 February 2022, 16:58:20 UTC
22ee50e etcdctl: Fix target version not provided message 21 February 2022, 16:58:20 UTC
2a7766c tests: Switch downgradetests to use etcdctl 21 February 2022, 16:58:19 UTC
2db4d35 tests: Move etcdctl to e2e framework 21 February 2022, 16:58:19 UTC
8e71ebf Add downgrade commands 21 February 2022, 16:58:19 UTC
bf0b1a7 Merge pull request #13686 from serathius/snapshot server: Snapshot after cluster version downgrade 21 February 2022, 16:57:27 UTC
ebc86d1 support v3 discovery to bootstrap a new etcd cluster 21 February 2022, 15:22:49 UTC
a0f26ff server: Snapshot after cluster version downgrade 21 February 2022, 14:48:00 UTC
6105a6f Merge pull request #13683 from serathius/publishV3 server: Switch to publishV3 21 February 2022, 13:16:22 UTC
b976074 Merge pull request #13721 from ahrtr/correct_typo Fix typo, renamed ErrGPRCNotSupportedForLearner to ErrGRPCNotSupportedForLearner 21 February 2022, 09:19:23 UTC
8681888 fix typo, renamed ErrGPRCNotSupportedForLearner to ErrGRPCNotSupportedForLearner 21 February 2022, 06:46:58 UTC
6781651 update changelog for both 3.5 and 3.6 for the PRs of trimming the suffix dot from the target in SRV record 20 February 2022, 23:15:19 UTC
a63fa17 Merge pull request #13645 from yangxuanjia/yxjetcd_fix_panic_when_restart_after_removeMember fix panic when restart after removeMember 20 February 2022, 11:28:14 UTC
20bf96d Merge pull request #13712 from ahrtr/correct_dns_etcd_client Trim the suffix dot from the srv.Target for etcd-client DNS lookup 18 February 2022, 11:06:48 UTC
5fc0092 trim the suffix dot from the srv.Target for etcd-client DNS lookup 18 February 2022, 10:16:19 UTC
caeec38 fix: a little grammar issue 16 February 2022, 09:44:46 UTC
e814f6f Merge pull request #13671 from mrueg/mixin-generate-manifests contrib/mixin: Generate rules, fix tests 15 February 2022, 22:06:52 UTC
8c91d60 server: Switch to publishV3 14 February 2022, 22:06:45 UTC
aa75fd0 Merge pull request #13689 from AdamKorcz/fuzz7 server/storage/wal: fix oss-fuzz issue 44433 14 February 2022, 20:48:55 UTC
830f00d Merge pull request #13695 from AdamKorcz/fuzz1 server/etcdserver: fix oss-fuzz issue 42181 14 February 2022, 20:36:41 UTC
09e35a4 Merge pull request #13676 from chaochn47/fix_12535 Load all leases from backend 14 February 2022, 20:32:33 UTC
2923960 Merge pull request #13693 from chaochn47/fix_coverage Fix coverage failures 14 February 2022, 20:03:56 UTC
a034726 Merge pull request #13679 from lavacat/defrag-bopts-fix server/storage/backend: restore original bolt db options after defrag 14 February 2022, 19:24:02 UTC
310de9b Merge pull request #13612 from serathius/write-only server: Make --v2-deprecation=write-only the default and remove not-y… 14 February 2022, 16:09:42 UTC
9ebaf58 Merge pull request #13694 from serathius/timeout tests: Fix cluster version and downgrade request timeout 14 February 2022, 13:53:34 UTC
3de5e22 tests: Fix cluster version and downgrade request timeout Returning nil means that raft.Trigger was not called, causing member to wait infinitly for response for response on raft request. 14 February 2022, 13:19:06 UTC
0fcb2a6 server/storage/wal: fix oss-fuzz issue 44433 14 February 2022, 11:50:27 UTC
0df768d server/etcdserver: fix oss-fuzz issue 42181 14 February 2022, 10:59:41 UTC
1675df3 update 3.6 CHANGELOG 14 February 2022, 04:35:51 UTC
fd79af9 load all leases from backend 14 February 2022, 04:30:20 UTC
bdb13e2 Merge pull request #13681 from AdamKorcz/fuzz5 server/storage/mvcc: fix oss-fuzz issue 44449 13 February 2022, 18:35:21 UTC
489b308 Merge pull request #13682 from AdamKorcz/fuzz6 server/auth: fix oss-fuzz issue 44478 13 February 2022, 16:43:43 UTC
b683aa1 fix ctl_v3_kv_no_quorum_test.go and coverage failures 13 February 2022, 02:00:02 UTC
bba3937 Merge pull request #13649 from serathius/scripts Cleanup scripts in root directory 11 February 2022, 20:40:53 UTC
01347a8 server/storage/backend: restore original bolt db options after defrag Problem: Defrag was implemented before custom bolt options were added. Currently defrag doesn't restore backend options. For example BackendFreelistType will be unset after defrag. Solution: save bolt db options and use them in defrag. 11 February 2022, 19:01:27 UTC
029c354 server/storage/mvcc: fix oss-fuzz issue 44449 11 February 2022, 10:57:02 UTC
9d83325 server/auth: fix oss-fuzz issue 44478 11 February 2022, 10:51:01 UTC
bcadd03 Merge pull request #13673 from ahrtr/replace_gobin Replace gobin with go install 11 February 2022, 09:26:31 UTC
72c33d8 contrib/mixin: Generate rules, fix tests * Add Makefile * Make tests runnable * Add generated rule manifest file Signed-off-by: Manuel Rüger <manuel@rueg.eu> 10 February 2022, 15:17:03 UTC
20c89df Merge pull request #13525 from ahrtr/do_not_wait_ReadyNotify_infinitely Etcd server shouldn't wait for the ready notification infinitely on startup 08 February 2022, 13:50:09 UTC
900fc8d replace gobin with go install The repository github.com/myitcv/gobin has already been archived, and the `go install` command accepts arguments with version suffixs starting from 1.16 (for example, go install example.com/cmd@v1.0.0). So there is no reason to continue to use gobin. 07 February 2022, 21:41:21 UTC
a1f3c2c server: Make --v2-deprecation=write-only the default and remove not-yet option 02 February 2022, 12:55:52 UTC
396efd9 Cleanup scripts in root directory 02 February 2022, 12:50:44 UTC
986a2b5 Merge pull request #13636 from serathius/remove-v2-client Remove v2 server 02 February 2022, 10:41:56 UTC
1986357 Merge pull request #13663 from serathius/post-3.5.2 release: Post v3.5.2 release updates and fixes 01 February 2022, 23:45:00 UTC
902dc05 tests: Update assertAuthority to explain filtering put method requests 01 February 2022, 15:47:23 UTC
43c1631 tests: Use cmp.Equal to avoid mutating arguments 01 February 2022, 15:47:18 UTC
ec8d880 Merge pull request #13490 from serathius/wal-static-analysis Implement WAL static analysis to ensure that new entries will be properly annotated 01 February 2022, 15:15:07 UTC
aa76b32 release: Post v3.5.2 release updates and fixes 01 February 2022, 14:36:45 UTC
95ae9c1 Show db in use when print endpoint status (#13639) 30 January 2022, 03:01:45 UTC
02d4de6 Merge pull request #13652 from spzala/addmaintainer Add Marek as a project maintainer 28 January 2022, 20:59:20 UTC
9d1c02c Merge pull request #13647 from serathius/words Remove unused .words file 28 January 2022, 18:41:41 UTC
58a6b79 Merge pull request #13157 from serathius/travis Remove travis 28 January 2022, 18:39:25 UTC
28cf7e9 Merge pull request #13638 from serathius/bug-template Add bug report issue template 28 January 2022, 15:54:19 UTC
0c67c5c tools: Move external packages constant to top level 28 January 2022, 15:12:00 UTC
3df14fc Document proto annotations scripts 28 January 2022, 15:08:28 UTC
a99c919 Merge pull request #13651 from serathius/coverage Re-enable code coverage upload 28 January 2022, 12:54:33 UTC
178bef9 Merge pull request #13657 from serathius/grpcproxy-pararellize tests: Parallelize grpcproxy tests 28 January 2022, 12:53:35 UTC
099cffc tests: Parallelize grpcproxy tests 28 January 2022, 11:00:15 UTC
f4187b4 tools: Improve proto annotation documentation 28 January 2022, 10:40:55 UTC
c836905 proxy: Fix proxy not passing Linearizable field by using GRPC client 28 January 2022, 10:39:19 UTC
1beae54 Add bug report issue template 28 January 2022, 10:24:09 UTC
1713dc6 etcd server shouldn't wait for the ready notification infinitely on startup 27 January 2022, 08:19:20 UTC
7101e85 Merge pull request #13646 from serathius/changelog Move changelogs to subdirectory 27 January 2022, 08:17:17 UTC
86a5b1e Merge pull request #13650 from serathius/graviton2 Remove badge for disabled test suite 27 January 2022, 08:15:58 UTC
f57e4a2 Add Marek as a project maintainer Marek is one of the current reviewers. He has consistently performed all the tasks to earn a top-level maintainer role as described in the https://github.com/etcd-io/etcd/blob/main/GOVERNANCE.md#maintainers Per discussion with existing maintainers, I nominate him for the maintainer role. Marek, thank you for your outstanding contributions to the project. 26 January 2022, 23:24:49 UTC
50b09d4 Re-enable code coverage upload 26 January 2022, 19:18:43 UTC
4bfcd84 server: Handle V2Request when analysis WAL entries 26 January 2022, 14:50:14 UTC
d865bb9 server: Refactor wal version to use visitor pattern 26 January 2022, 14:50:14 UTC
back to top