Prevent duplicate user notifications #128
Labels
No labels
Forge
ForgeJo
Forge
GitHub
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/TUI
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: kemitix/git-next#128
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is no filtering to prevent duplicate notification being sent.
Create a new
UserAlerts
actor that persists for the lifetime of thegit-next
server's execution. i.e. it isn't restarted when the configuration file is updated. It will need to be given up-to-date copies of the[shout]
configuration.It will maintain a note of all notifications sent in the last 24 hours and will not send a notification that has already been sent during that time.
Prevent user notifications sentto Prevent duplicate user notifications