aprs.me/test
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
..
aprsme fix: make spatial packet tests robust against :process_batch mailbox pollution 2026-08-06 17:57:07 -05:00
aprsme_web fix: add __changed__ to test socket assigns for LiveView assign/3 compatibility 2026-08-06 18:02:15 -05:00
assets/js Fix all mix credo --strict warnings (188 → 0) 2026-06-12 16:27:20 -05:00
integration fix: resolve all credo issues — 0 warnings, 0 refactoring, 0 readability issues 2026-07-29 10:54:07 -05:00
mix/tasks Fix all mix credo --strict warnings (188 → 0) 2026-06-12 16:27:20 -05:00
mix_unused Fix all mix credo --strict warnings (188 → 0) 2026-06-12 16:27:20 -05:00
support fix: resolve all credo issues — 0 warnings, 0 refactoring, 0 readability issues 2026-07-29 10:54:07 -05:00
types deps: ecto_sql 3.13→3.14, prom_ex 1.11→1.12, decimal 2.4→3.1, ecto 3.13→3.14; bump test pool for sandbox 2026-07-08 10:46:05 -05:00
aprs_is_mock_test.exs fix: repair all 60 failing tests after refactor and dep updates 2026-07-01 09:41:10 -05:00
test_helper.exs security: CSP nonces, RemoteIp CIDR gating, rate limiting, NetworkPolicies, deadlock fixes 2026-07-26 14:04:56 -05:00