-
Notifications
You must be signed in to change notification settings - Fork 149
Database Notification Improvements #1008
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
Closed
Closed
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
3d9d59a
Database Notification Improvements
bigmontz d1cac6e
Add tests for Notification, notificationSeverityLevel and notificatio…
bigmontz eec82a8
Assert not sending notification filters the current implementations o…
bigmontz bac205a
Implement notification filters validation from v1 to v5.0
bigmontz 9fd8e45
Add BoltProtocolV5x1 with notification filters
bigmontz c2e9bcb
Add bolt 5.1 to handshake
bigmontz 3899d8d
Add notification filters to Connection.initialize
bigmontz ef4320c
Add notification configuration to session and driver
bigmontz 0d255e7
testkit
bigmontz 8b6dcf3
Adjust categories
bigmontz 49d070b
Update HELLO message for 5.1
bigmontz 7594988
Small adjustment
bigmontz 73b86af
Fix features name
bigmontz 03d6109
Add NotificationFilter and notificationFilter to core
bigmontz 24bbe3f
Export NotificationFilter and notificationFilter
bigmontz 33887c9
Sanitize notification filters
bigmontz 2dd6816
Validate notification filters while create sessions and drivers
bigmontz cdfe17e
Add tests to verify filters are being send to the protocol
bigmontz 1152f59
improve filters documentation
bigmontz 8e7cb10
Improve notification filter definition by deriving from category and …
bigmontz 3fa1439
Adjust deno code
bigmontz 362b141
Add configuration docs
bigmontz ada3d04
Fix notification filters config
bigmontz d4d7259
Apply suggestions from code review
bigmontz 5106406
Addressing PR comments
bigmontz c89afc6
Address comments in the PR
bigmontz c58ceb6
Remove QUERY from Category enum
bigmontz 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
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
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
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
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.
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.
It is not yet clear if this feature will make it into 5.3 or 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.
I will hold this comment/pr until we have the functionality merged in the server and we know which version it will be part of.
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.
👍 just make sure to not forget to update the parts of the PR that mention the version (also some doc comments).