aprs.me/config
Graham McIntire 2a310c6685
Fix test warnings and failures
- Add Phoenix.LiveViewTest import to ConnCase to fix warnings
- Disable AppSignal in dev and test (only enable in prod)
- Explicitly disable clustering in test environment
- Fix PacketDistributor to check cluster_enabled before calling LeaderElection
- Add Phoenix.CodeReloader listener to mix.exs

This prevents tests from trying to call cluster-specific GenServers
(ConnectionMonitor, LeaderElection) that don't exist in test mode.
2025-10-25 17:41:58 -05:00
..
appsignal.exs Fix test warnings and failures 2025-10-25 17:41:58 -05:00
config.exs fix: remove Exq dependency and Redis job queue 2025-10-22 16:24:59 -05:00
dev.exs Fix test warnings and failures 2025-10-25 17:41:58 -05:00
prod.exs refactor: remove Redis dependency for PubSub, use distributed Erlang 2025-10-22 15:48:00 -05:00
runtime.exs fix: remove Exq dependency and Redis job queue 2025-10-22 16:24:59 -05:00
test.exs Fix test warnings and failures 2025-10-25 17:41:58 -05:00