Pulse/internal
Pulse Monitor 46bb44d792 improve: comprehensive type safety improvements across codebase
Frontend (TypeScript):
- Eliminated all 'any' types (7 → 0)
- Added proper types for event system with generics
- Fixed event data interfaces with specific types
- Replaced any with unknown where appropriate

Backend (Go):
- Created central types.go with 30+ typed API structures
- Eliminated all interface{} in /internal/api package (158 → 0)
- Replaced map[string]interface{} with typed structs:
  - ChartResponse, VMChartData, NodeChartData, StorageChartData
  - DiagnosticsInfo with NodeDetails, ClusterInfo, PBSDetails
  - StorageChartsResponse with StorageMetrics
- Improved compile-time type safety for all API responses

Benefits:
- Better IDE support and autocomplete
- Compile-time error detection
- Clearer API contracts
- Improved maintainability

All tests passing, service running successfully with typed code.
2025-08-19 21:32:44 +00:00
..
adapters feat: Implement security, type safety, and error handling improvements 2025-07-29 17:53:51 +00:00
alerts fix: add confirmation requirement for node connectivity alerts 2025-08-18 07:57:58 +00:00
api improve: comprehensive type safety improvements across codebase 2025-08-19 21:32:44 +00:00
auth fix: comprehensive security improvements and UI fixes 2025-08-16 21:10:24 +00:00
config feat: auto-hash plain text credentials from environment variables 2025-08-19 14:58:01 +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
models fix: dashboard now uses actual configured host URLs for node links 2025-08-12 14:28:19 +00:00
monitoring feat: auto-hash plain text credentials from environment variables 2025-08-19 14:58:01 +00:00
notifications improve: clarify Office 365 SMTP authentication requirements 2025-08-19 09:43:05 +00:00
types Initial clean Go + TypeScript rewrite 2025-07-28 21:24:33 +00:00
updates chore: bump version to v4.5.0-rc.3 2025-08-19 16:42:00 +00:00
utils feat: make security setup fully automatic for systemd 2025-08-12 21:08:00 +00:00
websocket fix: support WebSocket connections through reverse proxies 2025-08-19 16:27:16 +00:00