spaxel/mothership/internal
jedarden 104b480256 fix(timeline): replace unsafe drop-oldest with drop-new on queue overflow
The drop-oldest path (drain + re-send) was not goroutine-safe: multiple
concurrent EventBus delivery goroutines could each drain one slot and
then all block waiting to re-send, causing inFlight.Wait() in Close()
to deadlock. Drop-new is atomic via the select/default pattern and
never blocks.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-04 00:28:21 -04:00
..
analytics fix: resolve analytics API test failures and improve corridor response format 2026-04-11 08:34:24 -04:00
apdetector feat: implement OUI lookup function 2026-04-09 06:27:26 -04:00
api test(api): add load-more pagination test for 500+ results 2026-05-04 00:01:10 -04:00
auth fix(auth): serve minimal login page for unauthenticated page requests 2026-04-13 12:28:16 -04:00
automation feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
ble fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
briefing fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
config feat(onboarding): migration window, Unpaired badge, re-provision flow 2026-04-24 18:46:47 -04:00
dashboard feat(onboarding): harden node onboarding UX with migration window and unpaired flow 2026-04-24 23:16:56 -04:00
db fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
diagnostics feat(dashboard): anomaly detection & security mode UI with WS consistency fix 2026-04-25 09:03:51 -04:00
eventbus feat: implement repeated-setting change detection with guided calibration flow 2026-05-04 00:21:38 -04:00
events feat(events): implement activity timeline with two-phase shutdown and test fixes 2026-04-13 19:08:02 -04:00
explainability feat(explainability): fix X-ray overlay with normalized confidence breakdown and tests 2026-04-25 09:16:57 -04:00
falldetect fix: remove unused imports and variables in falldetect/detector.go 2026-04-06 18:47:11 -04:00
fleet feat(fleet): include manufacturer in fleet list response 2026-04-25 00:02:11 -04:00
floorplan feat: complete floor plan dashboard UI 2026-04-09 08:37:08 -04:00
fusion feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
guidedtroubleshoot fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
health Fix portal crossing direction and health checker testability 2026-04-15 14:40:37 -04:00
help feat: implement feature discovery notifications 2026-04-11 01:05:27 -04:00
ingestion feat(onboarding): harden node onboarding UX with migration window and unpaired flow 2026-04-24 23:16:56 -04:00
learning feat: wire anomaly detection & security mode API endpoints 2026-04-07 15:09:34 -04:00
loadshed feat: extract evaluate() from EndIteration for testable load shedding state machine 2026-04-09 05:59:54 -04:00
localization fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
mqtt feat: home automation integration (MQTT and webhooks) 2026-04-11 06:29:51 -04:00
notifications feat: implement proactive quality prompts with link diagnostics 2026-04-11 19:51:57 -04:00
notify test(notify): add comprehensive tests for notification system 2026-04-13 17:42:26 -04:00
ota feat: add OTA progress tracking to fleet status page 2026-04-11 22:41:51 -04:00
oui fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
prediction fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
provisioning feat(provisioning): carry ms_ip in payload for mDNS-less networks 2026-04-24 01:06:05 -04:00
recorder feat(recorder): per-link CSI frame recording with 1-hour segment files 2026-03-28 00:07:50 -04:00
recording feat: implement CSI simulator Go CLI for hardware-free testing 2026-04-09 16:50:40 -04:00
render test: enhance floor-plan renderer tests with precise coordinate and color verification 2026-04-11 04:29:13 -04:00
replay fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
shutdown fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
signal fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
simulator feat: implement ambient dashboard mode with Canvas 2D renderer 2026-04-10 22:09:12 -04:00
sleep feat: implement activity timeline with tap-to-jump and inline feedback 2026-04-09 11:07:16 -04:00
startup feat: startup phase sequencing with 30s timeout enforcement 2026-04-07 12:40:25 -04:00
timeline fix(timeline): replace unsafe drop-oldest with drop-new on queue overflow 2026-05-04 00:28:21 -04:00
tracker feat: complete anomaly detection & security mode dashboard UI 2026-04-09 05:59:54 -04:00
tracking feat: complete anomaly detection & security mode dashboard UI 2026-04-07 15:50:25 -04:00
volume feat: implement webhook action firing & fault tolerance for automations 2026-04-06 21:39:51 -04:00
webhook feat: home automation integration (MQTT and webhooks) 2026-04-11 06:29:51 -04:00
zones feat(dashboard): anomaly detection & security mode UI with WS consistency fix 2026-04-25 09:03:51 -04:00