From 4b9db81592ec83f996d1129f7bfbb5dec07bfc8b Mon Sep 17 00:00:00 2001 From: Codex Date: Sat, 4 Jul 2026 23:17:07 +0200 Subject: [PATCH] Record data map layout deployment --- docs/CODEX_EXECUTION_LOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/CODEX_EXECUTION_LOG.md b/docs/CODEX_EXECUTION_LOG.md index 4e937ab2..e605e809 100644 --- a/docs/CODEX_EXECUTION_LOG.md +++ b/docs/CODEX_EXECUTION_LOG.md @@ -15,10 +15,13 @@ Validation: - `python -m compileall backend/app` passed. - `cd backend && python -m pytest -q` passed: 360 tests. - `bash scripts/run_readiness_check.sh` passed: 360 backend tests plus frontend typecheck/build. +- `powershell -NoProfile -ExecutionPolicy Bypass -File scripts\deploy_tower.ps1` passed; rebuilt and redeployed the all-in-one container on `http://192.168.10.150:1202` from commit `9721937`. +- Deploy-time live migration smoke passed after the database became ready on attempt 2; PostGIS reported `3.6 USE_GEOS=1 USE_PROJ=1 USE_STATS=1` and Alembic head was `202606120900`. +- Deploy-time browser runtime verification passed for frontend, API proxy and icon. Limitations: - This pass is visual/layout only; it does not change API contracts, persistence, map query behavior, exports or QA logic. -- Live Tower redeploy still needs to be run after commit/push before the user sees this pass at `http://192.168.10.150:1202`. +- Live Tower redeploy has been run; the Data and Map usability layout pass is available at `http://192.168.10.150:1202`. Next recommended pass: - Run a live visual audit after redeploy and then refine QA/QC and Exports in the same quieter style.