major-domo-database/app
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
..
routers_v3 hotfix: remove output caps from GET /players endpoint 2026-04-01 20:14:35 -05:00
services fix: invalidate cache after PlayerService write operations (#32) 2026-03-17 16:28:07 -05:00
__init__.py Initial commit 2023-03-21 16:09:46 -05:00
db_engine.py fix: remove hardcoded fallback password from PostgreSQL connection 2026-03-26 23:15:07 -05:00
dependencies.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00
main.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00