mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
7ec012a2e1
- Expose FeatureUpdateAlerts in /api/license/features endpoint (was hidden) - Add 'Update Alerts' label to frontend Pro License panel - Add AI-powered update risk assessment for Docker container updates - Classifies containers by type (auth, web server, database, etc.) - Provides context-aware recommendations for update timing - Time-based urgency escalation (warning >7d, critical >14d) - Handle edge cases: nil alerts, empty metadata, float64 pendingHours - Fix switch case ordering to properly route docker-container-update alerts - Add comprehensive tests for update analysis (15 new test functions)