No description
- JavaScript 58.4%
- TypeScript 28.4%
- PHP 8.5%
- Python 2%
- Shell 1.6%
- Other 0.8%
|
All checks were successful
runner-smoke / smoke (push) Successful in 11s
Adds deploy/scripts/migrate-db.sh which applies every common-auth-service/migrate-*.sql to the target environment's own database (DATABASE_URL read from env/<env>.env, host.docker.internal rewritten to localhost on the ssh host) before the stack starts. Migrations are idempotent so re-running on every release is safe. release-image-stack.sh now runs migrations between compose validation and image pull; SKIP_MIGRATE=1 opts out. Makefile gains a migrate target. This prevents the class of prod 500 seen this release, where the new image queried credit_reservations.client_id before migrate-wallet-v2.sql had been applied to the prod database. |
||
|---|---|---|
| .forgejo/workflows | ||
| codex-litellm-response-adapter | ||
| codex-web-platform | ||
| common-auth-service | ||
| deploy | ||
| docs | ||
| ecommer-helper | ||
| libs/auth-runtime | ||
| service-gateway | ||
| skills | ||
| woo-data-scrawler | ||
| wordpress | ||
| .gitignore | ||
| CHANGELOG.md | ||
| Makefile | ||
| MIGRATION_CUTOVER.md | ||
| MIGRATION_REPORT.md | ||
| MIGRATION_VALIDATION.md | ||