-
Notifications
You must be signed in to change notification settings - Fork 94
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
feat(relay): Implement factor based multi-matching #1790
Merged
iambriccardo
merged 50 commits into
master
from
riccardo/feat/multi-matching-and-factors
Feb 14, 2023
Merged
Changes from 37 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
ee1e1d0
feat(relay): Implement factor based multi-matching
iambriccardo f3fc373
Improve code
iambriccardo b731c30
Add new sampling algorithm
iambriccardo b2a8c02
Fix clippy
iambriccardo a341eae
Add first implementation of configuration merging
iambriccardo 3686e7f
Add tests and improve logic
iambriccardo bc4b05d
Improve tests
iambriccardo 8f4e0f7
Fix warnings
iambriccardo 46a5756
Improve tests
iambriccardo b31d545
Remove override
iambriccardo 6d45744
Improve code
iambriccardo 9025a30
Merge branch 'master' into riccardo/feat/multi-matching-and-factors
iambriccardo a308493
Add clarified todos
iambriccardo de3b00f
Improve code
iambriccardo bd94d6e
Add rule ids match
iambriccardo 1987baa
Improve code
iambriccardo 85b3dee
Cleanup
iambriccardo c2e8dc7
Cleanup
iambriccardo 412ba23
Fix some integration tests
iambriccardo 1d60c9a
Fix tests
iambriccardo 03237db
Fix tests
iambriccardo 306e53d
Use assert_eq from similar asserts
iambriccardo c492ac4
Improve tests
iambriccardo 5805180
Improve tests
iambriccardo cc571c8
Improve tests
iambriccardo cf19980
Improve tests
iambriccardo 1a451d3
Rename sampling strategy
iambriccardo 7f86a01
Add back sample_rate field
iambriccardo b356be1
Improve tests
iambriccardo 84affe1
Improve tests
iambriccardo e810c8e
Remove backward comp
iambriccardo a95b664
Remove backward comp
iambriccardo 6810e04
Add support for rules v2
iambriccardo a3281e0
Fix integration tests
iambriccardo 9d9eb07
Fix deserialization
iambriccardo 80fa369
Add comment
iambriccardo 4ea39be
Add test
iambriccardo 053a08d
Fix PR comments
iambriccardo 5ac2cff
Improve code
iambriccardo f5d626f
Improve code
iambriccardo 32d2377
Refactor
iambriccardo 8f5636b
Merge branch 'master' into riccardo/feat/multi-matching-and-factors
iambriccardo 14522ac
ref: simplify
jjbayer 1784ba7
Improve pr
iambriccardo fb1faea
Merge branch 'master' into riccardo/feat/multi-matching-and-factors
iambriccardo 1a7c78c
Fix old dependency
iambriccardo f2c7859
Fix tests
iambriccardo 599f571
Add changelog
iambriccardo e33d6db
Improve logging
iambriccardo cee2258
Add test
iambriccardo 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
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be
rulesV2
now?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, i didn't catch it as CI was blocked and integration tests weren't run again. Will fix!