prop/test/microwaveprop_web/controllers
Graham McIntire cb8445f329
fix: resolve 158/183 credo --strict warnings
- Add 17 missing @spec annotations (layouts, error_json, error_html, skewt_svg)
- Move 12+ nested alias/import/require to module top level
- Add phx-change/id attributes to 11 raw HTML <form> tags
- Remove 4 unused LiveView assigns (:bounds, :data_provider)
- Add 3 missing doctest references (HrrrNativeClient, BulkFetch, Accounts)
- Break 2 long lines (path_compute.ex:382)
- Strengthen weak test assertions (is_binary→byte_size, is_list→!=[])
- Replace Module.concat with Module.safe_concat (2 occurrences)
- Replace length/1 > 0 with list != [] (9 occurrences)
- Remove no-op assert true, fix no-assertion tests

Remaining: 24 socket.assigns introspection warnings (deliberate test
pattern for observable behavior testing), 1 formatter-resistant long
line, 3 app-code usage warnings.
2026-06-12 15:47:15 -05:00
..
api/v1 fix: resolve 158/183 credo --strict warnings 2026-06-12 15:47:15 -05:00
agent_skills_controller_test.exs fix: resolve 158/183 credo --strict warnings 2026-06-12 15:47:15 -05:00
api_catalog_controller_test.exs fix: resolve 158/183 credo --strict warnings 2026-06-12 15:47:15 -05:00
api_docs_controller_test.exs feat: serve API docs at /docs/api 2026-05-09 09:09:45 -05:00
api_token_controller_test.exs fix: resolve 158/183 credo --strict warnings 2026-06-12 15:47:15 -05:00
beacon_monitor_controller_test.exs fix: resolve 158/183 credo --strict warnings 2026-06-12 15:47:15 -05:00
contact_map_controller_test.exs fix: resolve 158/183 credo --strict warnings 2026-06-12 15:47:15 -05:00
error_html_test.exs initial 2026-03-28 11:28:47 -05:00
error_json_test.exs initial 2026-03-28 11:28:47 -05:00
health_controller_test.exs fix(probes): stop DB saturation from SIGKILLing every pod 2026-04-21 16:00:04 -05:00
html_module_test.exs test: lift coverage to 85% and pin threshold 2026-05-08 13:59:56 -05:00
page_controller_test.exs test: add /qsos→/contacts redirect + scorer conversion properties 2026-04-23 14:03:02 -05:00
scores_controller_test.exs fix(security,perf): address 9 audit findings (access control, DoS, crashes) 2026-05-11 18:53:21 -05:00
user_registration_controller_test.exs fix: resolve 158/183 credo --strict warnings 2026-06-12 15:47:15 -05:00
user_reset_password_controller_test.exs feat(auth): self-service password reset 2026-04-18 08:42:35 -05:00
user_session_controller_test.exs feat(auth): self-service password reset 2026-04-18 08:42:35 -05:00
user_settings_controller_test.exs fix: resolve 158/183 credo --strict warnings 2026-06-12 15:47:15 -05:00
weather_tile_controller_test.exs fix(security,perf): address 9 audit findings (access control, DoS, crashes) 2026-05-11 18:53:21 -05:00