Files
meshcore-analyzer/cmd/server
OpenClaw Bot 4ed272761b test(#1188): red — /api/packets must return observer_iata per row
Adds three tests asserting the API surfaces observer_iata on:
- ungrouped /api/packets rows
- grouped /api/packets?groupByHash=true rows
- per-observation entries in /api/packets/{id} detail response

Currently fails: the SQL joins select obs.id, obs.name but not obs.iata.
Fixing the join in cmd/server/db.go is the green commit.
2026-05-11 05:22:15 +00:00
..