-
Notifications
You must be signed in to change notification settings - Fork 11
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
Bids 3208/dashboard notifications backend #566
Merged
peterbitfly
merged 44 commits into
staging
from
BIDS-3208/dashboard_notifications_backend
Sep 24, 2024
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
5968845
use map for pubkey filter
peterbitfly 94b87dc
simplify handling of pubkeys in notifications
peterbitfly 67b8529
improve typing of userid
peterbitfly 3aa7d8e
ensure that there is never more than one notification per user / type…
peterbitfly 9661fee
simplify collecting notifications
peterbitfly ec0f3c9
refractor notification structs
peterbitfly 7e235b2
add missing structs
peterbitfly bf095cc
refractor GetSubsForEventFilter
peterbitfly f89ce97
fix linter
peterbitfly 370bff2
fix bug in AddNotification function
peterbitfly 65f0c8f
remove direct email unsubscribe
peterbitfly c85a5e5
add handling of orphaned block notifications
peterbitfly 2ca40f7
implement code review changes
peterbitfly f1a2ef8
please linter
peterbitfly 2748162
remove internal state for notifications
peterbitfly 1616520
fix(notifications): properly log error
peterbitfly 54d4ff6
Merge branch 'staging' into BIDS-3208/dashboard_notifications_backend
peterbitfly a80c749
Merge branch 'staging' into BIDS-3208/dashboard_notifications_backend
peterbitfly bc57bfd
simplify extraction of user ids from the notification map
peterbitfly 3a148a7
chore(notifications): please linter
peterbitfly f8265c5
chore(notifications): disable loading dashboard configurations
peterbitfly 23ed6e2
chore(notifications): remove unused code for dashboard configurations
peterbitfly c8d0e0f
feat(notifications): store queued notifications in network db
peterbitfly 86da74c
fix(notifications): expand args in sql query
peterbitfly 454534a
chore(notifications): add some util funcs
peterbitfly d8282b1
chore(notifications): please linter
peterbitfly 4467399
chore(notification): update firebase sdk
peterbitfly 13780b3
chore(notifications): fix build errors
peterbitfly 98f7a63
chore(notifications): fix relevant error messages
peterbitfly 4f4367f
chore(notifications): disable spammy log output
peterbitfly d3c3a1a
chore(notifications): please linter
peterbitfly 8ed5ca2
chore(notifications): please linter
peterbitfly 688c399
fix(notifications): correct wrong sql syntax
peterbitfly 9b8209f
Merge branch 'staging' into BIDS-3208/dashboard_notifications_backend
peterbitfly c141b4c
fix(notifications): add last sent field to webhook data retrieval query
peterbitfly 3ff4be3
chore(notifications): better check for webhook-ratelimit
guybrush 28b0e56
Merge pull request #863 from guybrush/BIDS-3208/dashboard_notificatio…
peterbitfly d6ed420
feat(notifications): make user db based notifications work
peterbitfly 8a3cc23
chore(notifications): fix typo
peterbitfly 03a730f
chore(notifications): remove unused machine metrics notification types
peterbitfly ab7409d
chore(notifications): remove unused machine metrics notification types
peterbitfly 4f086dd
fix(notifications): properly remove network name from event name in subs
peterbitfly 647320a
Merge branch 'staging' into BIDS-3208/dashboard_notifications_backend
peterbitfly 1ef7ac8
fix(notifications): fix panic when logging failed discord-webhook (#878)
guybrush 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 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.
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.
intentionally removed, is this not needed any more?