aprs.me/test/aprsme_web
Graham McIntire ecf3e0544c
All checks were successful
Elixir CI / Build and test (push) Successful in 3m38s
Elixir CI / Dialyzer (push) Successful in 3m58s
Elixir CI / Build and Push Docker Image (push) Successful in 2m40s
fix: add __changed__ to test socket assigns for LiveView assign/3 compatibility
When cancel_pending_loads now succeeds (after fixing the pending_batch_tasks
KeyError), it calls Phoenix.LiveView.assign/3 which requires __changed__ in
the socket assigns. The test socket was created as a bare %Socket{} without
this internal LiveView field.
2026-08-06 18:02:15 -05:00
..
channels reliability: bound ingress buffers, payload limits, overflow telemetry 2026-07-26 15:10:54 -05:00
components Fix all mix credo --strict warnings (188 → 0) 2026-06-12 16:27:20 -05:00
controllers fix: resolve all credo issues — 0 warnings, 0 refactoring, 0 readability issues 2026-07-29 10:54:07 -05:00
integration fix: resolve all credo issues — 0 warnings, 0 refactoring, 0 readability issues 2026-07-29 10:54:07 -05:00
live fix: add __changed__ to test socket assigns for LiveView assign/3 compatibility 2026-08-06 18:02:15 -05:00
plugs fix: resolve all credo issues — 0 warnings, 0 refactoring, 0 readability issues 2026-07-29 10:54:07 -05:00
aprs_symbol_test.exs Fix all mix credo --strict warnings (188 → 0) 2026-06-12 16:27:20 -05:00
gettext_test.exs test: cover AprsmeWeb.Gettext helpers 2026-04-23 14:54:16 -05:00
telemetry_test.exs fix: resolve all credo warnings and pre-existing dialyzer errors 2026-07-17 16:41:15 -05:00
test_helpers_test.exs refactor: remove dead code, duplication, and over-abstractions 2026-07-21 10:36:49 -05:00
time_helpers_test.exs updates with parser updates 2025-08-03 09:19:31 -05:00
time_utils_test.exs refactor: remove dead code, duplication, and over-abstractions 2026-07-21 10:36:49 -05:00
user_auth_test.exs refactor: harden packet delivery and operations 2026-07-26 13:11:26 -05:00
weather_units_test.exs test: broaden unit & property-test coverage (61.8% → 64.7%) 2026-04-23 13:32:09 -05:00