frostfs-node/pkg/services/object
Airat Arifullin 64c1392513
All checks were successful
Vulncheck / Vulncheck (push) Successful in 1m12s
Pre-commit hooks / Pre-commit (push) Successful in 1m54s
Build / Build Components (push) Successful in 2m3s
Tests and linters / Staticcheck (push) Successful in 4m31s
Tests and linters / Lint (push) Successful in 4m39s
OCI image / Build container images (push) Successful in 4m53s
Tests and linters / gopls check (push) Successful in 4m47s
Tests and linters / Tests (push) Successful in 4m52s
Tests and linters / Run gofumpt (push) Successful in 5m58s
Tests and linters / Tests with -race (push) Successful in 7m3s
[#1710] object: Sign response even if CloseAndRecv returns error
* Sign service wraps an error with status and sign a response even
  if error occurs from `CloseAndRecv` in `Put` and `Patch` methods.

Close #1710

Change-Id: I7e1d8fe00db53607fa6e04ebec9a29b87349f8a1
Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
2025-04-10 16:31:47 +03:00
..
ape [#1689] linter: Fix staticcheck warning: 'could use tagged switch on *' 2025-04-09 16:55:35 +03:00
common [#1710] object: Implement Unwrap() for errIncompletePut 2025-04-10 16:31:47 +03:00
delete [#1671] Use slices.Delete() where possible 2025-03-13 08:12:20 +00:00
get [#1689] linter: Fix staticcheck warning: 'could lift into loop condition' 2025-04-09 16:55:35 +03:00
internal [#465] objsvc: Set NETMAP_EPOCH xheader for auxiliary requests 2024-12-26 09:17:58 +00:00
patch [#1689] linter: Fix staticcheck warning: 'embedded field can be simplified' 2025-04-08 09:32:24 +00:00
put [#1689] linter: Fix staticcheck warning: 'methods on the same type should have the same receiver name' 2025-04-09 16:55:35 +03:00
search [#1671] Use slices.Delete() where possible 2025-03-13 08:12:20 +00:00
util [#1671] Use slices.Delete() where possible 2025-03-13 08:12:20 +00:00
audit.go [#1666] audit: Fix duplicated log in Patch method 2025-03-07 13:27:07 +00:00
common.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
metrics.go [#1653] objectSvc: Add operations by IO tag metric 2025-03-11 10:57:47 +00:00
qos.go [#1636] object: Fix IO tag adjustment for Put/Patch 2025-02-28 17:25:28 +03:00
remote_reader.go [#1431] obj_storage/metabase: Delete unused variable 2024-10-15 08:53:59 +00:00
response.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
server.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
sign.go [#1710] object: Sign response even if CloseAndRecv returns error 2025-04-10 16:31:47 +03:00
transport_splitter.go [#1586] objsvc: Allow to send search response in multiple messages 2024-12-28 12:29:22 +00:00