-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/Support EACL_NOT_FOUND
status
#1645
Merged
carpawell
merged 2 commits into
nspcc-dev:master
from
carpawell:feat/eacl-not-found-code
Aug 1, 2022
Merged
Feat/Support EACL_NOT_FOUND
status
#1645
carpawell
merged 2 commits into
nspcc-dev:master
from
carpawell:feat/eacl-not-found-code
Aug 1, 2022
Conversation
This file contains 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
- `neofs-api-go` to `v2.13.1`; - `neofs-sdk-go` to `7a99cc916c8e`. Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru> Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
Remove internal `ErrEACLNotFound` error. Also, update `neofs-api-go` and `neofs-sdk-go` libraries. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
Codecov Report
@@ Coverage Diff @@
## master #1645 +/- ##
=======================================
Coverage 33.16% 33.17%
=======================================
Files 332 332
Lines 22714 22714
=======================================
+ Hits 7534 7536 +2
+ Misses 14561 14560 -1
+ Partials 619 618 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. |
KirillovDenis
approved these changes
Aug 1, 2022
carpawell
requested review from
cthulhu-rider,
fyrchik,
realloc and
roman-khimov
August 1, 2022 17:33
realloc
approved these changes
Aug 1, 2022
carpawell
added a commit
that referenced
this pull request
Aug 1, 2022
- `neofs-api-go` to `v2.13.1`; - `neofs-sdk-go` to `7a99cc916c8e`. Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru> Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
carpawell
added a commit
that referenced
this pull request
Aug 1, 2022
- `neofs-api-go` to `v2.13.1`; - `neofs-sdk-go` to `7a99cc916c8e`. Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru> Signed-off-by: Pavel Karpy <carpawell@nspcc.ru> (cherry picked from commit 8c8ae56)
carpawell
added a commit
that referenced
this pull request
Aug 1, 2022
Remove internal `ErrEACLNotFound` error. Also, update `neofs-api-go` and `neofs-sdk-go` libraries. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru> (cherry picked from commit c2918fc)
aprasolova
pushed a commit
to aprasolova/neofs-node
that referenced
this pull request
Oct 19, 2022
- `neofs-api-go` to `v2.13.1`; - `neofs-sdk-go` to `7a99cc916c8e`. Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru> Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
aprasolova
pushed a commit
to aprasolova/neofs-node
that referenced
this pull request
Oct 19, 2022
Remove internal `ErrEACLNotFound` error. Also, update `neofs-api-go` and `neofs-sdk-go` libraries. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
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.
Remove internal
ErrEACLNotFound
error.Also, update
neofs-api-go
and andneofs-sdk-library
.Signed-off-by: Pavel Karpy carpawell@nspcc.ru
Related to nspcc-dev/neofs-sdk-go#305.