prop/config
Graham McIntire 32818d5866
Some checks failed
Build and Push / Build and Push Docker Image (push) Has been cancelled
fix: repair mix test by removing forced MIX_ENV=dev and silencing test noise
- nix/shell.nix: remove export MIX_ENV=dev — it overrode Mix's automatic
  env selection, causing mix test to load dev config with no sandbox pool
- config/runtime.exs: use Ecto.Adapters.SQL.Sandbox pool (not
  DBConnection.Ownership) for test env — test_helper.exs uses the
  Sandbox API which requires the sandbox pool type
- test/test_helper.exs: silence NarrFetchWorker and ObanErrorReporter
  log noise at :critical level — expected error-path output when inline
  Oban jobs hit stubbed HTTP 500s
2026-08-05 08:28:50 -05:00
..
config.exs fix: resolve 27 security, architecture, test, and performance audit findings 2026-07-27 18:19:37 -05:00
dev.exs chore: remove all APRS-related code and fix credo issues 2026-08-04 12:12:28 -05:00
prod.exs Configure outbound SMTP email via Swoosh with TLS 2026-04-02 13:08:50 -05:00
runtime.exs fix: repair mix test by removing forced MIX_ENV=dev and silencing test noise 2026-08-05 08:28:50 -05:00
test.exs fix: wire HrdpsClient into Req.Test plug pipeline 2026-08-04 17:56:20 -05:00