frostfs-node/pkg/services/object
Airat Arifullin 61d5e140e0
All checks were successful
DCO action / DCO (pull_request) Successful in 58s
Tests and linters / Run gofumpt (pull_request) Successful in 1m15s
Vulncheck / Vulncheck (pull_request) Successful in 1m26s
Pre-commit hooks / Pre-commit (pull_request) Successful in 2m6s
Build / Build Components (pull_request) Successful in 2m20s
Tests and linters / gopls check (pull_request) Successful in 2m34s
Tests and linters / Staticcheck (pull_request) Successful in 2m49s
Tests and linters / Lint (pull_request) Successful in 3m41s
Tests and linters / Tests (pull_request) Successful in 4m46s
Tests and linters / Tests with -race (pull_request) Successful in 4m58s
[#1383] object: Add restrictions for Patch method
* `Patch` can't be applied for non-regular type object (tombstones,
  locks etc.)
* Complex object parts can't be patched. So, if an object has EC/Split
  header, it won't be patched.

Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
2024-09-19 13:54:49 +03:00
..
acl [#1317] go.mod: Use range over int 2024-09-03 13:00:54 +03:00
ape [#1362] ape: Move common APE check logic to separate package 2024-09-10 12:40:34 +00:00
common [#1310] object: Remove irrelevant comments 2024-09-05 16:40:32 +03:00
delete [#1253] deleteSvc: Use copy of common parameters 2024-07-17 14:24:27 +03:00
get [#1317] go.mod: Use range over int 2024-09-03 13:00:54 +03:00
internal Reapply "[#972] Use min/max builtins" 2024-04-10 12:09:34 +00:00
patch [#1383] object: Add restrictions for Patch method 2024-09-19 13:54:49 +03:00
put [#1310] object: Move target initialization to separate package 2024-09-05 13:03:58 +00:00
search [#1317] go.mod: Use range over int 2024-09-03 13:00:54 +03:00
util [#1253] getSvc: Fix EC objects get 2024-07-17 14:24:27 +03:00
audit.go [#1338] object: Fix audit patch stream 2024-08-27 16:18:29 +03:00
common.go [#1307] object: Implement Patch method 2024-08-16 14:13:09 +00:00
metrics.go [#1318] Fix gofumpt issue 2024-08-20 14:34:54 +03:00
remote_reader.go [#1129] policer: Restore EC object 2024-05-17 14:36:18 +03:00
request_context.go [#1157] object: Make APE checker use Bearer-token's APE overrides 2024-06-07 12:11:11 +00:00
response.go [#1307] object: Implement Patch method 2024-08-16 14:13:09 +00:00
server.go [#1307] object: Implement Patch method 2024-08-16 14:13:09 +00:00
sign.go [#1307] object: Implement Patch method 2024-08-16 14:13:09 +00:00
transport_splitter.go [#1307] object: Implement Patch method 2024-08-16 14:13:09 +00:00