osint-dashboard/tests
Sirius DevOps 32320635dc
All checks were successful
build-and-deploy / build (push) Successful in 2m32s
feat: AIS stream follows the map viewport
The Vessels layer now retunes the server-side AISStream subscription to the
client viewport instead of a static AISSTREAM_BBOX. The frontend POSTs its
quantized viewport box to /api/vessels/subscribe on moveend; the ais_stream
worker coalesces and applies it at the service's 1 subscription/s cap, then
last-known positions for the new area arrive within a couple of seconds (the
frontend does one follow-up fetch after retuning). Bounds the in-memory
vessel store across regions. Key stays server-side.
2026-08-27 21:50:38 -04:00
..
conftest.py Add NASA FIRMS active-fire ingest + /api/fires; API keys management page 2026-08-24 15:37:42 -04:00
test_api_fires.py Add NASA FIRMS active-fire ingest + /api/fires; API keys management page 2026-08-24 15:37:42 -04:00
test_api_live_layers.py feat: AIS stream follows the map viewport 2026-08-27 21:50:38 -04:00
test_api_news.py Add news pipeline: hourly scraper + Gemini summarizer in compose 2026-08-24 17:28:46 -04:00
test_fire_ingest.py Add NASA FIRMS active-fire ingest + /api/fires; API keys management page 2026-08-24 15:37:42 -04:00
test_fire_sources.py feat: toggleable live map feeds (ADS-B, trains, AIS, radar, WFIGS, NWS) 2026-08-27 19:08:30 -04:00
test_live_layers.py perf: simplify WFIGS perimeter geometry at query time 2026-08-27 21:16:53 -04:00
test_map_payloads.py perf: slim fires/cameras/events/news map payloads 2026-08-27 21:19:42 -04:00