don't use#16308
Closed
callthingsoff wants to merge 4628 commits intoetcd-io:release-3.4from
callthingsoff:fix_unique_urls
Closed
don't use#16308callthingsoff wants to merge 4628 commits intoetcd-io:release-3.4from callthingsoff:fix_unique_urls
callthingsoff wants to merge 4628 commits intoetcd-io:release-3.4from
callthingsoff:fix_unique_urls
Conversation
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>
Update roles reference
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
Signed-off-by: James Blair <mail@jamesblair.net>
Signed-off-by: cui fliter <imcusg@gmail.com>
Signed-off-by: James Blair <mail@jamesblair.net>
remove repetitive the
Add jmhbnz as etcd reviewer
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>
Update linter and protoc
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.