towerops/test/towerops
Graham McIntire 848efa8fc4
fix: align gaiia graphql queries with actual api schema
field mappings from docs:
- accountStatus/accountType -> status/type
- accountBillingSubscriptions -> billingSubscriptions
- billingSubscriptionStatus -> status
- address city/state/zip -> locality/region/postalCode
- networkSiteIpBlocks -> ipBlocks
- inventoryItemStatus -> status, ipAddress -> ipAddressV4
- inventoryModel -> model, inventoryModelCategory -> model.category
- account/networkSite -> assignation.assignee (union type)
- product/recurringAmount/currency -> productVersion (price in cents)
- account on subscription -> entity (union type)
2026-02-13 14:41:14 -06:00
..
accounts more tests and fixes 2026-02-07 11:50:18 -06:00
admin more tests and fixes 2026-02-07 11:50:18 -06:00
agent fix heartbeat validation rejecting git-describe version strings 2026-02-11 11:31:19 -06:00
agents fix: cloud poller automatic rebalancing 2026-02-12 15:32:33 -06:00
alerts more tests 2026-02-03 15:27:05 -06:00
api_tokens add parallel build 2026-01-19 14:17:05 -06:00
contexts help update 2026-02-04 17:56:48 -06:00
devices perf: batch inserts, selective LiveView reloading, and database indexes for scale 2026-02-12 10:16:10 -06:00
ecto_types add encrypted map ecto type for integration credentials 2026-02-12 16:52:05 -06:00
equipment make devices site optional and many test fix 2026-02-04 15:05:42 -06:00
gaiia fix: align gaiia graphql queries with actual api schema 2026-02-13 14:41:14 -06:00
integrations add integrations schema with encrypted credentials 2026-02-12 16:54:14 -06:00
job_monitoring more tests and fixes 2026-02-07 11:50:18 -06:00
mobile_sessions more tests and fixes 2026-02-07 11:50:18 -06:00
monitoring feat: implement unified checks system (Phase 1-4) 2026-02-12 16:58:40 -06:00
organizations more tests and fixes 2026-02-07 11:50:18 -06:00
preseem stagger preseem sync across organizations 2026-02-13 10:52:32 -06:00
profiles feat: Phase 1 Quick Wins - 11 vendor profiles implemented 2026-02-12 10:52:51 -06:00
proto agent overhaul 2026-01-30 16:05:23 -06:00
security Add 404-based brute force protection system 2026-02-10 16:31:48 -06:00
sites more tests and fixes 2026-02-07 11:50:18 -06:00
snmp test fix and preseem check fix 2026-02-13 09:42:39 -06:00
topology feat: add DeviceLink and DeviceLinkEvidence schemas 2026-02-12 12:49:11 -06:00
workers fix: align gaiia graphql queries with actual api schema 2026-02-13 14:41:14 -06:00
accounts_test.exs more tests and fixes 2026-02-07 11:50:18 -06:00
admin_test.exs more tests 2026-02-03 11:16:43 -06:00
agents_test.exs Add CI-triggered mass agent update webhook 2026-02-10 13:40:32 -06:00
alerts_test.exs make devices site optional and many test fix 2026-02-04 15:05:42 -06:00
api_tokens_test.exs faster tests 2026-01-27 09:30:18 -06:00
application_test.exs Reliability improvements: Task.Supervisor, discovery retries, polling visibility 2026-02-09 16:05:30 -06:00
devices_test.exs feat: live device timestamp updates and org-scoped alert PubSub 2026-02-12 11:01:56 -06:00
gaiia_test.exs add gaiia integration stages 1-2: sync engine and entity mapping UI 2026-02-13 10:31:32 -06:00
geoip_test.exs more tests 2026-02-03 11:16:43 -06:00
honeybadger_filter_test.exs fix: suppress benign shutdown errors during K8s pod rollouts 2026-02-12 12:16:40 -06:00
honeybadger_notice_filter_test.exs fix: suppress benign shutdown errors during K8s pod rollouts 2026-02-12 12:16:40 -06:00
integrations_test.exs add integrations context with CRUD operations 2026-02-12 16:55:57 -06:00
job_monitoring_test.exs more tests and fixes 2026-02-07 11:50:18 -06:00
log_filter_test.exs Fix Credo issues and improve code quality 2026-01-19 15:09:19 -06:00
logger_filters_test.exs fix: suppress benign shutdown errors during K8s pod rollouts 2026-02-12 12:16:40 -06:00
mobile_sessions_test.exs more tests and fixes 2026-02-07 11:50:18 -06:00
organizations_test.exs more tests and fixes 2026-02-07 11:50:18 -06:00
preseem_test.exs add preseem context and device detail preseem tab 2026-02-12 18:05:26 -06:00
profiles_test.exs Add comprehensive test coverage for core context modules 2026-01-19 14:38:34 -06:00
redis_health_check_test.exs faster tests 2026-01-27 09:30:18 -06:00
result_test.exs more tests 2026-02-03 13:20:33 -06:00
settings_test.exs remote agent/cloud improvements 2026-01-24 09:16:41 -06:00
sites_test.exs make devices site optional and many test fix 2026-02-04 15:05:42 -06:00
snmp_test.exs feat: implement unified checks system (Phase 1-4) 2026-02-12 16:58:40 -06:00
topology_test.exs feat: add automatic network topology inference 2026-02-12 13:28:01 -06:00