Commit Graph

7 Commits

Author SHA1 Message Date
e3f67d12a3 fix(core): fix secrets scan upserts, connection health checks, and frontend improvements
- Add upsert pattern to SecretsScanService to prevent duplicate key errors on repeated scans
- Auto-test connection health on startup so status reflects reality
- Fix Actions view to read identity from appstate instead of broken localStorage hack
- Fetch both project and group secrets in parallel, add "All Scopes" filter to Secrets view
- Enable noCache on UtilityWebsiteServer to prevent stale browser cache
2026-02-24 22:50:26 +00:00
43131fa53c update 2026-02-24 22:17:55 +00:00
71176a1856 feat(webhook): add webhook endpoint and client push notifications, auto-refresh UI, and gitea id mapping fixes 2026-02-24 19:41:52 +00:00
92b0ec179f feat(opsserver): serve embedded frontend bundle from committed ts_bundled instead of using external dist_serve directory 2026-02-24 18:18:40 +00:00
f78cab7dd8 feat(opsserver): Serve bundled frontend from a dedicated dist_serve directory and update frontend UI/packaging 2026-02-24 14:36:29 +00:00
0d9e76bf94 feat(opsserver): switch to TypedServer and serve bundled UI assets; add index.html; update bundling output and dev watch configuration 2026-02-24 13:47:44 +00:00
3fad287a29 initial 2026-02-24 12:29:58 +00:00