-
Notifications
You must be signed in to change notification settings - Fork 82
feat: Improve schema-based search accuracy using log_surgeon::Query
.
#1313
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
Open
SharafMohamed
wants to merge
53
commits into
y-scope:main
Choose a base branch
from
SharafMohamed:dfa-search-using-ls-port
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,460
−256
Open
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
f8d06b2
Add dynamic programming to CLP.
SharafMohamed add11a2
Format.
SharafMohamed c82dbab
Merge branch 'main' into dfa-search-using-ls-port
SharafMohamed 70f357b
Add unit-tests.
SharafMohamed 9d3e152
Format.
SharafMohamed b587085
Add missing header; Flip cast for comparison to SymbolID over unit32_t.
SharafMohamed 9d5dd94
Fix typos.
SharafMohamed c5bd43b
Remove magic number.
SharafMohamed d7cfb0d
Add missing header; Fix typo; Fix if statement.
SharafMohamed 27ebc0f
Remove thread-unsafe statics.
SharafMohamed 7a2f74e
Use uint64_t with bit shift operator.
SharafMohamed 9848096
Switch to default initialization for all false map.
SharafMohamed 3b4572b
Fix bug in string_utils and add to test-string_utils; Refactor unit-t…
SharafMohamed b633980
Format.
SharafMohamed 62f23b0
Add flags to hide test helper in production.
SharafMohamed 8b093a0
Cast to SymbolId instead of uint32_t.
SharafMohamed 49dc925
Add missing include.
SharafMohamed 7b73754
Avoid multiple get_logtype() calls; Reserve size.
SharafMohamed c8f9046
Remove more get_logtype() calls and make tokens be references into th…
SharafMohamed 9eba2d5
Switch from contains to find to avoid double lookup.
SharafMohamed 4115786
Fix typos.
SharafMohamed 8aa356a
Reduce mask size to 16 bits; Update documentation to match.
SharafMohamed e5afe04
Use propery type for bit mask.
SharafMohamed 7352fd2
Define cross-test constants in a single place; Make sure constants ar…
SharafMohamed 80354f3
Reserve var dict size.
SharafMohamed 1680f33
Cache logtype and use references into it.
SharafMohamed 5bc40ff
Replace contain with find to avoid double lookup.
SharafMohamed decca7e
Reserve possible_logtype_ids.
SharafMohamed 26c8e49
Use correct types for bit mask.
SharafMohamed 0908106
Use constants in place of magic numbers.
SharafMohamed 42d7a1c
Add paranthesis for bit operation clarity.
SharafMohamed fae5913
Add docstrings for unit-test helpers.
SharafMohamed 2bdf381
Fix some unit-tests.
SharafMohamed 764973c
Merge branch 'main' into dfa-search-using-ls-port
SharafMohamed 8996cfb
Format.
SharafMohamed 7608cab
Remove consecutive wildcards from interpretation tokens; Undo changes…
SharafMohamed a130b96
Format.
SharafMohamed ae93a4e
Merge branch 'main' into dfa-search-using-ls-port
SharafMohamed f2f01d6
Add missing headers.
SharafMohamed 0eed0db
Improve docstring.
SharafMohamed e2c55a7
Use find over contains to avoid double lookup.
SharafMohamed 1cbbefd
Fix type in test to use variable_dictionary_id_t.
SharafMohamed f3ab0a5
Update docstring for consistency.
SharafMohamed ddf3e23
Fix macos ULL error.
SharafMohamed d629ae9
Replace map with bool vector.
SharafMohamed 9e3e9d9
Fix type mismatch.
SharafMohamed 06ab6a6
Add missing header; Remove unused header.
SharafMohamed ad951ae
Add missing header.
SharafMohamed f3d27b7
Format.
SharafMohamed 76ecb1d
Merge branch 'main' into dfa-search-using-ls-port
SharafMohamed 9920bc9
Remove duplicate sub queries.
SharafMohamed e7dcc43
Format.
SharafMohamed ed13886
Rename to rhs.
SharafMohamed File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.