NMS-20100: Path Outages tab - #8708
Closed
joseanesONMS wants to merge 2 commits into
Closed
Conversation
Rewrites the Notifications page (notice queries, outstanding/acknowledged notice lists with CSV export and printing, collapsible explanations) as a PrimeVue page backed by REST, and adds a Configure Notifications dialog holding a General tab with the system-wide notification on/off switch. Adds the admin-only /rest/notification-config endpoints for the notifd status and the read side of destination paths (the base API surface for the dependent tab PRs), backed by the same file-backed factories the legacy wizards use — the XML files stay the system of record. Browser delivery of notices for /ui pages ships here as well. The Event Notifications, Destination Paths and Path Outages tabs follow in dependent PRs.
Adds the Path Outages tab: the list of configured critical paths and the apply/clear flow driven by a filter rule with a node-count preview, in place of the legacy notification wizard pages. Storage is and stays the pathoutage table; the endpoints mirror the legacy NotificationWizardServlet semantics, including clearing the path when the critical IP is blank. Depends on the Notifications page base PR.
joseanesONMS
force-pushed
the
jira/NMS-20100-path-outages
branch
from
July 30, 2026 20:26
038a6dc to
a9e9fe2
Compare
Author
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.
Adds the Path Outages tab to the Configure Notifications dialog. Depends on #8693 (the base Notifications page PR); review the last commit only until that merges.