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

[backend/frontend] Improve search complexity and error handling (#5678) #5700

Merged
merged 2 commits into from
Jan 25, 2024

Conversation

richard-julien
Copy link
Member

See #5678

@richard-julien richard-julien added the filigran team use to identify PR from the Filigran team label Jan 25, 2024
@richard-julien richard-julien self-assigned this Jan 25, 2024
Copy link

codecov bot commented Jan 25, 2024

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (75da17e) 66.09% compared to head (5623061) 66.10%.
Report is 1 commits behind head on master.

Files Patch % Lines
...ncti-platform/opencti-graphql/src/config/errors.js 50.00% 3 Missing ⚠️
...ti-platform/opencti-graphql/src/database/engine.js 96.77% 2 Missing ⚠️
...latform/opencti-graphql/src/database/middleware.js 33.33% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5700   +/-   ##
=======================================
  Coverage   66.09%   66.10%           
=======================================
  Files         513      513           
  Lines       60771    60799   +28     
  Branches     4421     4414    -7     
=======================================
+ Hits        40167    40190   +23     
- Misses      20604    20609    +5     

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

@SamuelHassine SamuelHassine merged commit 2e615a0 into master Jan 25, 2024
8 checks passed
@SamuelHassine SamuelHassine deleted the issue/5678 branch January 25, 2024 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filigran team use to identify PR from the Filigran team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Search is broken when using OpenSearch and searching for string containing "-"
2 participants