towerops/test/towerops
Graham McIntire 76b3dd6a93 add ssl/tls certificate expiration check type (#64)
add ssl check executor that connects via TLS, reads peer certificate
expiry, and returns OK/WARNING/CRITICAL based on configurable
warning_days threshold. includes protobuf config, liveview form fields,
agent channel encoding, oban worker dispatch, and unit tests.

Reviewed-on: graham/towerops-web#64
2026-03-17 16:14:22 -05:00
..
accounts test: improve test coverage and code quality 2026-03-15 14:49:55 -05:00
admin more tests and fixes 2026-02-07 11:50:18 -06:00
agent wire up service checks (HTTP/TCP/DNS) to remote agents (#50) 2026-03-16 17:25:02 -05:00
agents Add GeoIP import HTTP tests 2026-03-10 16:02:49 -05:00
alerts fix: resolve test fixture issues and skip flaky/environmental tests 2026-03-15 17:48:36 -05:00
api_tokens add parallel build 2026-01-19 14:17:05 -06:00
billing test: add on-call, incident, and PagerDuty notification test coverage 2026-03-14 15:10:27 -05:00
capacity feat: add backhaul capacity analysis foundation 2026-03-06 17:54:32 -06:00
cn_maestro fix: make sidebar sticky with header and resolve all credo issues (#32) 2026-03-15 18:19:09 -05: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 fix: resolve test fixture issues and skip flaky/environmental tests 2026-03-15 17:48:36 -05:00
gaiia fix: humanize raw error strings in integration sync modules 2026-03-12 13:53:28 -05:00
integrations fix: resolve compilation errors, test failures, and credo issues 2026-02-14 12:23:10 -06:00
job_monitoring more tests and fixes 2026-02-07 11:50:18 -06:00
maintenance Add GeoIP import HTTP tests 2026-03-10 16:02:49 -05:00
mobile_sessions more tests and fixes 2026-02-07 11:50:18 -06:00
monitoring add ssl/tls certificate expiration check type (#64) 2026-03-17 16:14:22 -05:00
netbox fix: validate NetBox URL scheme before making HTTP requests 2026-02-17 10:50:00 -06:00
on_call test: improve test coverage and code quality 2026-03-15 14:49:55 -05:00
organizations feat: per-organization billing override admin UI 2026-03-06 13:02:05 -06:00
pagerduty test: add on-call, incident, and PagerDuty notification test coverage 2026-03-14 15:10:27 -05:00
preseem feat: command center dashboard with unified insights and contextual enrichment 2026-02-13 14:52:49 -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 fix: resolve test fixture issues and skip flaky/environmental tests 2026-03-15 17:48:36 -05:00
sites more tests and fixes 2026-02-07 11:50:18 -06:00
snmp fix: correct SNMP OIDs for 7 vendor modules to match MIB definitions 2026-03-10 17:07:43 -05:00
splynx perf: optimize test suite and CI pipeline for maximum speed 2026-03-05 15:04:57 -06:00
topology feat: add DeviceLink and DeviceLinkEvidence schemas 2026-02-12 12:49:11 -06:00
uisp fix: make sidebar sticky with header and resolve all credo issues (#32) 2026-03-15 18:19:09 -05:00
visp fix: humanize raw error strings in integration sync modules 2026-03-12 13:53:28 -05:00
workers delegate service checks to agents and fix ui issues (#63) 2026-03-17 15:43:31 -05:00
accounts_defensive_coverage_test.exs add 100% test coverage for Towerops.Accounts 2026-03-11 10:37:03 -05:00
accounts_test.exs add 100% test coverage for Towerops.Accounts 2026-03-11 10:37:03 -05:00
activity_feed_test.exs fix: ensure sync logs are in different minutes for activity feed test 2026-03-10 10:15:29 -05:00
admin_test.exs fix: resolve all remaining test failures 2026-03-07 12:13:17 -06:00
agents_test.exs Add CI-triggered mass agent update webhook 2026-02-10 13:40:32 -06:00
alerts_test.exs perf(tests): remove/reduce Process.sleep calls for faster tests 2026-03-06 07:57:30 -06:00
api_tokens_test.exs perf(tests): remove/reduce Process.sleep calls for faster tests 2026-03-06 07:57:30 -06:00
application_test.exs Reliability improvements: Task.Supervisor, discovery retries, polling visibility 2026-02-09 16:05:30 -06:00
billing_test.exs fix: resolve all remaining test failures 2026-03-07 12:13:17 -06:00
capacity_test.exs fix: prefix unused snmp_device variable with underscore 2026-03-07 16:04:35 -06:00
dashboard_test.exs fix: convert alert_type from enum to string and fix SQL array syntax 2026-03-05 09:12:39 -06:00
devices_test.exs feat: live device timestamp updates and org-scoped alert PubSub 2026-02-12 11:01:56 -06:00
error_tracker_ignorer_test.exs Ignore pod shutdown errors in ErrorTracker 2026-02-17 10:59:51 -06:00
gaiia_test.exs improve Gaiia integration UX 2026-03-12 13:04:17 -05: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
http_test.exs Add GeoIP import HTTP tests 2026-03-10 16:02:49 -05:00
integrations_test.exs Store billing subscriber/MRR data on integrations for dashboard 2026-02-15 16:51:33 -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
maintenance_batch_test.exs fix: resolve test fixture issues and skip flaky/environmental tests 2026-03-15 17:48:36 -05:00
mobile_sessions_test.exs perf: optimize test suite and CI pipeline for maximum speed 2026-03-05 15:04:57 -06:00
monitoring_test.exs wire up service checks (HTTP/TCP/DNS) to remote agents (#50) 2026-03-16 17:25:02 -05:00
numeric_test.exs perf: disable Req retry for faster error tests 2026-03-10 16:19:31 -05:00
on_call_test.exs feat: add on-call schedules and escalation policies 2026-03-11 12:32:54 -05:00
organizations_test.exs stripe and email after signup 2026-03-06 10:07:27 -06:00
preseem_test.exs feat: add FluxCD image automation, fix Preseem duplicate AP crash 2026-02-14 10:30:12 -06:00
profiles_test.exs Add comprehensive test coverage for core context modules 2026-01-19 14:38:34 -06:00
query_helpers_test.exs add query_helpers tests and fix all credo issues (#56) 2026-03-17 10:43:57 -05:00
redis_health_check_test.exs faster tests 2026-01-27 09:30:18 -06:00
reports_test.exs fix: make sidebar sticky with header and resolve all credo issues (#32) 2026-03-15 18:19:09 -05:00
result_test.exs more tests 2026-02-03 13:20:33 -06:00
rf_links_test.exs fix: make sidebar sticky with header and resolve all credo issues (#32) 2026-03-15 18:19:09 -05:00
search_test.exs feat: comprehensive e2e test coverage for all user-facing features 2026-03-06 16:58:06 -06:00
settings_test.exs feat: add decimal type support to ApplicationSetting 2026-03-06 13:34:37 -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: add comprehensive wireless client tracking and monitoring 2026-03-10 09:57:12 -05:00
status_pages_test.exs fix: make sidebar sticky with header and resolve all credo issues (#32) 2026-03-15 18:19:09 -05:00
topology_test.exs fix crash when clicking site compound nodes on network map 2026-03-12 11:54:15 -05:00
trace_test.exs feat: add site search to trace 2026-03-06 15:37:23 -06:00
url_validator_test.exs test: add on-call, incident, and PagerDuty notification test coverage 2026-03-14 15:10:27 -05:00