aprs.me/config
Graham McIntire c711caff4e
Remove AppSignal; fix decrement trigger and stale test assertions
- Delete config/appsignal.exs (was never wired into mix.exs or any
  other config file)
- Migration: fix decrement_packet_sequence trigger to handle the case
  where currval() hasn't been called in the current DB session, matching
  the same exception handling already present in get_packet_count()
- Fix get_historical_packet_count test: invalid non-list bounds are
  silently ignored (no error), so assert is_integer not count == 0
- Add Repo.delete_all(Packet) setup blocks in PacketsOldestTest and
  PacketConsumerTest to clear any committed DB state before tests that
  depend on an empty packets table
2026-05-05 13:20:58 -05:00
..
config.exs Fix packet retention config to read env var at runtime 2026-02-25 16:23:22 -06:00
dev.exs Add client IP to request log metadata 2026-02-20 17:48:15 -06:00
prod.exs Convert JS hooks to TypeScript and update esbuild to 0.25.4 2026-02-20 12:27:00 -06:00
runtime.exs chore: remove unused deps, replace resend with custom Swoosh adapter, fix test isolation 2026-04-24 13:04:18 -05:00
test.exs faster tests 2026-04-24 19:00:24 -05:00