Skip to content
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
wants to merge 1,074 commits into
base: master
Choose a base branch
from
Open

merge upstream master #10

wants to merge 1,074 commits into from

Conversation

buctwbzs
Copy link
Owner

gyuho and others added 30 commits March 10, 2021 09:48
Signed-off-by: Sam Batschelet <[email protected]>
vendor: bump gogo/proto to v1.3.2
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
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.
It is second approach (with first being #12762) to solve #12680
The CL disallows to create NewCluster in tests without BeforeTest.
ptabor and others added 28 commits May 12, 2021 09:23
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
README: add badges for all github action workflows
Add missing dash in the flag.
--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
@gyuho gyuho deleted the branch buctwbzs:master May 13, 2021 15:27
@gyuho gyuho deleted the master branch May 13, 2021 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.