Marek Siarkowicz
96840277d0
github: Add necessery permissions for CodeQL
2022-05-05 10:07:02 +02:00
Marek Siarkowicz
b58fce3100
Merge pull request #14007 from ahrtr/fix_build_ci
...
change ARCH to GOARCH in build.yaml
2022-05-04 10:21:38 +02:00
ahrtr
df25844284
change ARCH to GOARCH in build.yaml
2022-05-04 05:48:53 +08:00
Sahdev Zala
1597219ca7
Merge pull request #14004 from eval-exec/fix-race
...
Fix data race in testWatchOverlapContextCancel #14003
2022-05-02 11:03:16 -04:00
eval-exec
755e2e7755
fix data race in testWatchOverlapContextCancel #14003
2022-05-01 21:12:38 +08:00
Piotr Tabor
00d6d40aea
Merge pull request #13940 from lavacat/leases-list-test
...
tests/common/lease: don't use revision to wait for leases
2022-04-29 10:12:18 +02:00
Piotr Tabor
e74c72ef4f
Merge pull request #13972 from ahrtr/simplify_etcdctl_backup
...
Simply etcdutl backup command to cleanup v2 related implementation
2022-04-29 10:11:32 +02:00
Piotr Tabor
52ea811af8
Merge pull request #13966 from VladSaioc/blocking-readyc
...
Fixed potential goroutine leak due to p.Ready() receive in pkg/proxy and dependents.
2022-04-28 16:12:02 +02:00
ahrtr
28240cf0c8
simply etcdutl backup command to cleanup v2 related implementation
2022-04-28 19:23:38 +08:00
Piotr Tabor
7ebebb4ff6
Merge pull request #13969 from cmurphy/update-crypto
...
*: Update golang.org/x/crypto to latest
2022-04-28 12:35:14 +02:00
Piotr Tabor
63d6c0e519
Merge pull request #13994 from spzala/toolsinstall
...
Doc: add installtion instructions for tools
2022-04-28 11:41:56 +02:00
Sahdev Zala
02236b2773
Doc: add installtion instructions for tools
...
Add missing install commands. Update benchmark to go install as go
get usage is deprecated. Also, improve overall instructions and
experience.
related #13991
2022-04-28 01:13:02 -04:00
Marek Siarkowicz
bb63484dce
Merge pull request #13982 from ahrtr/fix_conflict_port
...
allocate unique port for each member in v3_snapshot_test cases
2022-04-27 16:06:26 +02:00
Marek Siarkowicz
82a258dc3c
Merge pull request #13981 from serathius/test-release
...
scripts: Add tests for release scripts
2022-04-26 16:46:11 +02:00
Marek Siarkowicz
dd98f1ceb3
Make DRY_RUN explicit
2022-04-26 15:42:45 +02:00
ahrtr
24002fb099
allocate unique port for each member in test cases
2022-04-26 12:32:00 +08:00
Bogdan Kanivets
67f3bb3ad4
tests/common/lease: don't use revision to wait for leases
...
Problem: TestLeaseGrantAndList is flaky because lists won't match at the end.
Test uses revision to verify that all members got leases. But checking for revision isn't enough.
Solution: use size of the list to stop polling.
2022-04-25 10:24:32 -07:00
Colleen Murphy
27bd78f6ab
Update golang.org/x/crypto to latest
...
Update crypto to address CVE-2022-27191.
The CVE fix is added in 0.0.0-20220315160706-3147a52a75dd but this
change updates to latest.
2022-04-25 09:52:12 -07:00
Marek Siarkowicz
d849269dab
Merge pull request #13986 from Sea-n/fix-md
...
doc: Fix Markdown code block
2022-04-25 13:01:29 +02:00
Piotr Tabor
887f95d0d3
Merge pull request #13963 from ptabor/20220412-verify-assert
...
Add verification consistent index is (nearly) never decreasing
2022-04-25 10:13:44 +02:00
Marek Siarkowicz
5472e589cf
scripts: Add tests for release scripts
2022-04-25 10:12:01 +02:00
Sean Wei
6d133aaf6a
doc: Fix Markdown code block
2022-04-25 15:06:38 +08:00
Marek Siarkowicz
b00bb535f0
Merge pull request #13643 from serathius/remove-etcdctl-v2
...
etcdctl: Remove V2 API commands
2022-04-24 14:13:17 +02:00
Marek Siarkowicz
c3ef24081b
Merge pull request #13967 from serathius/pm
...
Documentation: Create a data inconsistency postmortem
2022-04-24 13:41:59 +02:00
Marek Siarkowicz
26625ecb07
Merge pull request #13977 from ahrtr/update_changelog_3.5.4
...
Update the release date of 3.5.4
2022-04-24 13:35:57 +02:00
ahrtr
ccf178cce3
update the release date of 3.5.4
2022-04-24 19:10:54 +08:00
Marek Siarkowicz
d6368a20cf
etcdctl: Remove V2 API commands
2022-04-24 12:08:42 +02:00
Sahdev Zala
a379ffcfca
Merge pull request #13974 from tabboud/patch-1
...
embed: Fix logger spelling in NewZapLoggerBuilder godoc
2022-04-23 14:56:12 -04:00
Sahdev Zala
3cde98ca8c
Merge pull request #13965 from serathius/release-update
...
Documentation: Update contributor guide and remove outdated ROADMAP.md
2022-04-23 13:43:44 -04:00
Sahdev Zala
6205f1a4c7
Merge pull request #13970 from ahrtr/update_changelog_ci_panic
...
Update changelog for 3.5.4 and 3.6
2022-04-23 13:41:55 -04:00
Sahdev Zala
5ae3ebb497
Merge pull request #13971 from spzala/logging
...
Doc: update logging convention
2022-04-23 13:37:55 -04:00
Sahdev Zala
d4a21b5d17
Doc: update logging convention
...
Update the logging convention as capnslog is replaced by zap.
2022-04-22 14:38:48 -04:00
Marek Siarkowicz
7fe1bf52d6
Documentation: Update postmortem based on feedback from @ptabor
2022-04-22 18:30:21 +02:00
Tony Abboud
1d13e0733c
Fix logger spelling in NewZapLoggerBuilder godoc
...
Just a small docs fix that I happened to notice when setting up a new zap logger for etcd
2022-04-22 12:08:54 -04:00
Piotr Tabor
d69e07dd3a
Verification framework and check whether cindex is not decreasing.
2022-04-22 12:32:05 +02:00
Marek Siarkowicz
e9bc382c82
Documentation: Lowercase etcd in postmortem
2022-04-22 11:41:03 +02:00
Vlad Saioc
00ca558167
Fixed goroutine leak on NewServer
2022-04-22 08:57:19 +02:00
ahrtr
e85dc3e854
update changelog for 3.5.4 and 3.6
2022-04-22 06:17:14 +08:00
Marek Siarkowicz
b97f28c908
Documentation: Create a draft data inconsistency postmortem
2022-04-21 18:16:20 +02:00
Marek Siarkowicz
a722827c96
Documentation: Update contributor guide and remove outdated ROADMAP.md
2022-04-21 12:33:10 +02:00
Marek Siarkowicz
e02ac59cfc
Merge pull request #13942 from ahrtr/move_cindex_on_apply_fail
...
Update consitent_index when applying fails
2022-04-21 12:26:31 +02:00
ahrtr
6eef7ede40
Update conssitent_index when applying fails
...
When clients have no permission to perform whatever operation, then
the applying may fail. We should also move consistent_index forward
in this case, otherwise the consitent_index may smaller than the
snapshot index.
2022-04-20 21:44:48 +08:00
Marek Siarkowicz
4555fc3998
Merge pull request #13962 from serathius/contributor-docs
...
Add contributor docs
2022-04-20 11:39:13 +02:00
Marek Siarkowicz
efa52c4e1d
docs: Add contributor documentation
2022-04-20 10:58:57 +02:00
Piotr Tabor
52662ccd06
Merge pull request #13959 from ptabor/20220419-log-injection
...
Fix code scanning alert: This log write receives unsanitized user input
2022-04-19 16:26:25 +02:00
Piotr Tabor
fe35b5130e
Fix code scanning alert: This log write receives unsanitized user input
2022-04-19 13:49:08 +02:00
Piotr Tabor
03091b8146
Merge pull request #13949 from liggitt/revert-srv-dot
...
Revert #13712
2022-04-19 12:22:00 +02:00
Piotr Tabor
8d36956d0e
Merge pull request #13955 from ptabor/20220417-tests-improvements
...
test.sh script improvement (OsX centric)
2022-04-19 12:18:45 +02:00
Piotr Tabor
1b28597ba3
Merge pull request #13956 from vimalk78/fix-license-header-check
...
smoke test:fix license header check
2022-04-19 07:23:51 +02:00
Vimal Kumar
12ab72a6ff
smoke test:fix license header check
2022-04-19 08:35:22 +05:30