major-domo-database/app/routers_v3
Cal Corum e311de93aa fix: eliminate N+1 queries in get_custom_commands (#26)
Expand the JOIN SELECT to include all creator fields
(created_at, total_commands, active_commands) and build the
CustomCommandCreatorModel directly from joined row data instead of
issuing a separate SELECT per command. Reduces 26 queries to 2 for
a full 25-command page.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 22:51:13 -05:00
..
stratplay fix: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -05:00
__init__.py Initial commit 2023-03-21 16:09:46 -05:00
awards.py fix: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -05:00
battingstats.py fix: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -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: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -05:00
custom_commands.py fix: eliminate N+1 queries in get_custom_commands (#26) 2026-04-07 22:51:13 -05:00
decisions.py fix: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -05:00
divisions.py fix: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -05:00
draftdata.py fix: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -05:00
draftlist.py fix: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -05:00
draftpicks.py fix: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -05:00
fieldingstats.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-04-07 21:30:36 -05:00
help_commands.py fix: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -05:00
injuries.py fix: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -05:00
keepers.py fix: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -05:00
managers.py fix: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -05:00
pitchingstats.py fix: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -05:00
players.py hotfix: remove output caps from GET /players endpoint 2026-04-01 20:14:35 -05:00
results.py fix: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -05:00
sbaplayers.py fix: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -05:00
schedules.py fix: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -05:00
standings.py fix: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -05:00
stratgame.py fix: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -05:00
teams.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00
transactions.py fix: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -05:00
views.py fix: remove token value from Bad Token log warnings (#79) 2026-04-07 22:42:49 -05:00