major-domo-database/app/routers_v3
Cal Corum d92f571960
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m29s
hotfix: remove output caps from GET /players endpoint
The MAX_LIMIT/DEFAULT_LIMIT caps added in 16f3f8d are too restrictive
for the /players endpoint — bot and website consumers need full player
lists without pagination. Reverts limit param to Optional[int] with no
ceiling while keeping caps on all other endpoints.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 20:14:35 -05:00
..
stratplay Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00
__init__.py Initial commit 2023-03-21 16:09:46 -05:00
awards.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00
battingstats.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -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 fix: standardize all collection POST routes to use trailing slash 2026-03-09 19:34:28 -05:00
custom_commands.py fix: replace bare except: with except Exception: (#29) 2026-03-17 16:29:21 -05:00
decisions.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00
divisions.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00
draftdata.py DB Error Handling 2025-08-20 19:33:40 -05:00
draftlist.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00
draftpicks.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00
fieldingstats.py Fix fieldingstats count computed after limit applied 2026-04-01 17:40:02 -05:00
help_commands.py fix: standardize all collection POST routes to use trailing slash 2026-03-09 19:34:28 -05:00
injuries.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00
keepers.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00
managers.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00
pitchingstats.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00
players.py hotfix: remove output caps from GET /players endpoint 2026-04-01 20:14:35 -05:00
results.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00
sbaplayers.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00
schedules.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00
standings.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00
stratgame.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00
teams.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00
transactions.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00
views.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00