Skip to content

Drop search v1#3931

Merged
roman-khimov merged 4 commits intomasterfrom
drop-search-v1
Apr 10, 2026
Merged

Drop search v1#3931
roman-khimov merged 4 commits intomasterfrom
drop-search-v1

Conversation

@roman-khimov
Copy link
Copy Markdown
Member

No description provided.

@roman-khimov roman-khimov added this to the v0.53.0 milestone Apr 8, 2026
It'll be just `object search` using v2 API internally.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 8, 2026

Codecov Report

❌ Patch coverage is 44.44444% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 26.82%. Comparing base (bc15b62) to head (851a43b).
⚠️ Report is 10 commits behind head on master.

Files with missing lines Patch % Lines
cmd/neofs-cli/modules/object/search.go 0.00% 3 Missing ⚠️
pkg/services/object/server.go 33.33% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master    #3931    +/-   ##
========================================
  Coverage   26.82%   26.82%            
========================================
  Files         677      670     -7     
  Lines       44723    44294   -429     
========================================
- Hits        11997    11883   -114     
+ Misses      31613    31308   -305     
+ Partials     1113     1103    -10     

☔ 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.

SearchV2 was initially delivered in 0.45.0 on Feb 27 2025 which means it's
more than a year in production and all known code has migrated to it. Old
Search API is insecure, so we can't support it forever.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
They're still useful in tests for now, but they should never be used for any
real user-facing actions.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
This code is internal and only used in tests, no need for additional logic.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
@roman-khimov roman-khimov merged commit 943599a into master Apr 10, 2026
17 of 19 checks passed
@roman-khimov roman-khimov deleted the drop-search-v1 branch April 10, 2026 10:28
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