towerops/test/towerops_web/channels
Graham McIntire 45a12ed181 Fix Check protobuf oneof field encoding for service checks (#101)
Protobuf oneof fields use a single :config key with tagged tuples
like {:dns, %DnsCheckConfig{}} rather than individual keys. The
check_type_config functions were setting e.g. dns: %DnsCheckConfig{}
directly, causing KeyError crashes in Check.__struct__/1.

Reviewed-on: graham/towerops-web#101
2026-03-21 06:56:48 -05:00
..
agent_channel_check_proto_test.exs Fix Check protobuf oneof field encoding for service checks (#101) 2026-03-21 06:56:48 -05:00
agent_channel_test.exs fix: add recurring job dispatch timer for agent-polled devices 2026-03-12 12:07:34 -05:00
mobile_channel_test.exs add mobile app websocket channel and improve QR linking UX 2026-03-13 17:28:36 -05:00
mobile_socket_test.exs add mobile app websocket channel and improve QR linking UX 2026-03-13 17:28:36 -05:00