Pulse/cmd
rcourtman 1d64b4c31a fix: show Removed Docker Hosts section in UI for re-enrollment
The 'Removed Docker Hosts' section was not appearing in Settings -> Agents
even when hosts were blocked from re-enrolling. This prevented users from
using the 'Allow re-enroll' button to unblock their Docker agents.

Root cause: The WebSocket store was missing:
1. The 'removedDockerHosts' property in its initial state
2. A handler to process removedDockerHosts data from WebSocket messages

This meant the backend was correctly sending the data, but the frontend
was completely ignoring it.

Changes:
- Add removedDockerHosts to WebSocket store initial state and message handler
- Add removedDockerHosts to App.tsx fallback state for consistency
- Add missing BroadcastState call after AllowDockerHostReenroll succeeds

Also includes previous fixes from this session:
- Add PULSE_AGENT_URL as alias for PULSE_AGENT_CONNECT_URL (config.go)
- Add runtime Docker/Podman auto-detection in pulse-agent (main.go)

Fixes issue reported by darthrater78 in discussion #845
2025-12-19 17:57:04 +00:00
..
hashpw Improve test coverage 2025-12-17 12:00:59 +00:00
pulse feat(license): add initial license implementation structure to fix build 2025-12-19 17:01:57 +00:00
pulse-agent fix: show Removed Docker Hosts section in UI for re-enrollment 2025-12-19 17:57:04 +00:00
pulse-docker-agent wip: AI chat integration with multi-provider support 2025-12-04 20:16:53 +00:00
pulse-host-agent wip: AI chat integration with multi-provider support 2025-12-04 20:16:53 +00:00
pulse-sensor-proxy feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00