-
Notifications
You must be signed in to change notification settings - Fork 557
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
Echo notifications #1385
Echo notifications #1385
Conversation
@j-bennet ready for review |
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.
Looks nice. Thank you for the PR!
@amacfie Please address the test failures, and then it'll be good to merge. |
Whoops, should be good now |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1385 +/- ##
==========================================
+ Coverage 80.04% 80.07% +0.03%
==========================================
Files 25 25
Lines 3067 3072 +5
==========================================
+ Hits 2455 2460 +5
Misses 612 612 ☔ View full report in Codecov by Sentry. |
Well done! 👍 |
Description
An implementation of #1359. If you run
listen channelname
and the channel receives a notification, the next time you run a statement, the notification will be shown (similar to psql).Checklist
changelog.rst
.AUTHORS
file (or it's already there).pip install pre-commit && pre-commit install
), and ranblack
on my code.