major-domo-database/app
Cal Corum 215085b326
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m34s
fix: let HTTPException pass through @handle_db_errors unchanged
The decorator was catching all exceptions including intentional
HTTPException (401, 404, etc.) and re-wrapping them as 500 "Database
error". This masked auth failures and other deliberate HTTP errors.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 08:30:22 -05:00
..
routers_v3 Fix fieldingstats count computed after limit applied 2026-04-01 17:40:02 -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: let HTTPException pass through @handle_db_errors unchanged 2026-04-02 08:30:22 -05:00
main.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00