-
Notifications
You must be signed in to change notification settings - Fork 11
[#23719] Add notifiers #292
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
Merged
Merged
Conversation
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
Signed-off-by: Emilio Cuesta <[email protected]>
Signed-off-by: Emilio Cuesta <[email protected]>
Signed-off-by: Emilio Cuesta <[email protected]>
Signed-off-by: Emilio Cuesta <[email protected]>
Signed-off-by: Emilio Cuesta <[email protected]>
4055b62
to
6656f44
Compare
Signed-off-by: Emilio Cuesta <[email protected]>
96c5d66
to
eb84385
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #292 +/- ##
==========================================
+ Coverage 46.72% 47.05% +0.32%
==========================================
Files 53 54 +1
Lines 16993 17092 +99
Branches 7088 7129 +41
==========================================
+ Hits 7940 8042 +102
+ Misses 4547 4514 -33
- Partials 4506 4536 +30 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Emilio Cuesta <[email protected]>
Signed-off-by: Emilio Cuesta <[email protected]>
8d6e80f
to
b349274
Compare
Signed-off-by: Emilio Cuesta <[email protected]>
b349274
to
3632da6
Compare
Signed-off-by: Emilio Cuesta <[email protected]>
Danipiza
requested changes
Oct 16, 2025
0016f0e
to
1a67c11
Compare
Signed-off-by: Emilio Cuesta <[email protected]>
1a67c11
to
129ce46
Compare
Co-authored-by: DannyP39 <[email protected]> Signed-off-by: Emilio Cuesta Fernandez <[email protected]>
Co-authored-by: DannyP39 <[email protected]> Signed-off-by: Emilio Cuesta Fernandez <[email protected]>
Danipiza
approved these changes
Oct 16, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request introduces a notification system for alerts in the statistics backend, allowing users to associate external scripts with alert triggers.
Notifier Infrastructure
Notifier
,ScriptNotifier
, andNotifierManager
classes inNotifiers.hpp
, enabling alerts to trigger external scripts asynchronously.