choret: enforce discord-only provider type across notifications API and UI
- Added validation to reject non-discord provider types in create, update, test, and preview operations. - Updated the notifications form to automatically normalize non-discord types to discord. - Modified UI to display explicit messaging for deprecated and non-dispatch statuses for non-discord providers. - Enhanced tests to cover new validation logic and UI changes for provider types.
This commit is contained in:
+1
-1
@@ -237,7 +237,7 @@ Watch requests flow through your proxy in real-time. Filter by domain, status co
|
||||
|
||||
### 🔔 Notifications
|
||||
|
||||
Get alerted when it matters. Charon can notify you about certificate expirations, downtime events, and security incidents through multiple channels. Stay informed without constantly watching dashboards.
|
||||
Get alerted when it matters. Charon currently sends notifications through Discord webhooks using the Notify engine only. No legacy fallback path is used at runtime. Additional providers will roll out later in staged updates.
|
||||
|
||||
→ [Learn More](features/notifications.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user