Add list and detail view for sent notifications - #512
Open
sukhwinder33445 wants to merge 4 commits into
Open
Conversation
sukhwinder33445
force-pushed
the
add-list-and-detail-view-of-sent-notifications
branch
6 times, most recently
from
July 21, 2026 12:23
cb46a62 to
7c7a8e7
Compare
sukhwinder33445
force-pushed
the
add-list-and-detail-view-of-sent-notifications
branch
2 times, most recently
from
July 21, 2026 14:06
0d12e38 to
5b985d7
Compare
Contributor
Author
|
Failing tests will pass once #518 has been merged. |
sukhwinder33445
force-pushed
the
add-list-and-detail-view-of-sent-notifications
branch
2 times, most recently
from
July 21, 2026 14:57
2e42a41 to
cc3f767
Compare
sukhwinder33445
force-pushed
the
add-list-and-detail-view-of-sent-notifications
branch
7 times, most recently
from
July 27, 2026 14:35
b10faf4 to
d0f39a3
Compare
sukhwinder33445
force-pushed
the
add-list-and-detail-view-of-sent-notifications
branch
4 times, most recently
from
July 30, 2026 14:29
cd01600 to
49d332a
Compare
Contributor
Author
BastianLedererIcinga
force-pushed
the
add-list-and-detail-view-of-sent-notifications
branch
4 times, most recently
from
August 11, 2026 13:57
6a03e71 to
f547941
Compare
BastianLedererIcinga
force-pushed
the
add-list-and-detail-view-of-sent-notifications
branch
from
August 18, 2026 11:38
f547941 to
897a7ec
Compare
BastianLedererIcinga
force-pushed
the
add-list-and-detail-view-of-sent-notifications
branch
2 times, most recently
from
September 2, 2026 09:30
3b4b6ee to
db3497f
Compare
BastianLedererIcinga
changed the base branch from
main
to
multiple-related-sources
September 2, 2026 09:30
Contributor
BastianLedererIcinga
force-pushed
the
multiple-related-sources
branch
from
September 2, 2026 11:08
5869bd6 to
f37c88d
Compare
BastianLedererIcinga
force-pushed
the
add-list-and-detail-view-of-sent-notifications
branch
2 times, most recently
from
September 3, 2026 07:27
481e77c to
4bd6244
Compare
This class helps to describe the escalation condition in an easily readable sentence.
Co-Authored-By: Bastian Lederer <bastian.lederer@icinga.com>
`ObjectSuggestions`: Apply base filter to suggest only current-incident-based suggestions. Co-Authored-By: Bastian Lederer <bastian.lederer@icinga.com>
Replaces the string comparisons in `IncidentHistoryRenderer` with the new `IncidentHistoryType` enum and describes unnamed escalations by their condition. Co-Authored-By: Sukhwinder Dhillon <sukhwinder.dhillon@icinga.com>
BastianLedererIcinga
force-pushed
the
add-list-and-detail-view-of-sent-notifications
branch
from
September 3, 2026 07:28
4bd6244 to
a3c57a3
Compare
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
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 PR implements the Notification History list and per-notification detail view.
Changes:
NotificationHistorymodel + renderer + detail widget, with new controllers for list/detail views.Notification Historytab and scoped search suggestions.resolves #475
require:
ViewModeSwitchercontrol ipl-web#392