security icon indicating copy to clipboard operation
security copied to clipboard

[Backport 2.x] fix build errors caused by filterIndices method being moved from SnapshotUtils to IndexUtils (#4312)

Open cwperks opened this issue 1 year ago • 2 comments

Backport #4313 to 2.x

cwperks avatar May 05 '24 21:05 cwperks

I pulled the version increment to 2.15.0 into this PR too: https://github.com/opensearch-project/security/pull/4311

cwperks avatar May 05 '24 23:05 cwperks

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.17%. Comparing base (5961118) to head (ed6c073).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##              2.x    #4319   +/-   ##
=======================================
  Coverage   66.16%   66.17%           
=======================================
  Files         301      301           
  Lines       21580    21580           
  Branches     3513     3513           
=======================================
+ Hits        14279    14280    +1     
  Misses       5543     5543           
+ Partials     1758     1757    -1     
Files Coverage Δ
...earch/security/resolver/IndexResolverReplacer.java 68.01% <100.00%> (ø)
...search/security/support/SnapshotRestoreHelper.java 82.75% <100.00%> (ø)

... and 1 file with indirect coverage changes

codecov[bot] avatar May 05 '24 23:05 codecov[bot]