Pulse/internal
Pulse Monitor ce6a76a0f9 fix: preserve PBS alert thresholds when updating node configuration (addresses #440)
When updating PBS nodes through the node configuration UI, alert thresholds
were being reset to defaults. This was because alert overrides are stored
separately from node configuration and weren't being preserved during node updates.

The fix ensures that when a node is updated, the alert configuration (including
any custom threshold overrides) is reloaded and preserved. This applies to both
PBS and PVE nodes to ensure consistent behavior.
2025-09-10 15:12:43 +00:00
..
adapters feat: Implement security, type safety, and error handling improvements 2025-07-29 17:53:51 +00:00
alerts Revert "fix: properly handle 100% thresholds to disable alerts (addresses #434)" 2025-09-09 21:27:29 +00:00
api fix: preserve PBS alert thresholds when updating node configuration (addresses #440) 2025-09-10 15:12:43 +00:00
auth fix: comprehensive security improvements and UI fixes 2025-08-16 21:10:24 +00:00
config feat: auto-detect public URL for webhook notifications when not explicitly configured 2025-09-04 18:01:18 +00:00
crypto fix: address critical security vulnerabilities from audit 2025-08-13 19:46:39 +00:00
discovery feat: improve empty state UI and enhance network discovery 2025-08-19 16:16:18 +00:00
errors Fix all TypeScript 'any' types and ensure strict typing 2025-07-30 14:08:06 +00:00
interfaces feat: Implement security, type safety, and error handling improvements 2025-07-29 17:53:51 +00:00
mock feat: add mock disk data generation for testing UI 2025-09-08 20:15:49 +00:00
models feat: improve memory reporting accuracy using available memory (addresses #435) 2025-09-10 10:17:07 +00:00
monitoring fix: resolve PBS API permission errors and missing parameters (addresses #436) 2025-09-10 14:51:52 +00:00
notifications fix: resolve compilation error and webhook issues 2025-09-04 19:06:06 +00:00
types Initial clean Go + TypeScript rewrite 2025-07-28 21:24:33 +00:00
updates chore: bump version to v4.15.0-rc.2 2025-09-06 19:52:56 +00:00
utils feat: make security setup fully automatic for systemd 2025-08-12 21:08:00 +00:00
websocket security: comprehensive security improvements 2025-08-25 11:28:55 +00:00