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

misc: use re2 if configured #164

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

mhoffm-aiven
Copy link
Contributor

@mhoffm-aiven mhoffm-aiven commented Feb 2, 2024

Make it possible to use re2 as a non-backtracking engine to evaluate searches. We make it opt-in, configurable using environment since otherwise it would constitute a breaking change.

@mhoffm-aiven mhoffm-aiven changed the title misc: use re2 if configued misc: use re2 if configured Feb 20, 2024
Signed-off-by: Michael Hoffmann <[email protected]>
@codecov-commenter
Copy link

Codecov Report

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

Comparison is base (390e69b) 63.13% compared to head (fd641c0) 63.03%.
Report is 2 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #164      +/-   ##
==========================================
- Coverage   63.13%   63.03%   -0.10%     
==========================================
  Files          19       19              
  Lines        2083     2086       +3     
==========================================
  Hits         1315     1315              
- Misses        768      771       +3     
Files Coverage Δ
journalpump/journalpump.py 63.04% <75.00%> (+0.01%) ⬆️
journalpump/senders/base.py 80.33% <75.00%> (-0.24%) ⬇️
...nalpump/senders/elasticsearch_opensearch_sender.py 78.74% <0.00%> (+0.17%) ⬆️

... and 1 file with indirect coverage changes

Copy link
Contributor

@aiven-amartin aiven-amartin left a comment

Choose a reason for hiding this comment

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

LGTM, @mhoffm-aiven if you can update the description a bit with context, will hold on a second reviewer before merging. [SRE-8038]

@jshuping-aiven jshuping-aiven merged commit 3f80062 into Aiven-Open:master Feb 27, 2024
6 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.

5 participants