Pulse/internal
courtmanr@gmail.com 07d8381858 Fix host agent registration verification issues (#746)
- Change default server listen addresses to empty string (listen on all interfaces including IPv6)
- Add short hostname matching fallback in host lookup API to handle FQDN vs short name mismatches
- Implement retry loop (30s) in both Windows and Linux/macOS installers for registration verification
- Fix lint errors: remove unnecessary fmt.Sprintf and nil checks before len()

This resolves the 'Installer could not yet confirm host registration with Pulse' warning
by addressing timing issues, hostname matching, and network connectivity.
2025-11-24 14:28:09 +00:00
..
agentbinaries Related to #712: auto-restore host agent binaries for download 2025-11-20 15:45:21 +00:00
alerts Handle ignored docker containers during alert reevaluation (related to #561) 2025-11-21 22:19:19 +00:00
api Fix host agent registration verification issues (#746) 2025-11-24 14:28:09 +00:00
auth Fix config backup/restore by enforcing 12-char minimum password (related to #646) 2025-11-07 22:51:55 +00:00
config Fix host agent registration verification issues (#746) 2025-11-24 14:28:09 +00:00
crypto Update config persistence, crypto, and dev script 2025-11-20 11:46:20 +00:00
discovery Fix discovery test Prometheus metric collision 2025-11-11 23:34:49 +00:00
dockeragent Improve agent update logging and installer warnings (related to #737) 2025-11-23 22:07:37 +00:00
errors Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
hostagent Add log level control to host agent 2025-11-22 07:48:34 +00:00
hostmetrics Fix ZFS storage reporting on TrueNAS SCALE (#718) 2025-11-22 23:53:39 +00:00
logging feat: comprehensive diagnostics and observability improvements 2025-10-21 12:37:39 +00:00
mdadm feat: Add mdadm RAID monitoring support for host agents 2025-11-09 16:36:33 +00:00
metrics Add comprehensive alert system reliability improvements 2025-11-06 16:46:30 +00:00
mock Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
models feat: Add mdadm RAID monitoring support for host agents 2025-11-09 16:36:33 +00:00
monitoring Feat: Add support for Raspberry Pi RP1 ADC temperature sensor (Fixes #745) 2025-11-23 22:33:16 +00:00
notifications Add recovery notifications and grouping controls 2025-11-21 22:07:00 +00:00
sensors feat: Add temperature collection to pulse-host-agent (related to #661) 2025-11-07 22:54:40 +00:00
ssh/knownhosts feat(security): Add SSH output limits and improve host key management 2025-11-07 17:09:02 +00:00
system Add Docker container name auto-detection to bootstrap UI 2025-11-15 10:45:00 +00:00
tempproxy Improve temperature proxy workflow 2025-11-17 14:25:46 +00:00
types Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
updates Improve update procedure tracking 2025-11-15 16:43:42 +00:00
utils Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
websocket Guard WebSocket broadcast buffers when clients stall (Related to #734) 2025-11-21 10:14:10 +00:00