Skip to content

don't use#16308

Closed
callthingsoff wants to merge 4628 commits intoetcd-io:release-3.4from
callthingsoff:fix_unique_urls
Closed

don't use#16308
callthingsoff wants to merge 4628 commits intoetcd-io:release-3.4from
callthingsoff:fix_unique_urls

Conversation

@callthingsoff
Copy link
Copy Markdown
Contributor

@callthingsoff callthingsoff commented Jul 26, 2023

No description provided.

ahrtr and others added 30 commits May 25, 2023 18:45
tools/benchmark: support limit flag for range
Signed-off-by: Hitoshi Mitake <h.mitake@gmail.com>
Co-authored-by: Marek Siarkowicz <siarkowicz@google.com>
Documentation: describe onboarding process
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
*: use strings.Builder instead of bytes.Buffer
Run arm64 tests in containers on self hosted runners
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Signed-off-by: Hubert Zhang <hubert.zyk@gmail.com>
tests/robustness: Use traffic.RecordingClient in watch
Signed-off-by: James Blair <mail@jamesblair.net>
ci: Introduce yamllint for actions workflow files
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.3 to 2.3.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@29b1f65...0225834)

---
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>
…ub/codeql-action-2.3.5

build(deps): bump github/codeql-action from 2.3.3 to 2.3.5
Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/arduino/setup-protoc/releases)
- [Commits](arduino/setup-protoc@4b35781...149f6c8)

---
updated-dependencies:
- dependency-name: arduino/setup-protoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…/tools/mod

Signed-off-by: Wei Fu <fuweid89@gmail.com>
…ino/setup-protoc-1.3.0

build(deps): bump arduino/setup-protoc from 1.2.0 to 1.3.0
[20230530] Bump dependencies identified by dependabot
We have moved the roles description from Governance file.

Signed-off-by: Sahdev Zala <spzala@us.ibm.com>
Two rules have been specified for yamlfmt here:
* Automatically add the header `---` to YAML files.
* Preserve line breaks.

ref:
https://github.com/google/yamlfmt/blob/main/docs/config-file.md#configuration-1

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Co-authored-by: Marek Siarkowicz <siarkowicz@google.com>
Strengthen etcd support policy in issue triage docs
Signed-off-by: James Blair <mail@jamesblair.net>
Clean golang cache for arm64 ci workflows
Signed-off-by: Benjamin Wang <wachao@vmware.com>
etcdctl: update the description for flag '--rev'
Add the rotation worksheet into the dependency management document
Signed-off-by: James Blair <mail@jamesblair.net>
Signed-off-by: Azanul <azanulhaque@gmail.com>
ci: add fix-yamllint rule in Makefile
Clean golang test cache for remaining ci workflows
jmhbnz and others added 27 commits July 13, 2023 20:58
Signed-off-by: James Blair <mail@jamesblair.net>
Signed-off-by: cui fliter <imcusg@gmail.com>
Signed-off-by: James Blair <mail@jamesblair.net>
Changelog: add items to cover the fix of bumping go to 1.19.11
clientv3: create keepAliveCtxCloser goroutine only if ctx can be canc…
Add new job for nightly release35 arm64 robustness
Signed-off-by: iuriatan <iuriatan@gmail.com>
Fix `make verify` issues after updating golangci-lint

Signed-off-by: iuriatan <iuriatan@gmail.com>
Signed-off-by: iuriatan <iuriatan@gmail.com>
…y_and_isOptsWithPrefix

expose op.isOptsWithFromKey and op.isOptsWithPrefix
ExpectProcess's Stop method uses 'strings.Contains' to check
the returned err, however, this can be avoided. os.ErrProcessDone's
error message is the same as the hardcoded string. So I think
this explicit error is what this method wants to compare.

Signed-off-by: Jes Cok <xigua67damn@gmail.com>
Signed-off-by: Lan Liang <gcslyp@gmail.com>
Add changelog for backport 13577 to 3.4&3.5.
The current printing code is complicated. This PR simplifies the
code and reduces the function calls.

Signed-off-by: Jes Cok <xigua67damn@gmail.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.20.3 to 2.20.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@46ed16d...489225d)

---
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>
…ub/codeql-action-2.20.4

build(deps): bump github/codeql-action from 2.20.3 to 2.20.4
Signed-off-by: Rajalakshmi Girish <rajalakshmi.girish1@ibm.com>
Signed-off-by: James Blair <mail@jamesblair.net>
pkg/expect: avoid hardcoding when checking ErrProcessDone
etcdctl/ctlv3/command: simplify code using fmt.Printf with '\n'
Fix flaky integration/clientv3/naming TestEtcdGrpcResolverRoundRobin
Obtain tags from git ls-remote to avoid reliance on local repository state.

Signed-off-by: James Blair <mail@jamesblair.net>
Ensure release is run for arm64 e2e nightly tests
From the name of func 'UniqueURLsFromFlag', we can tell that UniqueURLs'uss
should not have duplicates. The current implemention of UniqueURLs'Set
has a bug to make it unique. This PR fixes it.

Signed-off-by: Jes Cok <xigua67damn@gmail.com>
@callthingsoff callthingsoff changed the title [3.4] Backport #16272 to 3.4 don't use Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.