mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-20 09:23:27 +00:00
- 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) |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||