forked from etcd-io/etcd
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge upstream master #10
Open
buctwbzs
wants to merge
1,074
commits into
buctwbzs:master
Choose a base branch
from
etcd-io:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
create event do not need prevkv range
Signed-off-by: Sam Batschelet <[email protected]>
Signed-off-by: Sam Batschelet <[email protected]>
vendor: bump gogo/proto to v1.3.2
Fix gogo to 1.3.2 in api/go.mod.
Motivation: - ServerConfig is part of 'embed' public API, while etcdserver is more 'internal' - EtcdServer is already too big and config is pretty wide-spread leaf if we were to split etcdserver (e.g. into pre & post-apply part).
Move config (ServerConfig) out of etcdserver package.
TODO's 3.5: Decommission metrics, PreVote=true.
Fix/remove broken: TestMetricDbSizeDefragDebugging
Minor test fixes
1. We had the same code copied 3 times. 2. For no good reason the code was not reusing existing logger if this one is given.
etcd-raft-zap logger fixes.
The CL disallows to create NewCluster in tests without BeforeTest.
github actions: Run e2e tests
etcdserver: Implement running defrag if freeable space will exceed provided threshold (on boot)
client: Allow setting zap logger in config
github actions: Move e2e to separate workflow and remove semaphoreci
Swtich CI to use newest available 1.16 Go version
Signed-off-by: Gyuho Lee <[email protected]>
README: add badges for all github action workflows
Signed-off-by: Gyuho Lee <[email protected]>
Signed-off-by: Gyuho Lee <[email protected]>
Signed-off-by: Gyuho Lee <[email protected]>
Signed-off-by: Gyuho Lee <[email protected]>
Signed-off-by: Gyuho Lee <[email protected]>
Signed-off-by: Gyuho Lee <[email protected]>
Signed-off-by: Gyuho Lee <[email protected]>
Signed-off-by: Gyuho Lee <[email protected]>
Add missing dash in the flag.
doc: fix output flag format
--v2-deprecation flag: opt-in mode to validate that store-v2 has no user-content
client: Add logger argument to NewCtxClient
*: rename "master" branch references to "main" in source code
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.
Please read https://github.com/etcd-io/etcd/blob/master/CONTRIBUTING.md#contribution-flow.