Pulse/internal/api
Pulse Monitor 9bc050371b fix: Docker persistence actually fixed this time
The ConfigHandlers were calling config.SaveConfig() which uses
globalPersistence initialized at startup with potentially wrong path.
Now handlers use their own persistence instance directly which is
initialized with the correct DataPath.

This was causing Docker configurations to still save to /etc/pulse
even though we thought we fixed it in v4.0.6.

Fixes #253 (for real this time)
2025-08-06 17:14:34 +00:00
..
alerts.go Initial clean Go + TypeScript rewrite 2025-07-28 21:24:33 +00:00
config_handlers.go fix: Docker persistence actually fixed this time 2025-08-06 17:14:34 +00:00
diagnostics.go fix: Docker persistence and Windows VM memory reporting 2025-08-06 16:00:22 +00:00
middleware.go feat: Implement security, type safety, and error handling improvements 2025-07-29 17:53:51 +00:00
notifications.go Fix frontend email test field mapping 2025-08-02 18:15:03 +00:00
router.go fix: Docker persistence and Windows VM memory reporting 2025-08-06 16:00:22 +00:00
settings.go fix: consolidate to encrypted-only configuration system 2025-08-03 11:19:32 +00:00
updates.go Add comprehensive update mechanism with auto-update support 2025-07-30 15:59:06 +00:00