mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
f962fe83b1
Clears the red main streak that began at63a0adf9a: - newTestConfigHandlers never stopped its alerts.Manager, leaking a periodicSaveAlerts goroutine that logs through the global zerolog logger and races with the authorization-refusal contract test's logger swap under -race - InfrastructureAgentDoctorPage used a raw select, tripping the settings native-select guardrail; converted to the shared labelled FormSelect primitive - the metric-title residual pin still expected the removed -1 sentinel copy; aligned with the Off-control wording from16179dd0aContract-Neutral: test-only CI red fix: stops alerts.Manager goroutine leak in api test helper, converts agent doctor raw select to the canonical FormSelect primitive the frontend-primitives contract already mandates, updates a stale test pin; no public contract delta