Major Domo Database - PostgreSQL database service for SBA bot
Go to file
Cal Corum 4acf7b2afa feat: expose running CalVer version via API (#126)
Closes #126

- Dockerfile: ARG BUILD_VERSION=dev baked into ENV APP_VERSION + OCI label
- CI: passes BUILD_VERSION build-arg from git tag to docker build
- main.py: adds GET /health returning {"status": "ok", "version": "..."}
- Dockerfile: updates HEALTHCHECK to use /health (no SQL, lightweight)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 15:53:55 +00:00
.claude chore: Move documentation to .claude/ 2026-02-05 13:14:09 -06:00
.gitea/workflows feat: expose running CalVer version via API (#126) 2026-04-10 15:53:55 +00:00
app feat: expose running CalVer version via API (#126) 2026-04-10 15:53:55 +00:00
migrations fix: add missing indexes on FK columns in stratplay and stratgame (#74) 2026-04-07 23:05:25 -05:00
scripts CLAUDE: Add --clean flag to production database sync 2025-10-23 16:52:42 -05:00
tests fix: update test limit to respect MAX_LIMIT=500 (#110) 2026-04-08 12:55:35 +00:00
.dockerignore Adding Git and Docker files 2023-02-21 11:53:02 -06:00
.env Address PR review feedback for DISCORD_WEBHOOK_URL env var 2026-03-26 23:23:26 -05:00
.gitignore feat: add migration tracking system (#81) 2026-03-27 05:34:13 -05:00
CLAUDE.md chore: switch CI to tag-triggered builds 2026-04-06 16:58:45 +00:00
deploy.sh Add Gitea Actions CI/CD pipeline 2026-02-04 11:43:18 -06:00
docker-compose.yml chore: remove vestigial env vars from docker-compose (#121) 2026-04-10 15:53:21 +00:00
Dockerfile feat: expose running CalVer version via API (#126) 2026-04-10 15:53:55 +00:00
LICENSE Initial commit 2023-02-19 21:42:32 -06:00
migrations.py feat: add migration tracking system (#81) 2026-03-27 05:34:13 -05:00
pytest.ini refactor: Add dependency injection for testability 2026-02-03 15:59:04 +00:00
requirements-dev.txt chore: pin all Python dependency versions in requirements.txt (#62) 2026-03-10 00:32:41 -05:00
requirements.txt chore: pin all Python dependency versions in requirements.txt (#62) 2026-03-10 00:32:41 -05:00
VERSION chore: bump version to 2.7.0 2026-02-17 17:31:43 -06:00