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

fix: issues with nested index processing in CVE and metaDB code #2732

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

andaaron
Copy link
Contributor

Also fix an issue with searching tags, which should work with case insensitive searches.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@andaaron andaaron force-pushed the search4 branch 2 times, most recently from 61fae9c to 99a50ca Compare October 19, 2024 14:47
Copy link

codecov bot commented Oct 19, 2024

Codecov Report

Attention: Patch coverage is 84.61538% with 16 lines in your changes missing coverage. Please review.

Project coverage is 92.08%. Comparing base (edb5491) to head (364f3ce).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
pkg/meta/dynamodb/dynamodb.go 79.03% 11 Missing and 2 partials ⚠️
pkg/meta/boltdb/boltdb.go 92.30% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2732      +/-   ##
==========================================
- Coverage   92.12%   92.08%   -0.05%     
==========================================
  Files         169      169              
  Lines       30017    30038      +21     
==========================================
+ Hits        27652    27659       +7     
- Misses       1748     1760      +12     
- Partials      617      619       +2     

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

@andaaron andaaron force-pushed the search4 branch 2 times, most recently from f602e85 to 801961e Compare October 19, 2024 18:36
@andaaron andaaron marked this pull request as ready for review October 19, 2024 18:57
Also fix an issue with searching tags, which should work with case insensitive searches.

Signed-off-by: Andrei Aaron <[email protected]>
Copy link
Contributor

@rchincha rchincha left a comment

Choose a reason for hiding this comment

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

lgtm

@rchincha rchincha merged commit da6bd56 into project-zot:main Oct 21, 2024
37 of 39 checks passed
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