Marek Siarkowicz
bcadd039a1
Merge pull request #13673 from ahrtr/replace_gobin
...
Replace gobin with go install
2022-02-11 10:26:31 +01:00
Marek Siarkowicz
20c89df5e5
Merge pull request #13525 from ahrtr/do_not_wait_ReadyNotify_infinitely
...
Etcd server shouldn't wait for the ready notification infinitely on startup
2022-02-08 14:50:09 +01:00
ahrtr
900fc8dd7e
replace gobin with go install
...
The repository github.com/myitcv/gobin has already been archived,
and the `go install` command accepts arguments with version suffixs
starting from 1.16 (for example, go install example.com/cmd@v1.0.0).
So there is no reason to continue to use gobin.
2022-02-08 05:41:21 +08:00
Marek Siarkowicz
986a2b51f4
Merge pull request #13636 from serathius/remove-v2-client
...
Remove v2 server
2022-02-02 11:41:56 +01:00
Sahdev Zala
1986357b4c
Merge pull request #13663 from serathius/post-3.5.2
...
release: Post v3.5.2 release updates and fixes
2022-02-01 18:45:00 -05:00
Marek Siarkowicz
902dc05014
tests: Update assertAuthority to explain filtering put method requests
2022-02-01 16:47:23 +01:00
Marek Siarkowicz
43c1631f26
tests: Use cmp.Equal to avoid mutating arguments
2022-02-01 16:47:18 +01:00
Marek Siarkowicz
ec8d8802fc
Merge pull request #13490 from serathius/wal-static-analysis
...
Implement WAL static analysis to ensure that new entries will be properly annotated
2022-02-01 16:15:07 +01:00
Marek Siarkowicz
aa76b32a05
release: Post v3.5.2 release updates and fixes
2022-02-01 15:36:45 +01:00
richkun
95ae9c19f0
Show db in use when print endpoint status ( #13639 )
2022-01-29 19:01:45 -08:00
Gyuho Lee
02d4de6200
Merge pull request #13652 from spzala/addmaintainer
...
Add Marek as a project maintainer
2022-01-28 10:59:20 -10:00
Piotr Tabor
9d1c02cfa0
Merge pull request #13647 from serathius/words
...
Remove unused .words file
2022-01-28 19:41:41 +01:00
Piotr Tabor
58a6b798b7
Merge pull request #13157 from serathius/travis
...
Remove travis
2022-01-28 19:39:25 +01:00
Sahdev Zala
28cf7e96c2
Merge pull request #13638 from serathius/bug-template
...
Add bug report issue template
2022-01-28 10:54:19 -05:00
Marek Siarkowicz
0c67c5ca49
tools: Move external packages constant to top level
2022-01-28 16:12:00 +01:00
Marek Siarkowicz
3df14fc24f
Document proto annotations scripts
2022-01-28 16:08:28 +01:00
Piotr Tabor
a99c919a9f
Merge pull request #13651 from serathius/coverage
...
Re-enable code coverage upload
2022-01-28 13:54:33 +01:00
Piotr Tabor
178bef917e
Merge pull request #13657 from serathius/grpcproxy-pararellize
...
tests: Parallelize grpcproxy tests
2022-01-28 13:53:35 +01:00
Marek Siarkowicz
099cffcaa0
tests: Parallelize grpcproxy tests
2022-01-28 12:00:15 +01:00
Marek Siarkowicz
f4187b4460
tools: Improve proto annotation documentation
2022-01-28 11:40:55 +01:00
Marek Siarkowicz
c836905a1d
proxy: Fix proxy not passing Linearizable field by using GRPC client
2022-01-28 11:39:19 +01:00
Marek Siarkowicz
1beae5428e
Add bug report issue template
2022-01-28 11:24:09 +01: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
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
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