towerops/lib/towerops_web
Graham McIntire 2653e2516d dialyzer: expand PLT, drop blanket codebase suppression
Ignore file was silencing every warning under lib/towerops/**. Root
cause was plt_add_deps: :apps_direct missing Plug/Phoenix/Oban/Decimal
/Redix/ssl/public_key — hundreds of false `unknown_function` warnings
were being papered over.

Expand plt_add_apps to cover the common deps, narrow the ignore file
to real dep-PLT gaps only, and fix two concrete bugs uncovered by the
change:

- ScopedResource.fetch_preload/4: spec was atom() | [atom()] but
  callers pass keyword lists (e.g. [rules: :targets]).
- ToweropsNative: tag NIF stubs with @dialyzer :nowarn_function so
  dialyzer trusts the @spec instead of the fallback body.

Remaining 328 real warnings surface for follow-up.
2026-04-21 09:33:22 -05:00
..
channels refactor/dry-improvements (#202) 2026-03-28 10:56:34 -05:00
components ui: hide weathermap navigation links (#174) 2026-03-25 16:40:11 -05:00
controllers feat: add RFC 8288 Link response headers to homepage 2026-04-17 14:11:15 -05:00
graphql fix: correct 32-bit SNMP counter wrap detection for all traffic calculations (#163) 2026-03-25 11:03:43 -05:00
helpers feat: add status emoji to page titles 2026-03-06 14:45:02 -06:00
live refactor/dry-improvements (#202) 2026-03-28 10:56:34 -05:00
plugs fix: correct login URL path in markdown negotiation content 2026-04-17 15:50:31 -05:00
changelog_parser.ex remove-gleam (#218) 2026-03-29 11:03:20 -05:00
endpoint.ex feat: add Accept: text/markdown content negotiation for agent compatibility 2026-04-17 14:14:31 -05:00
gettext.ex init 2025-12-21 11:10:43 -06:00
gettext_helpers.ex feat: migrate email templates to gettext (Phase 2 - Emails) 2026-02-02 09:48:30 -06:00
graphql_socket.ex add mobile token auth to GraphQL endpoint (#48) 2026-03-16 15:23:07 -05:00
permissions.ex i18n: add Spanish locale with full translations, language selector, and locale hook 2026-02-14 17:44:01 -06:00
plug_exceptions.ex handle exceptions gracefully on api endpoints 2026-02-04 12:18:14 -06:00
remote_ip.ex perf: disable Req retry for faster error tests 2026-03-10 16:19:31 -05:00
router.ex feat: add /.well-known discovery endpoints for agent readiness 2026-04-17 14:06:51 -05:00
scoped_resource.ex dialyzer: expand PLT, drop blanket codebase suppression 2026-04-21 09:33:22 -05:00
telemetry.ex fix: add Oban config to dev.exs and replace Exq telemetry with Oban 2026-01-24 16:39:45 -06:00
telemetry_filter.ex fix: suppress health check logs and downgrade CI artifacts to v3 2026-03-05 15:54:47 -06:00
user_auth.ex fix: comprehensive security audit fixes (#108) 2026-03-22 10:10:27 -05:00