swh:1:snp:8a1bf80ec89c62a71cdcaaf0c2f9145695a5340a

sort by:
Revision Author Date Message Commit Date
13d7bf5 Increase client timeout for failpoint injection Signed-off-by: Marek Siarkowicz <siarkowicz@google.com> 11 November 2023, 10:53:41 UTC
e300c6f Merge pull request #16907 from ahrtr/typo_20231110 Fix typo in concurrent examples 10 November 2023, 20:16:43 UTC
1a65313 fix typo in concurrent examples Signed-off-by: Benjamin Wang <wachao@vmware.com> 10 November 2023, 14:41:21 UTC
c0bb57a Merge pull request #16903 from moficodes/main github workflow: update golangci-lint to 1.55.2 10 November 2023, 10:27:42 UTC
3f17ba4 Merge pull request #16906 from moficodes/docs doc fix: add instruction to installling protoc and yamllint in contributing.md 10 November 2023, 09:38:48 UTC
569cf2d doc fix: add instruction for installing protoc and yamllint in contributing.md Signed-off-by: Mofi Rahman <mofi@google.com> 10 November 2023, 05:54:33 UTC
97e4536 Merge branch 'etcd-io:main' into main 09 November 2023, 22:21:20 UTC
11ede03 Merge pull request #16896 from vivekpatani/main *: bump dependabot dependency 09 November 2023, 18:11:13 UTC
8da8917 etcdctl,etcdutl,pkg,server,tests,tools: bump github.com/spf13/cobra from 1.7.0 to 1.8.0 - https://github.com/etcd-io/etcd/pull/16878/ Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com> 09 November 2023, 17:02:36 UTC
ed30fb1 *: bump golang.org/x/sys from 0.13.0 to 0.14.0 - https://github.com/etcd-io/etcd/pull/16875 Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com> 09 November 2023, 17:02:36 UTC
a4593c8 tools/mod: bump github.com/fatih/color from 1.15.0 to 1.16.0 - https://github.com/etcd-io/etcd/pull/16873 Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com> 09 November 2023, 17:02:36 UTC
20e14e0 tools/mod: bump golang.org/x/text from 0.13.0 to 0.14.0 - https://github.com/etcd-io/etcd/pull/16872/ Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com> 09 November 2023, 17:02:36 UTC
68e06bd tools/mod: bump github.com/elliotchance/orderedmap from 1.5.0 to 1.5.1 - https://github.com/etcd-io/etcd/pull/16871/ Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com> 09 November 2023, 17:02:36 UTC
afb36b9 tools/mod: bump golang.org/x/mod from 0.13.0 to 0.14.0 - https://github.com/etcd-io/etcd/pull/16870/ Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com> 09 November 2023, 17:02:36 UTC
ef8a087 github workflow: update golangci-lint to 1.55.2 fixes: #16897 update golangci-lint version to the latest to keep the codebase linting up to date Signed-off-by: Mofi Rahman <mofi@google.com> 09 November 2023, 16:29:49 UTC
6e30d9e Merge pull request #16889 from tessapham/fix-scripts fix test script and lint 09 November 2023, 14:32:22 UTC
38cc9f2 Merge pull request #16794 from jmhbnz/complete-ownersfile-migration Complete migration to OWNERS file 09 November 2023, 14:29:59 UTC
91f5f4a Merge pull request #16892 from mjlshen/website-745 Update README to callout the issue triage meeting 09 November 2023, 14:28:22 UTC
1f3652e Merge pull request #16895 from arjunmalhotra1/main etcd: upgrade go version from 1.21.3 to 1.21.4 09 November 2023, 14:20:43 UTC
6ddca65 etcd: upgrade go version from 1.21.3 to 1.21.4 To keep etcd projects up to date with the latest patch releases & incorporate the latest security updates. Signed-off-by: Arjun Malhotra <am2cj@virginia.edu> 09 November 2023, 06:18:48 UTC
ecfee78 Update README to callout the issue triage meeting Signed-off-by: Michael Shen <mishen@umich.edu> 08 November 2023, 15:34:31 UTC
2b7e1c6 fix scripts Signed-off-by: Tessa Pham <hpham111@bloomberg.net> 08 November 2023, 06:27:13 UTC
649b365 Merge pull request #16883 from mjlshen/16760 scripts: macOS support for scripts/genproto.sh 08 November 2023, 00:56:45 UTC
e526bdd Merge pull request #16884 from etsrpl/main etcd-io tests: trial arm64 on every pr with a small robustness workflow 08 November 2023, 00:47:19 UTC
3381a4c Merge pull request #16885 from spawulski/main README.md: Add documentation for new snapshot restore flags 08 November 2023, 00:46:05 UTC
3bf21cd Merge pull request #16886 from tessapham/bom update dependency in BOM check 08 November 2023, 00:45:17 UTC
c4499ad replace archived repo in BOM check Signed-off-by: Tessa Pham <hpham111@bloomberg.net> 07 November 2023, 23:41:11 UTC
2021811 README.md: Add documentation for new snapshot restore flags the bump-revision and mark-compated flags were added to `snapshot restore` and required documentation. Signed off by Stephen Pawulski spawulski@gmail.com Signed-off-by: spawulski <spawulski@lotlinx.com> 07 November 2023, 23:32:25 UTC
904e558 etcd-io tests: trial arm64 on every pr with a small robustness workflow Trial running a small robustness workflow for arm64 on every pull request KubeconNA 2023 Contribfest issue #16863 Signed-off-by: Etienne Simard <esimard@ripple.com> 07 November 2023, 23:01:28 UTC
27272c3 scripts: macOS support for scripts/genproto.sh This commit will allow scripts/genproto.sh to fall back to gsed if available, which is required for the script to work on macOS. Signed-off-by: Michael Shen <mishen@umich.edu> 07 November 2023, 23:00:36 UTC
7e00a1e Merge pull request #16882 from vivekpatani/main etcdctl,etcdutl,server,tests: update golang.org/x/time to v0.4.0 07 November 2023, 17:45:45 UTC
d2ada92 etcdctl,etcdutl,server,tests: update golang.org/x/time to v0.4.0 - https://github.com/etcd-io/etcd/pull/16880 Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com> 07 November 2023, 17:01:51 UTC
02794b0 Merge pull request #16864 from vivekpatani/main clientv3,server,tests: bump dependencies identified by dependabot 05 November 2023, 17:47:10 UTC
8264b4e clientv3,server,tests: bump dependencies identified by dependabot Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com> 05 November 2023, 15:27:37 UTC
d38f7dc Merge pull request #16787 from evanj/evan.jones/rm-unsetenv osutil: remove unused Unsetenv function 04 November 2023, 12:36:44 UTC
aa67cbe Complete migration to OWNERS file. Signed-off-by: James Blair <mail@jamesblair.net> 04 November 2023, 11:02:45 UTC
d8284a1 Merge pull request #16859 from ZhouJianMS/zhoujian/raft-io-stall Add robustness failpoint for IO stall in raft loop 03 November 2023, 12:57:18 UTC
d208985 error handling for gofailpoint Signed-off-by: ZhouJianMS <zhoujian@microsoft.com> 03 November 2023, 11:25:17 UTC
827dc18 Add IO stall failpoint in raft loop Signed-off-by: ZhouJianMS <zhoujian@microsoft.com> 03 November 2023, 08:42:33 UTC
19bf472 Merge pull request #16854 from etcd-io/dependabot/github_actions/github/codeql-action-2.22.5 build(deps): bump github/codeql-action from 2.22.4 to 2.22.5 30 October 2023, 19:27:57 UTC
aa4727c Merge pull request #16855 from etcd-io/dependabot/github_actions/ossf/scorecard-action-2.3.1 build(deps): bump ossf/scorecard-action from 2.3.0 to 2.3.1 30 October 2023, 18:56:25 UTC
6343516 build(deps): bump ossf/scorecard-action from 2.3.0 to 2.3.1 Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](https://github.com/ossf/scorecard-action/compare/483ef80eb98fb506c348f7d62e28055e49fe2398...0864cf19026789058feabb7e87baa5f140aac736) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 30 October 2023, 17:37:52 UTC
ac5be8e build(deps): bump github/codeql-action from 2.22.4 to 2.22.5 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.4 to 2.22.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/49abf0ba24d0b7953cb586944e918a0b92074c80...74483a38d39275f33fcff5f35b679b5ca4a26a99) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 30 October 2023, 17:37:48 UTC
5cc9f7f Merge pull request #16835 from chaochn47/e2e-livez-readyz add livez readyz e2e tests 29 October 2023, 15:54:57 UTC
4701a71 Merge pull request #16836 from chaochn47/defrag_follow_up v3rpc: online defrag toggles gRPC health server serving status 29 October 2023, 15:32:36 UTC
42d9e43 tests/e2e: enhance livez readyz e2e tests Signed-off-by: Chao Chen <chaochn@amazon.com> 29 October 2023, 01:00:14 UTC
e8ae83f Add e2e tests for livez readyz Signed-off-by: Chao Chen <chaochn@amazon.com> 29 October 2023, 00:57:12 UTC
8a6c133 v3rpc: run health notifier to listen on online defrag state change Signed-off-by: Chao Chen <chaochn@amazon.com> 29 October 2023, 00:49:24 UTC
5fad87c Merge pull request #16840 from serathius/date-v3.5.10 Update date of v3.5.10 release 27 October 2023, 12:53:35 UTC
6b9fb70 Update date of v3.5.10 release Signed-off-by: Marek Siarkowicz <siarkowicz@google.com> 27 October 2023, 11:41:59 UTC
a4f507c Merge pull request #16832 from ahrtr/3.6_bump_bbolt_1.3.8_20231026 Bump bbolt to 1.3.8 for main branch 27 October 2023, 08:22:59 UTC
1101655 bump bbolt to 1.3.8 for main branch Signed-off-by: Benjamin Wang <wachao@vmware.com> 26 October 2023, 15:34:15 UTC
2dc6275 Merge pull request #16824 from jmhbnz/fix-robustness-arm64-runs-on Fix arm64 robustness and stop running workflows in containers 26 October 2023, 08:44:40 UTC
6dea713 Stop running test workflows in containers. Signed-off-by: James Blair <mail@jamesblair.net> 26 October 2023, 07:52:04 UTC
cd26faf Fix runs-on for arm64 robustness. Signed-off-by: James Blair <mail@jamesblair.net> 25 October 2023, 18:21:54 UTC
4d77fd1 Merge pull request #16278 from chaochn47/grpc_health_check_poc gRPC health server sets serving status to NOT_SERVING on defrag 25 October 2023, 17:42:40 UTC
9a59230 CHANGELOG-3.6.md: add etcd --experimental-stop-grpc-service-on-defrag Signed-off-by: Chao Chen <chaochn@amazon.com> 25 October 2023, 15:59:25 UTC
913c825 tests: add client failover on defrag test case in e2e Signed-off-by: Chao Chen <chaochn@amazon.com> 25 October 2023, 15:59:07 UTC
ea03547 online defrag notifies gRPC health server to expose NOT_SERVING status Signed-off-by: Chao Chen <chaochn@amazon.com> 25 October 2023, 15:58:33 UTC
5761f9c Merge pull request #16825 from jmhbnz/revert-robustness-to-old-runners Revert runner change for main robustness nightly 25 October 2023, 13:24:26 UTC
b9498fd Revert runner change for main robustness nightly. Until we can resolve issues with fuse for new actuated runner. Signed-off-by: James Blair <mail@jamesblair.net> 25 October 2023, 11:55:43 UTC
3347568 Merge pull request #16821 from ahrtr/workflow_20231024 Schedule the arm64 related workflow nightly 24 October 2023, 19:16:50 UTC
974679f schedule the arm64 related workflow nightly Signed-off-by: Benjamin Wang <wachao@vmware.com> 24 October 2023, 18:08:27 UTC
0f919cc Merge pull request #16801 from alexellis/actuated/managed-arm64 Switch over to managed Arm64 hosts 24 October 2023, 17:23:04 UTC
a83f580 Enable manual testing of e2e-arm64-nightly job Adding workflow_dispatch as an "on" trigger enables manual testing by maintainers, without having to wait for the nightly cron schedule. @ahrtr requested this temporary change in order to trigger the arm64 jobs via CI. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com> 24 October 2023, 11:04:52 UTC
4777126 Merge pull request #16810 from ahrtr/bump_raft_20231023 Bump raft to latest commit 24 October 2023, 09:56:51 UTC
3438200 test: implement method ForgetLeader for struct nodeRecorder Signed-off-by: Benjamin Wang <wachao@vmware.com> 24 October 2023, 09:19:13 UTC
ae60b55 bump raft to latest commit Signed-off-by: Benjamin Wang <wachao@vmware.com> 24 October 2023, 09:17:57 UTC
b2fff4e Merge pull request #16820 from jmhbnz/weekly-dependency-update [2023-10-24] Bump dependencies identified by dependabot 24 October 2023, 09:04:54 UTC
d2af596 depdendency: bump github.com/prometheus/common from 0.44.0 to 0.45.0. Signed-off-by: James Blair <mail@jamesblair.net> 24 October 2023, 04:44:01 UTC
e6e740f depdendency: bump google.golang.org/grpc from 1.58.3 to 1.59.0. Signed-off-by: James Blair <mail@jamesblair.net> 24 October 2023, 04:39:39 UTC
406cb94 Merge pull request #16816 from etcd-io/dependabot/github_actions/actions/checkout-4.1.1 build(deps): bump actions/checkout from 4.1.0 to 4.1.1 23 October 2023, 18:37:12 UTC
297973f build(deps): bump actions/checkout from 4.1.0 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/8ade135a41bc03ea155e62e844d188df1ea18608...b4ffde65f46336ab88eb53be808477a3936bae11) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 23 October 2023, 17:52:59 UTC
02c7f94 Merge pull request #16815 from etcd-io/dependabot/github_actions/github/codeql-action-2.22.4 build(deps): bump github/codeql-action from 2.22.3 to 2.22.4 23 October 2023, 17:52:09 UTC
6e9f458 build(deps): bump github/codeql-action from 2.22.3 to 2.22.4 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.3 to 2.22.4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/0116bc2df50751f9724a2e35ef1f24d22f90e4e1...49abf0ba24d0b7953cb586944e918a0b92074c80) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 23 October 2023, 17:16:09 UTC
286bb0b Switch over to managed Arm64 hosts This change switches over from 2x self-managed runners where side effects are possible between builds, to a pool of servers where each build runs in an isolated VM. The service is provided by actuated.dev, and sponsored by both Ampere and the CNCF. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com> 23 October 2023, 17:13:14 UTC
7f2936d Merge pull request #16762 from chaochn47/changelog-grpc-1.47.0 CHANGELOG-3.5.md: Upgrade gRPC to 1.58.3 20 October 2023, 18:23:22 UTC
ee60146 CHANGELOG-3.5.md: Upgrade gRPC to 1.47.0 Signed-off-by: Chao Chen <chaochn@amazon.com> 20 October 2023, 15:30:55 UTC
44ce4f9 Merge pull request #16698 from chaochn47/health_check_e2e_test add existing http health check handler e2e test 19 October 2023, 09:41:01 UTC
45fb456 Merge pull request #16786 from serathius/robustness-drop-packet Implement random packet dropping 19 October 2023, 06:44:23 UTC
1324f03 add existing http health check handler e2e test Signed-off-by: Chao Chen <chaochn@amazon.com> 18 October 2023, 19:42:23 UTC
262a3a1 Merge pull request #16793 from jmhbnz/main Direct questions to our discussion forums 18 October 2023, 10:15:13 UTC
d8c410f Merge pull request #16791 from chaochn47/remove-deprecated-gRPC-API remove deprecated gRPC API usage 18 October 2023, 10:13:09 UTC
aa28a69 Implement random packet dropping Signed-off-by: Marek Siarkowicz <siarkowicz@google.com> 18 October 2023, 08:14:43 UTC
11edde9 Merge pull request #16622 from fuweid/fix-unparam-lint *: enable and fix unparam lint 18 October 2023, 07:21:22 UTC
ff74864 Direct questions to our discussion forums. Signed-off-by: James Blair <mail@jamesblair.net> 18 October 2023, 01:14:34 UTC
3c6d2e9 remove deprecated gRPC API usage Signed-off-by: Chao Chen <chaochn@amazon.com> 17 October 2023, 22:51:25 UTC
bbf59a9 Merge pull request #16789 from fuweid/cleanup-build-cov *: cleanup main_test.go 17 October 2023, 15:31:52 UTC
f96000e *: cleanup main_test.go The #15544 has removed the `build_cov` build. And after go1.20, we use `-cover` buildflag to enable coverage exporter. We don't need to maintain main_test.go anymore. ```bash ➜ pwd /home/fuwei/go/src/go.etcd.io/etcd/etcdctl ➜ go build -o /tmp/etcdctl -cover ./ ➜ mkdir /tmp/etcdctl-covdata ➜ GOCOVERDIR=/tmp/etcdctl-covdata /tmp/etcdctl get /health ➜ go tool covdata percent -i=/tmp/etcdctl-covdata go.etcd.io/etcd/etcdctl/v3 coverage: 66.7% of statements go.etcd.io/etcd/etcdctl/v3/ctlv3 coverage: 83.3% of statements go.etcd.io/etcd/etcdctl/v3/ctlv3/command coverage: 15.4% of statements ``` REF: https://go.dev/testing/coverage/ Signed-off-by: Wei Fu <fuweid89@gmail.com> 17 October 2023, 13:47:23 UTC
aea1cd0 feat: enable unparam lint Signed-off-by: Wei Fu <fuweid89@gmail.com> 17 October 2023, 13:24:13 UTC
85bd1af osutil: remove unused Unsetenv function The osutil.Unsetenv function is not used. Today, os.Unsetenv exists in the standard library, and is already used elsewhere in etcd. Removing this function could break things that may be importing this package. According to pkg.go.dev, it seems like the only thing is etcd forks, so it may be worth getting rid of this code. See: https://pkg.go.dev/github.com/coreos/etcd/pkg/osutil?tab=importedby Signed-off-by: Evan Jones <ej@evanjones.ca> 17 October 2023, 13:07:47 UTC
be83fff Merge pull request #16778 from QuentinBisson/patch-1 Fix cluster variable in mixins 17 October 2023, 11:59:31 UTC
cba514e Merge pull request #16651 from siyuanfoundation/livez-pr Add livez and readyz for etcd 17 October 2023, 11:37:45 UTC
e51b639 Merge pull request #16766 from serathius/robustness-member-replace Add member replace failpoint to robustness tests 17 October 2023, 11:36:21 UTC
5fed813 Merge pull request #16767 from serathius/robustness-main-test Make the main_test the entrypoint and move senario generation to separate file 17 October 2023, 11:09:16 UTC
36a3719 Merge pull request #16783 from sharathsivakumar/shsi/bump_deps_7 Bump dependencies manually 17 October 2023, 10:07:43 UTC
b5622a2 dependency: bump github.com/google/go-cmp from 0.5.9 to 0.6.0 Signed-off-by: Sharath Sivakumar <mailssr9@gmail.com> 17 October 2023, 09:24:25 UTC
3bb27f0 dependency: bump github.com/alexfalkowski/gocovmerge from 1.2.1 to 1.2.2 Signed-off-by: Sharath Sivakumar <mailssr9@gmail.com> 17 October 2023, 09:21:29 UTC
7e8bb15 Add member replace failpoint to robustness tests Signed-off-by: Marek Siarkowicz <siarkowicz@google.com> 17 October 2023, 09:17:49 UTC
447aa33 dependency: bump golang.org/x/sync from 0.3.0 to 0.4.0 Signed-off-by: Sharath Sivakumar <mailssr9@gmail.com> 17 October 2023, 09:15:22 UTC
back to top