frostfs-node/pkg
Evgenii Stratonikov 64660afd2e
All checks were successful
DCO action / DCO (pull_request) Successful in 2m18s
Vulncheck / Vulncheck (pull_request) Successful in 2m40s
Build / Build Components (1.20) (pull_request) Successful in 3m25s
Build / Build Components (1.21) (pull_request) Successful in 3m20s
Tests and linters / Staticcheck (pull_request) Successful in 3m44s
Tests and linters / Tests (1.20) (pull_request) Successful in 5m5s
Tests and linters / Tests with -race (pull_request) Successful in 5m12s
Tests and linters / Tests (1.21) (pull_request) Successful in 16m31s
Tests and linters / Lint (pull_request) Successful in 20m15s
[#609] Replace zaptest.NewLogger() with zap.L()
Semantic patch:
```
@@
@@
-import "go.uber.org/zap/zaptest"
+import "go.uber.org/zap"

-zaptest.NewLogger(t)
+zap.L()
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-08-17 15:49:24 +03:00
..
core [#481] Update frostfs-sdk-go and error pointer receivers 2023-08-09 10:26:53 +00:00
innerring [#248] innerring: Remove audit from tests 2023-08-10 16:38:43 +00:00
local_object_storage [#609] Replace zaptest.NewLogger() with zap.L() 2023-08-17 15:49:24 +03:00
metrics [#565] Add metrics for current GRPC endpoint status 2023-08-10 16:37:49 +00:00
morph [#162] core: Move literals to constants 2023-08-11 15:48:42 +03:00
network [#463] putsvc: Use PutSingle RPC for remote target 2023-07-18 10:52:12 +00:00
services [#609] Replace zaptest.NewLogger() with zap.L() 2023-08-17 15:49:24 +03:00
util [#585] fstree: Add optional file counter 2023-08-16 14:47:44 +03:00