No description
  • JavaScript 58.4%
  • TypeScript 28.4%
  • PHP 8.5%
  • Python 2%
  • Shell 1.6%
  • Other 0.8%
Find a file
ywkj f3eade68f6
All checks were successful
runner-smoke / smoke (push) Successful in 11s
release: bind idempotent DB migrations into the image release path
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.
2026-06-25 21:21:35 +08:00
.forgejo/workflows ci: use internal image registry 2026-06-24 11:10:02 +08:00
codex-litellm-response-adapter feat: simplify wallet ledger billing 2026-06-25 07:33:35 +08:00
codex-web-platform release: codex sidecar v0.0.19 2026-06-24 09:08:35 +08:00
common-auth-service fix: repair wallet-backed LiteLLM runtime keys 2026-06-25 12:17:14 +08:00
deploy release: bind idempotent DB migrations into the image release path 2026-06-25 21:21:35 +08:00
docs fix: repair wallet-backed LiteLLM runtime keys 2026-06-25 12:17:14 +08:00
ecommer-helper fix: track web release env files 2026-06-24 13:48:09 +08:00
libs/auth-runtime refactor: hard-fork reorganization — archive Plasmo, extract auth-runtime, finalize split 2026-06-22 09:23:58 +08:00
service-gateway release: bake kong-plugins into gateway image + cut-release pipeline 2026-06-25 09:25:19 +08:00
skills refactor: hard-fork reorganization — archive Plasmo, extract auth-runtime, finalize split 2026-06-22 09:23:58 +08:00
woo-data-scrawler feat: simplify wallet ledger billing 2026-06-25 07:33:35 +08:00
wordpress feat: migrate wordpress plugin/theme/launch-kit into monorepo 2026-06-22 09:22:27 +08:00
.gitignore release: codex sidecar v0.0.19 2026-06-24 09:08:35 +08:00
CHANGELOG.md release: release-prd-v0.2.1 2026-06-25 12:17:38 +08:00
Makefile release: bind idempotent DB migrations into the image release path 2026-06-25 21:21:35 +08:00
MIGRATION_CUTOVER.md release: codex sidecar v0.0.19 2026-06-24 09:08:35 +08:00
MIGRATION_REPORT.md docs: add migration data integrity report 2026-06-21 21:19:38 +08:00
MIGRATION_VALIDATION.md release: codex sidecar v0.0.19 2026-06-24 09:08:35 +08:00