Commit Graph

21512 Commits

Author SHA1 Message Date
James Blair
b30a50d5a3 Merge pull request #17941 from ivanvc/remove-golangci-step-from-static-analysis
github/workflows: remove golangci-lint-action step from static-analysis
2024-05-06 18:38:39 +12:00
Thomas Jungblut
aff808ff0b Update changelog with quota to endpoint status response
change from #17877

Signed-off-by: Thomas Jungblut <tjungblu@redhat.com>
2024-05-06 08:37:14 +02:00
Ivan Valdes
cdf03d641a github/workflows: remove golangci-lint-action step from static-analysis
The golangci-lint-action step runs only on the repository's top-level
directory. Then, make verify reruns it on the same directory, which is
redundant.

However, to keep make verify target working, golangci-lint needs to be
installed locally.

Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-05-05 20:16:09 -07:00
Benjamin Wang
a8c6a9c605 Merge pull request #17937 from ivanvc/fix-running-make-fix
make: fix running fix target after verify
2024-05-05 07:45:51 +01:00
Benjamin Wang
301c74c688 Merge pull request #17932 from sharathsivakumar/shsi/dep_2
Manually bump dependencies
2024-05-04 20:09:12 +01:00
Ivan Valdes
0c134dd2c7 make: fix running fix target after verify
Define a Python virtual environment to install yamllint, if not
installed locally, in a temporary directory and delete it after the run
of the verify-yamllint command. This avoids the issue of building the
build of materials that doesn't follow symlinks in the virtual
environment directory.

Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-05-04 09:56:50 -07:00
James Blair
25367fc7e9 Merge pull request #17921 from ivanvc/enable-var-naming-linter-rule
Enable var-naming linter rule
2024-05-04 20:14:57 +12:00
Sharath Sivakumar
813e0865fe bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.25.0 to 1.26.0
Signed-off-by: Sharath Sivakumar <mailssr9@gmail.com>
2024-05-03 21:43:03 +02:00
Ivan Valdes
f6fa1daab7 tools/testgrid-analysis: fix var-naming warnings
Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-05-03 10:41:17 -07:00
Ivan Valdes
6b92a80ded tools/golangci: enable var-naming linter rule
Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-05-03 10:41:14 -07:00
Benjamin Wang
36414cb0b8 Merge pull request #17930 from jamesreprise/bootstraped
Fix typo bootstrapedCluster
2024-05-03 18:07:49 +01:00
Sharath Sivakumar
82113ab066 dependency: bump go.opentelemetry.io/otel/trace from 1.25.0 to 1.26.0
Signed-off-by: Sharath Sivakumar <mailssr9@gmail.com>
2024-05-03 18:27:52 +02:00
Sahdev Zala
7c198234f3 Merge pull request #17927 from spzala/releasedoc
Add etcd cloud project name
2024-05-03 09:04:26 -04:00
Benjamin Wang
13c0f75b7d Merge pull request #17877 from tjungblu/17872_status
add quota to endpoint status response
2024-05-03 13:03:23 +01:00
James Williams
ccb4ef76e3 typo: bootstrapedCluster -> bootstrappedCluster
Signed-off-by: James Williams <james.williams@griffin.com>
2024-05-03 11:34:55 +01:00
Benjamin Wang
3d4d4a0053 Merge pull request #17926 from jmhbnz/update-ownersfile
Update jmhbnz project role in owners
2024-05-03 07:04:39 +01:00
Benjamin Wang
3096df2207 Merge pull request #17922 from marefr/chore_grpc_chain_interceptors
Chore: Use chain interceptors from grpc package
2024-05-03 06:48:01 +01:00
Sahdev Zala
060adbb891 Add etcd cloud project name
Installation of gsutil asks about picking a cloud proejct from a
list of projects that one has access to along with an option to
create a new project. Clarifying the name here would be helpeful.

Signed-off-by: Sahdev Zala <spzala@us.ibm.com>
2024-05-02 16:15:05 -04:00
James Blair
8fba624b1f Update jmhbnz to approver following promotion.
Signed-off-by: James Blair <mail@jamesblair.net>
2024-05-03 07:35:06 +12:00
Marcus Efraimsson
030066cdb2 Chore: Use chain interceptors from grpc package
Signed-off-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2024-05-01 22:26:50 +02:00
Marek Siarkowicz
c4e3b61a1c Record operation from failpoint injection
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2024-05-01 19:20:22 +02:00
Benjamin Wang
ce4588107a Merge pull request #17895 from callthingsoff/avoid_conversion_uint8_int
pkg/netutil: avoid conversion between uint8 and int for GetDefaultHost
2024-05-01 11:12:04 +01:00
Benjamin Wang
83754c1963 Merge pull request #17916 from ivanvc/update-3.4-changelog-to-add-pr-17896
changelog/3.4: add fix for member list not updated when node goes down
2024-05-01 07:29:01 +01:00
Ivan Valdes
27465ddf78 changelog/3.4: add fix for member list not updated when node goes down
Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-04-30 12:02:24 -07:00
Benjamin Wang
d31caaec4a Merge pull request #17793 from mneverov/fix-quorum-check
Fix remove member failed.
2024-04-30 19:52:14 +01:00
Benjamin Wang
09f7d7ab92 Merge pull request #17875 from ivanvc/fix-deprecation-comments-added-with-var-naming-lint-rule
Fix deprecation comments from addressing var-naming work
2024-04-30 19:51:37 +01:00
Benjamin Wang
0e37ffca81 Merge pull request #17902 from etcd-io/dependabot/github_actions/github/codeql-action-3.25.3
build(deps): bump github/codeql-action from 3.25.2 to 3.25.3
2024-04-30 09:26:14 +01:00
Marek Siarkowicz
35a34553a9 Merge pull request #17913 from ivanvc/dont-run-robustness-tests-in-forks
github/workflows: skip robustness tests in forks
2024-04-30 08:35:28 +02:00
Benjamin Wang
5078ce9e93 Merge pull request #17903 from etcd-io/dependabot/github_actions/golangci/golangci-lint-action-5.1.0
build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0
2024-04-30 07:06:06 +01:00
Benjamin Wang
d31097be03 Merge pull request #17905 from etcd-io/dependabot/github_actions/actions/download-artifact-4.1.7
build(deps): bump actions/download-artifact from 4.1.6 to 4.1.7
2024-04-30 07:01:07 +01:00
dependabot[bot]
e664a53f0d build(deps): bump github/codeql-action from 3.25.2 to 3.25.3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.2 to 3.25.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](8f596b4ae3...d39d31e687)

