prop/lib
Graham McIntire ba9de7a522
Some checks failed
Build and Push / Build and Push Docker Image (push) Has been cancelled
fix: preload associations in get_path!/1 to prevent NotLoaded crash
RoverPathProfileWorker broadcasts {:rover_path_updated, path_id} after
updating a path. handle_info fetches via get_path!/1 and splices into
@paths, but get_path!/1 did not preload :rover_location — causing a
KeyError on %Ecto.Association.NotLoaded{} when the template accessed
location.id. Preload [:rover_location, :station, :mission] matching
the pattern in list_paths/1 and path_live.ex.
2026-08-05 08:37:55 -05:00
..
microwaveprop fix: preload associations in get_path!/1 to prevent NotLoaded crash 2026-08-05 08:37:55 -05:00
microwaveprop_web fix: decode beacons_json before mutating in patch/remove helpers 2026-08-04 17:10:26 -05:00
mix/tasks chore: remove all APRS-related code and fix credo issues 2026-08-04 12:12:28 -05:00
microwaveprop.ex initial 2026-03-28 11:28:47 -05:00
microwaveprop_web.ex chore: remove all APRS-related code and fix credo issues 2026-08-04 12:12:28 -05:00