prop/lib/microwaveprop_web
Graham McIntire cc3dc41a6b
Fix all medium findings and split contact_live_test.exs
- Fix N+1 queries in radio.ex (preload :user)
- Add encryption_salt to session options
- Consolidate token deletion to single query
- Wrap gunzip in try/rescue for corrupt files
- Add Cache.match_delete/1 to encapsulate ETS access
- Precompute sec_i_factor_ref as module attribute
- Guard EXLA.Backend config to dev/test only
- Split 3505-line contact_live_test.exs into 4 files
- Replace Process.sleep with :sys.get_state synchronization
- Replace Process.alive? with DOM output assertions
- Clarify router.ex comment for non-live_session routes
- Update findings.md to reflect fixes
2026-05-29 15:53:04 -05:00
..
api Fix 4 critical bugs and document remaining findings 2026-05-29 15:27:33 -05:00
components feat(nav): add Rover dropdown linking rover planner, locations, planning 2026-05-14 17:28:00 -05:00
controllers feat(weather): add duct cutoff band map layer 2026-05-15 19:51:24 -05:00
live Fix all medium findings and split contact_live_test.exs 2026-05-29 15:53:04 -05:00
plugs fix(remote_ip): log IPv6 in canonical hex via :inet.ntoa 2026-04-25 18:05:46 -05:00
endpoint.ex Fix all medium findings and split contact_live_test.exs 2026-05-29 15:53:04 -05:00
grid_bounds.ex fix(security,perf): address 9 audit findings (access control, DoS, crashes) 2026-05-11 18:53:21 -05:00
live_helpers.ex refactor: deduplicate helpers and simplify Scorer 2026-04-28 14:14:34 -05:00
live_table_footer.ex fix(security,perf): address 9 audit findings (access control, DoS, crashes) 2026-05-11 18:53:21 -05:00
live_table_resource.ex fix(dialyzer): actually fix LiveTable warnings instead of hiding them 2026-04-21 12:58:10 -05:00
location_resolver.ex refactor: deduplicate helpers and simplify Scorer 2026-04-28 14:14:34 -05:00
metrics_plug.ex fix(metrics): defer ETS cron flusher on /metrics scrape 2026-05-02 10:59:24 -05:00
router.ex Fix all medium findings and split contact_live_test.exs 2026-05-29 15:53:04 -05:00
skew_t.ex Rename ERA5 → NARR across the codebase 2026-04-16 09:22:23 -05:00
telemetry.ex chore(deps): update hex + cargo deps, fix unused variable warning 2026-05-24 12:05:43 -05:00
user_auth.ex fix remaining bugs and quality improvements 2026-05-24 11:56:17 -05:00