fix(core): harden routing reliability and add quiet-hours controls - #375
Merged
Conversation
Contributor
🔒 Security: Results Summary 4 files ±0 4 suites ±0 0s ⏱️ ±0s For more details on these failures, see this check. Results for commit 2e4d0d7. ± Comparison against base commit b95649b. ♻️ This comment has been updated with latest results. |
Contributor
✅ Passed Vitest Results
|
Dushyant-rahangdale
force-pushed
the
fix/audit-routing-reliability
branch
from
August 25, 2026 19:55
2ae8405 to
f0ccd68
Compare
Dushyant-rahangdale
force-pushed
the
fix/audit-routing-reliability
branch
2 times, most recently
from
August 25, 2026 20:33
78ac03a to
385d96d
Compare
Dushyant-rahangdale
force-pushed
the
fix/audit-routing-reliability
branch
from
August 25, 2026 21:08
385d96d to
2e4d0d7
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.
Summary
Fixes three concrete reliability issues from the OpsKnight audit and adds explicit, user-controlled Quiet Hours.
FAILEDinstead of being overwritten asCOMPLETEDQuiet Hours UX
Location: Settings → Profile & Preferences → Notification Preferences → Quiet Hours
Per-user controls:
Behavior:
The setting remains under Profile because it is a responder preference. Settings → Notification Providers remains admin-only infrastructure configuration.
Data model
Adds typed user preference fields and a migration for:
quietHoursEnabled(defaultfalse)quietHoursStartMinutes(initial editable value 18:00)quietHoursEndMinutes(initial editable value 08:00)quietHoursWeekendAllDay(initial editable valuetrue)The schedule values have no effect until the user explicitly enables Quiet Hours.
Documentation
Updates the v1.5 notification, user, escalation, and inbound-webhook docs to match the implemented behavior and console location.
Verification
mainReview focus