Skip to content

Simplify API client code#3509

Merged
cthulhu-rider merged 29 commits intomasterfrom
object-get-refactor
Aug 18, 2025
Merged

Simplify API client code#3509
cthulhu-rider merged 29 commits intomasterfrom
object-get-refactor

Conversation

@cthulhu-rider
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Aug 7, 2025

Codecov Report

❌ Patch coverage is 3.80623% with 278 lines in your changes missing coverage. Please review.
✅ Project coverage is 24.51%. Comparing base (c6a9bed) to head (e246d2e).
⚠️ Report is 38 commits behind head on master.

Files with missing lines Patch % Lines
pkg/services/object/get/util.go 0.00% 73 Missing ⚠️
cmd/neofs-cli/modules/object/put.go 0.00% 38 Missing ⚠️
pkg/services/object/search/util.go 0.00% 22 Missing ⚠️
cmd/neofs-cli/modules/object/get.go 0.00% 18 Missing ⚠️
cmd/neofs-cli/modules/object/hash.go 0.00% 18 Missing ⚠️
cmd/neofs-cli/modules/object/util.go 0.00% 16 Missing ⚠️
pkg/services/object/put/remote.go 40.00% 12 Missing and 3 partials ⚠️
cmd/neofs-cli/modules/object/range.go 0.00% 12 Missing ⚠️
cmd/neofs-cli/modules/object/search.go 0.00% 12 Missing ⚠️
cmd/neofs-cli/modules/object/head.go 0.00% 8 Missing ⚠️
... and 17 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3509      +/-   ##
==========================================
+ Coverage   24.21%   24.51%   +0.30%     
==========================================
  Files         677      671       -6     
  Lines       50538    49912     -626     
==========================================
- Hits        12237    12236       -1     
+ Misses      37311    36683     -628     
- Partials      990      993       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cthulhu-rider cthulhu-rider force-pushed the object-get-refactor branch 2 times, most recently from 5df0953 to 28b18a8 Compare August 7, 2025 14:39
@cthulhu-rider cthulhu-rider marked this pull request as ready for review August 7, 2025 14:56
Copy link
Member

@carpawell carpawell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confilcts.

Drop assembly flag field as well, it's always true now.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Refs #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Refs #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Refs #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Refs #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
While `pkg/services/object/internal/client` package is emptied and
removed.

Refs #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Unused since c552ed7.

Refs #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Refs #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Refs #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Refs #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Refs #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Refs #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Refs #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Refs #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
In order to reduce the ties to internal things to be removed within
#2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
This will make it easier to abandon them within #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
This will make it easier to abandon them within #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Refs #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Closes #3065. Refs 60a25d5.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Refs #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Refs #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Refs #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Refs #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
It's going to be removed within #2769. Since the function is complex,
this allows for more accurate refactoring.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Refs #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
It's going to be removed within #2769. Since the function is complex,
this allows for more accurate refactoring.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
It's going to be removed within #2769. Since the function is complex,
this allows for more accurate refactoring.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Closes #2769.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
@cthulhu-rider cthulhu-rider merged commit 22f0daa into master Aug 18, 2025
21 of 22 checks passed
@cthulhu-rider cthulhu-rider deleted the object-get-refactor branch August 18, 2025 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants