prop/lib/microwaveprop_web/controllers
Graham McIntire fd976b0cd5
fix: resolve 391 Credo issues across codebase
- Add jump_credo_checks ~> 0.4 with all 20 checks enabled
- Fix all standard Credo issues: 139 @spec (113 done, 26 remain),
  4 refactoring, 3 alias usage, 9 System.cmd env, 5 unsafe_to_atom,
  2 max line length, 9 assert_receive timeout
- Fix 170+ jump_credo_checks warnings:
  - 117 TopLevelAliasImportRequire: move nested alias/import to module top
  - 32 UseObanProWorker: switch to Oban.Pro.Worker
  - 4 DoctestIExExamples: add doctests / create test file
  - ~20 WeakAssertion: strengthen type-check assertions
  - Various ConditionalAssertion, AssertReceiveTimeout fixes
- Exclude vendor/ from Credo analysis
- Remaining: 175 warnings (mostly opinionated WeakAssertion,
  AvoidSocketAssignsInTest), 26 @spec annotations
2026-06-12 13:51:32 -05:00
..
api/v1 fix: resolve 391 Credo issues across codebase 2026-06-12 13:51:32 -05:00
page_html chore: update phoenix_live_view to 1.2.0 and fix test failures 2026-06-12 10:42:41 -05:00
user_registration_html feat(design): apply NTMS design system tokens 2026-04-17 17:34:15 -05:00
user_reset_password_html feat(auth): self-service password reset 2026-04-18 08:42:35 -05:00
user_session_html feat(auth): self-service password reset 2026-04-18 08:42:35 -05:00
user_settings_html feat(settings): manage /api/v1 tokens from user settings UI 2026-05-09 09:59:56 -05:00
agent_skills_controller.ex feat(agent-discovery): Link/markdown/content-signal/api-catalog/skills 2026-04-17 12:09:05 -05:00
api_catalog_controller.ex feat(agent-discovery): Link/markdown/content-signal/api-catalog/skills 2026-04-17 12:09:05 -05:00
api_docs_controller.ex feat: serve API docs at /docs/api 2026-05-09 09:09:45 -05:00
api_token_controller.ex fix: resolve 391 Credo issues across codebase 2026-06-12 13:51:32 -05:00
beacon_monitor_controller.ex fix: resolve 391 Credo issues across codebase 2026-06-12 13:51:32 -05:00
contact_map_controller.ex fix: resolve 391 Credo issues across codebase 2026-06-12 13:51:32 -05:00
error_html.ex initial 2026-03-28 11:28:47 -05:00
error_json.ex initial 2026-03-28 11:28:47 -05:00
health_controller.ex fix: resolve 391 Credo issues across codebase 2026-06-12 13:51:32 -05:00
page_controller.ex fix: resolve 391 Credo issues across codebase 2026-06-12 13:51:32 -05:00
page_html.ex initial 2026-03-28 11:28:47 -05:00
scores_controller.ex fix: resolve all dialyzer type errors across project (46→0 project errors) 2026-06-08 17:51:13 -05:00
user_registration_controller.ex fix: resolve 391 Credo issues across codebase 2026-06-12 13:51:32 -05:00
user_registration_html.ex Add password auth with callsign + email confirmation 2026-04-08 10:21:40 -05:00
user_reset_password_controller.ex fix: resolve 391 Credo issues across codebase 2026-06-12 13:51:32 -05:00
user_reset_password_html.ex feat(auth): self-service password reset 2026-04-18 08:42:35 -05:00
user_session_controller.ex fix: resolve 391 Credo issues across codebase 2026-06-12 13:51:32 -05:00
user_session_html.ex Add password auth with callsign + email confirmation 2026-04-08 10:21:40 -05:00
user_settings_controller.ex fix: resolve 391 Credo issues across codebase 2026-06-12 13:51:32 -05:00
user_settings_html.ex Add password auth with callsign + email confirmation 2026-04-08 10:21:40 -05:00
weather_tile_controller.ex feat(weather): add duct cutoff band map layer 2026-05-15 19:51:24 -05:00