major-domo-database/app/routers_v3
Cal Corum 4b288c1e67
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m2s
fix: raise HTTPException in recalculate_standings on failure (#23)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03 03:44:52 +00:00
..
stratplay feat: Add group_by=sbaplayer to batting, pitching, and fielding endpoints 2026-02-17 17:42:14 -06:00
__init__.py Initial commit 2023-03-21 16:09:46 -05:00
awards.py DB Error Handling 2025-08-20 19:33:40 -05:00
battingstats.py Postgres Query Updates 2025-08-25 07:19:13 -05:00
CLAUDE.md docs: Add subdirectory CLAUDE.md files for routers, stratplay, and services 2026-02-17 17:32:25 -06:00
current.py DB Error Handling 2025-08-20 19:33:40 -05:00
custom_commands.py Fix delete endpoint using wrong key for creator_id 2026-01-28 16:07:05 -06:00
decisions.py DB Error Handling 2025-08-20 19:33:40 -05:00
divisions.py DB Error Handling 2025-08-20 19:33:40 -05:00
draftdata.py DB Error Handling 2025-08-20 19:33:40 -05:00
draftlist.py Update caching rules & Add DELETE /draftlist 2025-10-25 20:15:56 -05:00
draftpicks.py DB Error Handling 2025-08-20 19:33:40 -05:00
fieldingstats.py Postgres Query Updates 2025-08-25 07:19:13 -05:00
help_commands.py Added HelpCommands 2025-10-17 16:36:40 -05:00
injuries.py DB Error Handling 2025-08-20 19:33:40 -05:00
keepers.py DB Error Handling 2025-08-20 19:33:40 -05:00
managers.py DB Error Handling 2025-08-20 19:33:40 -05:00
pitchingstats.py Postgres Query Updates 2025-08-25 07:19:13 -05:00
players.py fix: Replace fragile locals() pattern in PATCH endpoints with explicit field dicts 2026-02-11 15:54:39 -06:00
results.py DB Error Handling 2025-08-20 19:33:40 -05:00
sbaplayers.py DB Error Handling 2025-08-20 19:33:40 -05:00
schedules.py DB Error Handling 2025-08-20 19:33:40 -05:00
standings.py fix: raise HTTPException in recalculate_standings on failure (#23) 2026-03-03 03:44:52 +00:00
stratgame.py fix: assign order_by() return value in GET /api/v3/games (#24) 2026-03-02 19:03:21 -06:00
teams.py fix: Replace fragile locals() pattern in PATCH endpoints with explicit field dicts 2026-02-11 15:54:39 -06:00
transactions.py DB Error Handling 2025-08-20 19:33:40 -05:00
views.py Add Redis Caching 2025-08-27 22:49:37 -05:00