Cal Corum
d61bc31daa
fix: remove token value from Bad Token log warnings ( #79 )
...
Closes #79
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 22:42:49 -05:00
0cc0cba6a9
Merge pull request 'fix: replace deprecated Pydantic .dict() with .model_dump() ( #76 )' ( #90 ) from issue/76-replace-deprecated-pydantic-dict-with-model-dump into main
2026-04-08 03:23:30 +00:00
Cal Corum
cfa6da06b7
fix: replace manual db.close() calls with middleware-based connection management ( #71 )
...
Closes #71
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 21:30:36 -05:00
Cal Corum
16f3f8d8de
Fix unbounded API queries causing Gunicorn worker timeouts
...
Build Docker Image / build (pull_request) Successful in 2m32s
Add MAX_LIMIT=500 cap across all list endpoints, empty string
stripping middleware, and limit/offset to /transactions. Resolves #98 .
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 17:23:25 -05:00
Cal Corum
75a8fc8505
fix: replace deprecated Pydantic .dict() with .model_dump() ( #76 )
...
Build Docker Image / build (pull_request) Successful in 2m26s
Closes #76
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 02:02:49 -05:00
Cal Corum
9ec69f9f2c
fix: standardize all collection POST routes to use trailing slash
...
Build Docker Image / build (pull_request) Successful in 3m38s
aiohttp follows 307 redirects but converts POST to GET, silently
dropping the request body. Standardize all @router.post('') to
@router.post('/') so the canonical URL always has a trailing slash,
preventing 307 redirects when clients POST with trailing slashes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 19:34:28 -05:00
Cal Corum
c05d00d60e
DB Error Handling
...
Added error handling wrapper and fixed SQLite -> Postgres issues
2025-08-20 19:33:40 -05:00
Cal Corum
cd1321553e
Logging updates
2024-12-16 09:03:23 -06:00
Cal Corum
4380c26319
Add Swagger support
2024-07-14 13:23:37 -05:00
Cal Corum
183e4bc91e
Season 8 Decision Fix
2024-01-29 00:03:49 -06:00
Cal Corum
fae1439365
Season 9 Additions
2024-01-14 22:44:23 -06:00
Cal Corum
1168d7abaa
Param updates to /plays
2023-12-04 13:38:53 -06:00
Cal Corum
1b653943a5
Update rest_ip from int to float
2023-08-19 01:14:55 -05:00
Cal Corum
505d0a1a8a
Add divisions, update standings
2023-08-05 00:28:00 -05:00
Cal Corum
302d3fe3ac
add game_id param to decisions
2023-07-31 23:02:13 -05:00
Cal Corum
2d235eb6f0
add /wipe/game
2023-07-29 01:35:39 -05:00
Cal Corum
40df835d98
/plays and /decisions
...
Added /plays validators for scorecard, first pass at /decisions
2023-07-29 00:13:07 -05:00