From ced2a0affa830fb20f6b1db1996afc9e9a1b78ed Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 17 Jun 2026 07:05:28 +0200 Subject: [PATCH] Record export preview deployment verification --- docs/CODEX_EXECUTION_LOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/CODEX_EXECUTION_LOG.md b/docs/CODEX_EXECUTION_LOG.md index 86170606..86a5c2bd 100644 --- a/docs/CODEX_EXECUTION_LOG.md +++ b/docs/CODEX_EXECUTION_LOG.md @@ -10,9 +10,18 @@ Changed: Validation: - `cd backend && python -m pytest tests/test_sprint17_export_foundation.py -q` passed: 10 tests. - `cd frontend && npm run typecheck` passed. +- `python -m compileall backend/app` passed. +- `cd backend && python -m pytest -W error::DeprecationWarning` passed: 184 tests. +- `cd frontend && npm run build` passed. +- `bash scripts/run_readiness_check.sh` passed. +- `cd backend && python -m alembic heads && python -m alembic upgrade head --sql` passed. +- `powershell -NoProfile -ExecutionPolicy Bypass -File scripts/deploy_tower.ps1` rebuilt and redeployed the all-in-one Tower container at `http://192.168.10.150:1202`. +- Tower live migration smoke passed and reported `Database collation version: ok`. +- `bash scripts/verify_gis_runtime.sh http://192.168.10.150:1202` passed. +- `bash scripts/verify_demo_export_workflow.sh http://192.168.10.150:1202` passed. Open: -- Full release readiness and Tower redeploy/browser smoke are still recommended before treating this pass as deployed. +- None for this pass. Limitations: - This pass does not add new export formats, PDF reports, provider fetching, AI inference or migrations.