Marek Siarkowicz
1beae5428e
Add bug report issue template
2022-01-28 11:24:09 +01:00
Hitoshi Mitake
2e74e4d636
server/auth: avoid logging for JWT token for a case of failed parsing
2022-01-27 22:33:03 +09:00
ahrtr
a879ccf152
updated servePeers to remvoe the grpc server
2022-01-27 16:22:01 +08:00
ahrtr
1713dc67b5
etcd server shouldn't wait for the ready notification infinitely on startup
2022-01-27 16:19:20 +08:00
Piotr Tabor
7101e8569d
Merge pull request #13646 from serathius/changelog
...
Move changelogs to subdirectory
2022-01-27 09:17:17 +01:00
Piotr Tabor
86a5b1e70a
Merge pull request #13650 from serathius/graviton2
...
Remove badge for disabled test suite
2022-01-27 09:15:58 +01:00
Sahdev Zala
f57e4a207d
Add Marek as a project maintainer
...
Marek is one of the current reviewers. He has consistently
performed all the tasks to earn a top-level maintainer role as
described in the
https://github.com/etcd-io/etcd/blob/main/GOVERNANCE.md#maintainers
Per discussion with existing maintainers, I nominate him for the
maintainer role.
Marek, thank you for your outstanding contributions to the project.
2022-01-26 18:24:49 -05:00
Marek Siarkowicz
50b09d4f88
Re-enable code coverage upload
2022-01-26 20:18:43 +01:00
Marek Siarkowicz
4bfcd84259
server: Handle V2Request when analysis WAL entries
2022-01-26 15:50:14 +01:00
Marek Siarkowicz
d865bb96f1
server: Refactor wal version to use visitor pattern
2022-01-26 15:50:14 +01:00
Marek Siarkowicz
6d808e5d7d
*: Add static validation to etcd_version proto annotation
2022-01-26 15:50:14 +01:00
Marek Siarkowicz
2d336a11c8
Remove badge for disabled test suite
2022-01-26 15:24:15 +01:00
Marek Siarkowicz
178bfc5a5a
Remove unused .words file
2022-01-26 12:00:27 +01:00
Marek Siarkowicz
e65b64ad36
Remove .travis.yaml
2022-01-26 11:48:52 +01:00
Marek Siarkowicz
db5b3a9a6d
Move changelogs to subdirectory
2022-01-26 11:46:20 +01:00
bjyangxuanjia
d108a241d0
fix panic when restart after removeMember
...
fix panic when restart after removeMember
fix panic when restart after removeMember
2022-01-26 16:03:00 +08:00
Marek Siarkowicz
692b3c4cd7
server: Remove most of V2 API
2022-01-25 15:24:13 +01:00
Marek Siarkowicz
37879eb5f9
test: Migrate WaitMembersMatch to V3 API
2022-01-25 13:56:17 +01:00
Sahdev Zala
682b867653
Merge pull request #13640 from serathius/revision
...
tests: Move revision tests out of concurrency
2022-01-24 13:57:11 -05:00
Marek Siarkowicz
c59694d41e
test: Migrate WaitMembersForLeader to V3 API
2022-01-24 17:26:51 +01:00
Marek Siarkowicz
81490c25d1
test: Migrate WaitStarted to V3 API
2022-01-24 17:26:50 +01:00
Marek Siarkowicz
ee6306b9f9
Migrate RemoveMember and AddMember to V3 API
2022-01-24 17:01:22 +01:00
Eng Zer Jun
e9edc5432c
*: use T.TempDir
to create temporary test directory
...
The directory created by `T.TempDir()` and is automatically removed when
the test and all its subtests complete.
Reference: https://pkg.go.dev/testing#T.TempDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-01-25 00:00:46 +08:00
Marek Siarkowicz
3788523a3e
tests: Move revision tests out of concurrency
2022-01-24 15:33:30 +01:00
Piotr Tabor
a1fb9ff1e4
Merge pull request #13621 from serathius/integration-v2-api
...
Remove V2 API usage from Integration tests
2022-01-24 12:28:42 +01:00
Piotr Tabor
f9a8c49c69
Merge pull request #13555 from ahrtr/protect_range_sort
...
Add protection code for Range when the sortTarget is an invalid value
2022-01-22 16:05:43 +01:00
Piotr Tabor
451ea5406e
Merge pull request #13556 from yank1/use-distroless-as-base-image
...
Use Distroless as base image
2022-01-22 16:03:14 +01:00
Piotr Tabor
17568a19f4
Merge pull request #13568 from horizonzy/avoid-always-put-metaterm
...
Avoid always update meta term.
2022-01-22 16:02:50 +01:00
Sahdev Zala
f73d625da6
Merge pull request #13633 from spzala/ghactionpermission
...
Revert CodeQL permission
2022-01-21 17:12:46 -05:00
Sahdev Zala
f8eeecc359
Revert CodeQL permission
...
Reverting per the latest discussion in the issue 13588 to
test if we can remove the write permission.
2022-01-21 16:45:08 -05:00
Piotr Tabor
32dc022ea4
Merge pull request #13631 from serathius/patch-3
...
Add required permissions for CodeQL
2022-01-21 14:57:12 +01:00
Marek Siarkowicz
0ab7c7842e
Add required permissions for CodeQL
2022-01-21 14:21:10 +01:00
Marek Siarkowicz
a53074542b
test: Run v2 discovery tests on previous version binary
2022-01-20 14:10:09 +01:00
Marek Siarkowicz
264fdbb6a1
test: Remove separation between V2 and V3 cluster in integration tests
2022-01-20 14:10:09 +01:00
Marek Siarkowicz
7b365e48d3
test: Remove usage of V2 Put API in tests
2022-01-20 14:10:09 +01:00
Marek Siarkowicz
de30257d79
test: Always run server with grpc enabled
2022-01-20 14:10:09 +01:00
Marek Siarkowicz
51f72915e4
test: Move UseGRPC to member config
2022-01-20 14:10:09 +01:00
Marek Siarkowicz
87c8e8b868
test: Migrate to ClusterV3 cluster in integration tests
2022-01-20 14:10:09 +01:00
Marek Siarkowicz
69fc517e56
test: Add StrictReconfigCheck to cluster
2022-01-20 14:10:09 +01:00
Marek Siarkowicz
98242da5f1
test: Handle adding new members for clusters with TCP enabled
2022-01-20 14:10:09 +01:00
Marek Siarkowicz
5bcbf77980
tests: Move client to member struct
2022-01-20 14:10:09 +01:00
Piotr Tabor
b8182cd2af
Merge pull request #13627 from a523/update-readme
...
README: fix go version that development required
2022-01-20 10:42:22 +01:00
leixin
dc90699db2
README: fix go version that development required
2022-01-20 16:17:10 +08:00
Sahdev Zala
1ec3722ce5
Merge pull request #13626 from ml-/alerts-summary
...
contrib/mixin: add missing summary to alerts
2022-01-19 17:00:31 -05:00
Sahdev Zala
21687ba013
Merge pull request #13625 from spzala/updatemaintainers
...
Update maintainers
2022-01-19 14:37:31 -05:00
Matthias Lisin
7460379bad
contrib/mixin: add missing summary to alerts
...
to avoid alert messages being templated with undefined values lets
set summary for alerts that are currently missing one
2022-01-19 19:55:40 +01:00
Sahdev Zala
fff5c11ee9
Update maintainers
...
Move Brandon Philips to emeritus. Thank you Brandon for your
contributions and leadership to the project.
2022-01-19 13:32:23 -05:00
horizonzy
282e4e6e88
make code more readable.
2022-01-19 22:24:49 +08:00
Piotr Tabor
14a661e643
Merge pull request #13601 from lixd/op-put-lease
...
mvcc: add a fast return at put method
2022-01-19 14:47:26 +01:00
yankay
381752182a
Fix for code style
...
Signed-off-by: yankay <kay.yan@daocloud.io>
2022-01-18 21:13:35 +08:00