This website requires JavaScript.
Explore
Help
Sign In
cal
/
major-domo-database
Watch
1
Star
0
Fork
0
You've already forked major-domo-database
Code
Issues
25
Pull Requests
25
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
docker-build.yml
Actor
All actors
Claude
cal
Status
All status
success
failure
waiting
running
Merge pull request 'fix: correct column references in season pitching stats SQL' (#105) from fix/pitching-stats-column-name into main
docker-build.yml #117
:
Commit
d809590f0e
pushed by
cal
main
2026-04-02 16:59:49 +00:00
2m12s
fix: correct column references in season pitching stats view
docker-build.yml #115
:
Commit
bd19b7d913
pushed by
cal
#105
2026-04-02 16:57:10 +00:00
2m4s
test: update test_get_nonexistent_play to expect 404 after HTTPException fix
docker-build.yml #114
:
Commit
c49f91cc19
pushed by
cal
#104
2026-04-02 14:31:51 +00:00
1m3s
fix: let HTTPException pass through @handle_db_errors unchanged
docker-build.yml #113
:
Commit
215085b326
pushed by
cal
#104
2026-04-02 13:33:24 +00:00
2m35s
Merge pull request 'hotfix: remove output caps from GET /players' (#103) from hotfix/remove-players-output-caps into main
docker-build.yml #112
:
Commit
c063f5c4ef
pushed by
cal
main
2026-04-02 01:21:00 +00:00
1m3s
hotfix: remove output caps from GET /players endpoint
docker-build.yml #111
:
Commit
d92f571960
pushed by
cal
#103
2026-04-02 01:17:24 +00:00
2m29s
fix: preserve total_count in get_totalstats instead of overwriting with page length (#101)
docker-build.yml #110
:
Commit
a68e4216d6
pushed by
Claude
#102
2026-04-01 23:03:56 +00:00
1m57s
Merge pull request 'Fix unbounded API queries causing worker timeouts' (#99) from bugfix/limit-caps into main
docker-build.yml #109
:
Commit
81baa54681
pushed by
cal
main
2026-04-01 22:45:54 +00:00
1m9s
Fix fieldingstats count computed after limit applied
docker-build.yml #108
:
Commit
67e87a893a
pushed by
cal
#99
2026-04-01 22:42:21 +00:00
2m9s
Fix unbounded API queries causing Gunicorn worker timeouts
docker-build.yml #107
:
Commit
16f3f8d8de
pushed by
cal
#99
2026-04-01 22:26:23 +00:00
2m32s
ci: retrigger build after transient Docker Hub push failure
docker-build.yml #106
:
Commit
172a7a662e
pushed by
cal
#97
2026-03-30 23:38:53 +00:00
6m35s
Merge remote-tracking branch 'origin/main' into fix/remove-hardcoded-webhook
docker-build.yml #104
:
Commit
b35b68a88f
pushed by
cal
#83
2026-03-28 07:32:47 +00:00
2m58s
Merge pull request 'fix: remove hardcoded fallback password from DB connection' (#84) from fix/remove-default-db-password into main
docker-build.yml #103
:
Commit
a1fa54c416
pushed by
cal
main
2026-03-28 07:29:47 +00:00
2m47s
fix: remove empty finally clauses in custom_commands and help_commands
docker-build.yml #102
:
Commit
ac2c5920ce
pushed by
cal
#97
2026-03-27 11:37:04 +00:00
2m17s
fix: replace manual db.close() calls with middleware-based connection management (#71)
docker-build.yml #101
:
Commit
ab90dfc437
pushed by
Claude
#97
2026-03-27 11:07:51 +00:00
2m29s
feat: add migration tracking system (#81)
docker-build.yml #100
:
Commit
eccf4d1441
pushed by
Claude
#96
2026-03-27 10:36:44 +00:00
2m11s
fix: add missing indexes on FK columns in stratplay and stratgame (#74)
docker-build.yml #99
:
Commit
2c1d4a3ae0
pushed by
Claude
#95
2026-03-27 10:09:05 +00:00
2m3s
fix: replace integer comparisons on boolean fields with True/False (#69)
docker-build.yml #98
:
Commit
c1d1b4be51
pushed by
Claude
#94
2026-03-27 09:06:39 +00:00
2m16s
fix: batch standings updates to eliminate N+1 queries in recalculate (#75)
docker-build.yml #97
:
Commit
d3b9355f26
pushed by
Claude
#93
2026-03-27 08:41:04 +00:00
2m55s
fix: replace row-by-row DELETE with bulk DELETE in career recalculation (#77)
docker-build.yml #96
:
Commit
d8c6ce2a5e
pushed by
Claude
#92
2026-03-27 08:05:13 +00:00
2m4s
fix: replace deprecated Pydantic .dict() with .model_dump() (#76)
docker-build.yml #94
:
Commit
75a8fc8505
pushed by
Claude
#90
2026-03-27 07:05:43 +00:00
2m26s
fix: remove SQLite fallback code from db_engine.py (#70)
docker-build.yml #93
:
Commit
e79623bd0b
pushed by
Claude
#89
2026-03-27 06:37:02 +00:00
2m47s
fix: align CustomCommandCreator.discord_id model with BIGINT column (#78)
docker-build.yml #92
:
Commit
a85c2e5468
pushed by
Claude
#88
2026-03-27 06:06:45 +00:00
2m43s
fix: disable autoconnect and set pool timeout on PooledPostgresqlDatabase (#80)
docker-build.yml #91
:
Commit
8904db8453
pushed by
Claude
#87
2026-03-27 05:39:06 +00:00
2m9s
fix: add type annotations to untyped query parameters (#73)
docker-build.yml #90
:
Commit
dcaf184ad3
pushed by
Claude
#86
2026-03-27 05:05:25 +00:00
2m12s
fix: remove token value from Bad Token log warnings (#79)
docker-build.yml #89
:
Commit
d06db9a9bb
pushed by
Claude
#85
2026-03-27 04:42:47 +00:00
2m19s
Address PR review feedback for DISCORD_WEBHOOK_URL env var
docker-build.yml #88
:
Commit
1bcde424c6
pushed by
cal
#83
2026-03-27 04:40:24 +00:00
2m34s
fix: remove hardcoded fallback password from PostgreSQL connection
docker-build.yml #87
:
Commit
c451e02c52
pushed by
cal
#84
2026-03-27 04:37:49 +00:00
18m26s
fix: move hardcoded Discord webhook URL to environment variable
docker-build.yml #86
:
Commit
3be4f71e22
pushed by
cal
#83
2026-03-27 04:19:22 +00:00
3m42s
fix: enforce Literal validation on sort parameter in GET /api/v3/players (#66)
docker-build.yml #85
:
Commit
3d0699fe8a
pushed by
Claude
#68
2026-03-17 23:06:06 +00:00
2m19s
First
Previous
1
2
3
4
Next
Last