-
Notifications
You must be signed in to change notification settings - Fork 721
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
Implement subscribe::Filter for Option<Filter> #2407
Merged
Merged
Commits on Dec 7, 2022
-
Fully implement Filter for Box<Filter>
Pass all the Filter methods through to the underlying Box/Arc Filter rather than relying on default implementations.
Configuration menu - View commit details
-
Copy full SHA for 8919fa0 - Browse repository at this point
Copy the full SHA 8919fa0View commit details
Commits on Dec 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 00e304b - Browse repository at this point
Copy the full SHA 00e304bView commit details -
Add test for Option<Filter> on subscribers
Make sure None lets everything through.
Configuration menu - View commit details
-
Copy full SHA for 5540321 - Browse repository at this point
Copy the full SHA 5540321View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38f5416 - Browse repository at this point
Copy the full SHA 38f5416View commit details
Commits on Dec 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 74f94ee - Browse repository at this point
Copy the full SHA 74f94eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for bca61af - Browse repository at this point
Copy the full SHA bca61afView commit details
Commits on Dec 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b447e17 - Browse repository at this point
Copy the full SHA b447e17View commit details
Commits on Mar 27, 2023
-
Add tests and tweak
None
filter interest level* Added tests for max level filtering and interest caching with multiple subscribers. * Changed the interest level for a `None` filter from `sometimes` to `always` so other filters can be cached more effectively.
Configuration menu - View commit details
-
Copy full SHA for 7a6bb31 - Browse repository at this point
Copy the full SHA 7a6bb31View commit details
Commits on May 1, 2023
-
Merge pull request #1 from ryanthomasjohnson/ryantj/option-layer-filter
Add tests and tweak `None` filter interest level
Configuration menu - View commit details
-
Copy full SHA for 8568d96 - Browse repository at this point
Copy the full SHA 8568d96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b7b671 - Browse repository at this point
Copy the full SHA 1b7b671View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59cba8c - Browse repository at this point
Copy the full SHA 59cba8cView commit details
Commits on May 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dfd857a - Browse repository at this point
Copy the full SHA dfd857aView commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 29d15d4 - Browse repository at this point
Copy the full SHA 29d15d4View commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 883c594 - Browse repository at this point
Copy the full SHA 883c594View commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 01be443 - Browse repository at this point
Copy the full SHA 01be443View commit details
Commits on Sep 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6507da9 - Browse repository at this point
Copy the full SHA 6507da9View commit details
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.