Skip to content
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

Support wildcard/regex for indices param in _remotestore/_restore #8922

Merged

Merge branch 'main' into restore-api-index-wildcard

488ab9c
Select commit
Loading
Failed to load commit list.
Merged

Support wildcard/regex for indices param in _remotestore/_restore #8922

Merge branch 'main' into restore-api-index-wildcard
488ab9c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 3, 2024 in 0s

71.66% (target 70.00%)

View this Pull Request on Codecov

71.66% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 77.19298% with 13 lines in your changes are missing coverage. Please review.

Project coverage is 71.66%. Comparing base (b15cb0c) to head (488ab9c).
Report is 259 commits behind head on main.

Files Patch % Lines
...in/java/org/opensearch/common/util/IndexUtils.java 84.61% 4 Missing and 4 partials ⚠️
...arch/index/recovery/RemoteStoreRestoreService.java 0.00% 4 Missing ⚠️
...ava/org/opensearch/snapshots/SnapshotsService.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #8922      +/-   ##
============================================
+ Coverage     71.42%   71.66%   +0.24%     
- Complexity    59978    61106    +1128     
============================================
  Files          4985     5052      +67     
  Lines        282275   287122    +4847     
  Branches      40946    41602     +656     
============================================
+ Hits         201603   205771    +4168     
- Misses        63999    64322     +323     
- Partials      16673    17029     +356     

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