Remote version and no origin for requests - #4103
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #4103 +/- ##
==========================================
- Coverage 27.21% 27.19% -0.03%
==========================================
Files 676 676
Lines 46221 46191 -30
==========================================
- Hits 12578 12560 -18
+ Misses 32435 32423 -12
Partials 1208 1208 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
roman-khimov
force-pushed
the
remote-version-for-requests
branch
2 times, most recently
from
July 29, 2026 14:46
41bdb9e to
ef42623
Compare
roman-khimov
marked this pull request as ready for review
July 29, 2026 14:47
roman-khimov
requested review from
End-rey,
carpawell and
cthulhu-rider
as code owners
July 29, 2026 14:47
Signed-off-by: Roman Khimov <roman@nspcc.ru>
roman-khimov
force-pushed
the
remote-version-for-requests
branch
from
July 29, 2026 20:16
ef42623 to
1e979c2
Compare
carpawell
reviewed
Jul 30, 2026
Not perfect for Search, but not worth additional complication for now. Signed-off-by: Roman Khimov <roman@nspcc.ru>
Signed-off-by: Roman Khimov <roman@nspcc.ru>
They're deprecated so there is no longer any need to care about them. Signed-off-by: Roman Khimov <roman@nspcc.ru>
Same as 3427cf1 for GET. Signed-off-by: Roman Khimov <roman@nspcc.ru>
And Replicate if in. Similar to other forwarding optimizations this one differs in using Replicate as secondary in-container request. This path is used only for client-signed objects. Signed-off-by: Roman Khimov <roman@nspcc.ru>
roman-khimov
force-pushed
the
remote-version-for-requests
branch
from
July 30, 2026 12:20
1e979c2 to
54bb544
Compare
carpawell
approved these changes
Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related to nspcc-dev/neofs-sdk-go#833 and nspcc-dev/neofs-api#402.