feat: implement findings notifications escalation #261
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "224-findings-notifications-escalation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Validation
cd apps/platform && ./vendor/bin/sail bin pint --dirty --format agentcd apps/platform && ./vendor/bin/sail artisan test --compact tests/Feature/Findings/FindingsNotificationEventTest.php tests/Feature/Findings/FindingsNotificationRoutingTest.phpcd apps/platform && ./vendor/bin/sail artisan test --compact tests/Feature/Alerts/FindingsAlertRuleIntegrationTest.php tests/Feature/Alerts/SlaDueAlertTest.php tests/Feature/Notifications/FindingNotificationLinkTest.phpFilament / Platform Notes
apps/platform/bootstrap/providers.phpcd apps/platform && php artisan filament:assetsdeploy step remains sufficientManual Smoke Note
APP_URL, so a locallocalhostvs127.0.0.1:8081host mismatch can break the browser session if the app is opened on a different host/port combination