mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-20 18:23:47 +00:00
e36436f75b
- Added required field validation for name, type, and host in node configuration - Added duplicate node prevention by name (returns 409 Conflict) - Added IP address format validation to reject invalid IPs - Added port range validation (1-65535) - Added validation for negative polling intervals in system settings - Added HEAD request support for health and version endpoints - Reduced node addition timeout from 10s to 3s to prevent UI hanging These validation improvements were discovered through comprehensive testing and prevent invalid data from being accepted by the API.