frostfs-node/pkg
Ekaterina Lebedeva 7ffc82a066
All checks were successful
Vulncheck / Vulncheck (pull_request) Successful in 2m21s
Pre-commit hooks / Pre-commit (pull_request) Successful in 3m18s
Tests and linters / gopls check (pull_request) Successful in 3m53s
Tests and linters / Run gofumpt (pull_request) Successful in 4m34s
DCO action / DCO (pull_request) Successful in 4m53s
Build / Build Components (pull_request) Successful in 5m50s
Tests and linters / Staticcheck (pull_request) Successful in 6m13s
Tests and linters / Tests (pull_request) Successful in 6m23s
Tests and linters / Tests with -race (pull_request) Successful in 6m49s
Tests and linters / Lint (pull_request) Successful in 6m56s
[#1452] container: Add ListStream method
* Added new method for listing containers to container service.
  It opens stream and sends containers in batches.

* Added TransportSplitter wrapper around ExecutionService to
  split container ID list read from contract in parts that are
  smaller than grpc max message size. Batch size can be changed
  in node configuration file (as in example config file).

* Changed `container list` implementaion in cli: now ListStream
  is called by default. Old List is called only if ListStream
  is not implemented.

Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
2024-12-13 16:08:48 +03:00
..
ape [#1388] apeSvc: Drop unused and make annotations 2024-09-25 08:55:38 +00:00
core [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
innerring [#1546] morph/event: Export NotificationHandlerInfo fields 2024-12-11 07:39:49 +00:00
local_object_storage [#1555] engine: Refactor (*StorageEngine).GetLocks 2024-12-11 15:06:38 +03:00
morph [#1554] morph/event: Remove unused AlphabetUpdate event 2024-12-11 12:01:17 +00:00
network [#1452] container: Add ListStream method 2024-12-13 16:08:48 +03:00
services [#1452] container: Add ListStream method 2024-12-13 16:08:48 +03:00
tracing [#146] node: Add trace_id to logs 2023-09-27 11:05:27 +03:00
util [#1501] cli: Move APE-chain parser methods to pkg/util 2024-11-20 07:58:32 +00:00