mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-05-01 11:02:35 +02:00
* web: prepare release * fix: address pre-release review concerns - Emit invalid telemetry_type warning at severity=warning/always=True so it surfaces in production logs, not just under DEBUG=1 - Hoist VALID_TELEMETRY_TYPES to a module-level constant in DataProcessing to avoid per-call allocation inside insert_telemetry - Add Python test covering the invalid-type drop path in store_telemetry_packet - Add Ruby spec asserting that an invalid telemetry_type in a POST payload is discarded and metric-based inference takes over