-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate with Notifications plugin for Alerting backend (#401)
* Add utils for retrieving notifications to both legacy Destinations and Notification Channels Signed-off-by: Mohammad Qureshi <[email protected]> * Refactor runAction in MonitorRunner to be able to send notifications to either Notification Channels or Destination Signed-off-by: Mohammad Qureshi <[email protected]> * Fix error handling when Notification config is not found and support TEST_ACTION for tests Signed-off-by: Mohammad Qureshi <[email protected]> * Fix issue with fallback setting for Destination email keystore settings Signed-off-by: Mohammad Qureshi <[email protected]> * Add publishing email Destinations via Notifications passthrough API Signed-off-by: Mohammad Qureshi <[email protected]> * Remove unused code in NotificationApiUtils Signed-off-by: Mohammad Qureshi <[email protected]> * Use subject as the title for Email Channels Signed-off-by: Mohammad Qureshi <[email protected]> * Combine runAction() methods Signed-off-by: Mohammad Qureshi <[email protected]> * Pass accountName to LegacyEmailMessage Signed-off-by: Mohammad Qureshi <[email protected]> * Split retrieval of Destination configs in DestinationMigrationUtilService Signed-off-by: Mohammad Qureshi <[email protected]>
- Loading branch information
Showing
10 changed files
with
277 additions
and
217 deletions.
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
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.