• Joined on 2026-02-03
cal created branch fix/submit-modal-missing-logger in cal/major-domo-v2 2026-04-02 13:30:39 +00:00
cal pushed to fix/handle-db-errors-passthrough-http at cal/major-domo-database 2026-04-02 13:30:31 +00:00
215085b326 fix: let HTTPException pass through @handle_db_errors unchanged
cal created branch fix/handle-db-errors-passthrough-http in cal/major-domo-database 2026-04-02 13:30:31 +00:00
cal pushed to main at cal/claude-configs 2026-04-02 07:00:20 +00:00
f754d25311 Sync sessions and update plugin registry
cal deleted branch hotfix/remove-players-output-caps from cal/major-domo-database 2026-04-02 01:19:57 +00:00
cal pushed to main at cal/major-domo-database 2026-04-02 01:19:55 +00:00
c063f5c4ef Merge pull request 'hotfix: remove output caps from GET /players' (#103) from hotfix/remove-players-output-caps into main
d92f571960 hotfix: remove output caps from GET /players endpoint
Compare 2 commits »
cal merged pull request cal/major-domo-database#103 2026-04-02 01:19:53 +00:00
hotfix: remove output caps from GET /players
cal created pull request cal/major-domo-database#103 2026-04-02 01:14:54 +00:00
hotfix: remove output caps from GET /players
cal pushed to hotfix/remove-players-output-caps at cal/major-domo-database 2026-04-02 01:14:42 +00:00
d92f571960 hotfix: remove output caps from GET /players endpoint
cal created branch hotfix/remove-players-output-caps in cal/major-domo-database 2026-04-02 01:14:42 +00:00
a68e4216d6 fix: preserve total_count in get_totalstats instead of overwriting with page length (#101)
cal deleted branch bugfix/limit-caps from cal/major-domo-database 2026-04-01 22:44:45 +00:00
cal pushed to main at cal/major-domo-database 2026-04-01 22:44:44 +00:00
81baa54681 Merge pull request 'Fix unbounded API queries causing worker timeouts' (#99) from bugfix/limit-caps into main
67e87a893a Fix fieldingstats count computed after limit applied
16f3f8d8de Fix unbounded API queries causing Gunicorn worker timeouts
Compare 3 commits »
cal closed issue cal/major-domo-database#100 2026-04-01 22:44:43 +00:00
fieldingstats.get_fieldingstats: count computed after limit applied
cal closed issue cal/major-domo-database#98 2026-04-01 22:44:41 +00:00
API allows unbounded queries causing Gunicorn worker timeouts
cal merged pull request cal/major-domo-database#99 2026-04-01 22:44:40 +00:00
Fix unbounded API queries causing worker timeouts
cal commented on pull request cal/major-domo-database#99 2026-04-01 22:42:08 +00:00
Fix unbounded API queries causing worker timeouts

AI Code Review

cal pushed to bugfix/limit-caps at cal/major-domo-database 2026-04-01 22:40:09 +00:00
67e87a893a Fix fieldingstats count computed after limit applied
cal opened issue cal/major-domo-database#101 2026-04-01 22:39:43 +00:00
fieldingstats.get_totalstats: total_count overwritten by post-filter length