towerops/test
Graham McInitre 88fae5d752 feat: add beacon monitors with user and admin management
Backend:
- Migration: beacon_monitors table (binary_id PK, org/user FK, check_type, target_url, config, monitoring fields)
- Schema: BeaconMonitor with changeset (pattern-matched port validation, check_type inclusion)
- Query: BeaconMonitorQuery — composable scopes (by org, by user, by type, enabled, ordered, preloaded)
- Context: Towerops.Beacons — CRUD, toggle, record_check_result (36/36 tests pass)

Frontend:
- User LiveView: /beacons — stream-based list, create/edit modals, toggle/delete actions
- Admin LiveView: /admin/beacons — cross-org view with preloads (20/20 tests pass)
- Form component: LiveComponent modal with validation
- Helpers: check_type badges, status indicators, response time formatting
- Router: user routes + admin route configured
- Nav: sidebar + mobile links added
- 30+ gettext translations

Verification: compile ✓, format ✓, credo ✓, 56/56 new tests pass
2026-07-22 08:15:03 -05:00
..
assets fix/traffic-graph-rendering-and-polarity (#130) 2026-03-23 15:24:44 -05:00
integration credo fixes 2026-06-15 11:15:46 -05:00
mix/tasks Fix failing tests and clean up code 2026-06-16 14:54:34 -05:00
snmpkit Security hardening + performance fixes across codebase 2026-06-21 17:40:50 -05:00
support feat: add beacon monitors with user and admin management 2026-07-22 08:15:03 -05:00
towerops feat: add beacon monitors with user and admin management 2026-07-22 08:15:03 -05:00
towerops_web feat: add beacon monitors with user and admin management 2026-07-22 08:15:03 -05:00
snmp_lib_test.exs credo fixes 2026-06-13 14:25:19 -05:00
test_helper.exs fix: register NIF compiler, add Nix shell NIF build, make NIF optional at boot 2026-07-16 09:15:53 -05:00
towerops_native_test.exs credo fixes 2026-06-16 09:56:51 -05:00