towerops/lib
Graham McIntire 592b99d739
fix: use correct device_id for neighbor discovery
The neighbor discovery was using snmp_device.id instead of the actual
Equipment device.id when creating neighbor records. This caused all
neighbor inserts to fail because the foreign key constraint expected
the Equipment ID, not the SNMP Device ID.

Fixed in two places:
- Discovery: Use snmp_device.device_id (FK to Equipment)
- PollerWorker: Use device.id (Equipment ID) instead of snmp_device.id

Neighbors should now be properly discovered and saved during both
initial discovery and ongoing polling.
2026-01-18 13:00:31 -06:00
..
mix/tasks refactor: use API token auth for profile imports instead of session cookies 2026-01-18 09:30:21 -06:00
towerops fix: use correct device_id for neighbor discovery 2026-01-18 13:00:31 -06:00
towerops_web fix: adjust graph x-axis range based on selected time period 2026-01-18 12:56:44 -06:00
towerops.ex init 2025-12-21 11:10:43 -06:00
towerops_web.ex separate out marketing layouts 2026-01-06 14:46:39 -06:00