major-domo-database/app
Cal Corum 8143913aa2
All checks were successful
Build Docker Image / build (pull_request) Successful in 4m41s
fix: assign order_by() return value in GET /api/v3/games (#24)
Peewee's order_by() returns a new queryset and does not sort in place.
Both branches were discarding the result, so the sort parameter had no
effect. Assign back to all_games so the query is actually ordered.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-02 19:03:21 -06:00
..
routers_v3 fix: assign order_by() return value in GET /api/v3/games (#24) 2026-03-02 19:03:21 -06:00
services docs: Add subdirectory CLAUDE.md files for routers, stratplay, and services 2026-02-17 17:32:25 -06:00
__init__.py Initial commit 2023-03-21 16:09:46 -05:00
db_engine.py fix: Sort games chronologically in standings recalculation for accurate streaks 2026-02-10 14:44:58 -06:00
dependencies.py Add CACHE_ENABLED env var to toggle Redis caching (v2.2.1) 2025-12-10 07:59:54 -06:00
main.py Added HelpCommands 2025-10-17 16:36:40 -05:00