---
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>
2024-04-30 06:00:03 +00:00
Benjamin Wang
19b3309edf Merge pull request #17904 from etcd-io/dependabot/github_actions/actions/checkout-4.1.4
build(deps): bump actions/checkout from 4.1.3 to 4.1.4
2024-04-30 06:59:08 +01:00
Ivan Valdes
f6ab2043a3 github/workflows: skip robustness tests in forks
Robustness tests require a larger instance size, which user forks cannot
access. It also tries to trigger an ARM64 build that runs on actuated
infrastructure. By not running them on user forks, contributors won't be
notified that their builds are failing due to timeouts trying to run the
job, while the tests will still run on etcd-io/etcd pull requests and
commits.

Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-04-29 22:54:12 -07:00
dependabot[bot]
4d2caf5696 build(deps): bump actions/download-artifact from 4.1.6 to 4.1.7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](9c19ed7fe5...65a9edc588)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 17:39:08 +00:00
dependabot[bot]
5293994e86 build(deps): bump actions/checkout from 4.1.3 to 4.1.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](1d96c772d1...0ad4b8fada)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 17:39:05 +00:00
dependabot[bot]
dcfc447fd3 build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 5.1.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](3cfe3a4abb...9d1e0624a7)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 17:38:58 +00:00
Benjamin Wang
2b1914c262 Merge pull request #17770 from tico88612/feat/update-tools
Test: add tools/rw-heatmaps & tools/testgrid-analysis to module_dirs
2024-04-29 18:35:05 +01:00
Benjamin Wang
6d25331d6e Merge pull request #17893 from jimmy-bro/flaky
github workflow: drop measure test flakiness
2024-04-29 18:34:03 +01:00
Jes Cok
e50fe39d94 pkg/netutil: avoid type conversion between uint8 and int for GetDefaultHost
Signed-off-by: Jes Cok <xigua67damn@gmail.com>
2024-04-30 00:28:06 +08:00
zgzhang4
0bd0c4a21b github workflow: drop measure test flakiness
Signed-off-by: zgzhang4 <zgzhang4@iflytek.com>
2024-04-29 23:20:45 +08:00
Marek Siarkowicz
6a1e28a519 Merge pull request #17890 from serathius/robustness-lease-revoke
Add LeaseRevoke request to WAL parsing
2024-04-29 13:33:32 +02:00
Marek Siarkowicz
2a8f77c99a Merge pull request #17842 from henrybear327/gofail/show_req_error_msg
gofail: show error messages returned by gofail HTTP endpoints
2024-04-29 08:46:54 +02:00
Chun-Hung Tseng
133576899c gofail: show error messages returned by gofail HTTP endpoints
Upon HTTP request error from fetchFailpointsBody, PUT and DELETE,
all of them will return an error message, which would be nice for
debugging if displayed.

Simplify `Enabled()` logic (linter suggestion)

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-04-28 05:49:24 +08:00
Marek Siarkowicz
1e7dd97e3b Add LeaseRevoke request to WAL parsing
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2024-04-27 12:04:27 +02:00
Marek Siarkowicz
0bd7008eea Merge pull request #17878 from callthingsoff/omit_conversion_using_verb_s
all: don't convert byte slice to string when using verb %s
2024-04-26 16:43:54 +02:00
tico88612
a988f7edc5 script/test_lib: add description about modules
Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
2024-04-26 20:08:05 +08:00
tico88612
e3c1812302 testgrid-analysis: tab is unused & remove
Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
2024-04-26 20:08:05 +08:00
tico88612
6138a4cbba testgrid-analysis: increment-decrement fixed
Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
2024-04-26 20:08:05 +08:00
tico88612
aa53afdce2 test: add tools/{rw-heatmaps,testgrid-analysis} to module_dirs
Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
2024-04-26 20:07:59 +08:00
Marek Siarkowicz
b36d9b2156 Merge pull request #17731 from serathius/robustness-wal-validate-watch
Robustness wal validate watch
2024-04-26 08:37:33 +02:00