894bd07285
ci-arm64-advisory / fast-checks (pull_request) Waiting to run
Lint shellcheck (arm64 pilot) / shellcheck-arm64 (pilot) (pull_request) Successful in 14s
CI / Python Lint & Test (pull_request) Successful in 4s
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 6s
E2E API Smoke Test / detect-changes (pull_request) Successful in 11s
CI / Detect changes (pull_request) Successful in 22s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 10s
E2E Staging Canvas (Playwright) / detect-changes (pull_request) Successful in 15s
E2E Chat / detect-changes (pull_request) Successful in 26s
Lint curl status-code capture / Scan workflows for curl status-capture pollution (pull_request) Successful in 7s
Lint forbidden tenant-env keys / Scan workspace_secrets writers for forbidden env keys (pull_request) Successful in 8s
Lint forbidden tenant-env keys / Scan for repo-host token write into tenant workspace surface (pull_request) Successful in 7s
Harness Replays / detect-changes (pull_request) Successful in 20s
lint-required-workflows-docker-host-pinned / Lint docker-host pin on docker-touching workflows (pull_request) Successful in 21s
lint-continue-on-error-tracking / lint-continue-on-error-tracking (pull_request) Successful in 1m16s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 1m3s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 6s
lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request) Successful in 1m14s
gate-check-v3 / gate-check (pull_request_target) Successful in 11s
sop-checklist / review-refire (pull_request_target) Has been skipped
Lint pre-flip continue-on-error / Verify continue-on-error flips have run-log proof (pull_request) Successful in 1m38s
sop-checklist / all-items-acked (pull_request) acked: 0/7 — missing: comprehensive-testing, local-postgres-e2e, staging-smoke, +4 — body-unfilled: comprehensive-testing, local-postgres-e2
sop-checklist / na-declarations (pull_request) N/A: (none)
sop-checklist / all-items-acked (pull_request_target) Successful in 8s
CI / Canvas (Next.js) (pull_request) Successful in 2s
CI / Shellcheck (E2E scripts) (pull_request) Successful in 2s
E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request) Successful in 3s
Harness Replays / Harness Replays (pull_request) Successful in 3s
Ops Scripts Tests / Ops scripts (unittest) (pull_request) Successful in 1m2s
E2E Chat / E2E Chat (pull_request) Successful in 5s
CI / Canvas Deploy Status (pull_request) Successful in 1s
Lint workflow YAML (Gitea-1.22.6-hostile shapes) / Lint workflow YAML for Gitea-1.22.6-hostile shapes (pull_request) Successful in 1m48s
Local Provision Lifecycle E2E / Local Provision Lifecycle E2E (stub) (pull_request) Failing after 1m51s
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 1m12s
Local Provision Lifecycle E2E / Local Provision Lifecycle E2E (real image + MiniMax LLM, advisory) (pull_request) Failing after 1m22s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 6m12s
CI / Platform (Go) (pull_request) Successful in 8m19s
CI / all-required (pull_request) Successful in 2s
qa-review / approved (pull_request_target) Approved via pull_request_review trigger
security-review / approved (pull_request_target) Approved via pull_request_review trigger
qa-review / approved (pull_request_review) Successful in 7s
security-review / approved (pull_request_review) Successful in 7s
audit-force-merge / audit (pull_request_target) Successful in 7s
Refile of the WIP at origin/regression/2150-migration-replay-from-scratch-real-pg (stalled 2026-06-03, never advanced past DRAFT, base on a 200-commit-stale main that would have undone my PR #2449's guard widening + the mc#1982 mask removal + the #2149 scheduler trigger if merged directly). This is the #2150 implementation (close-supersedes the WIP PR #2155): - workspace-server/internal/db/postgres_replay_integration_test.go (286 lines) Real-PG integration tests for db.RunMigrations (forward chain replay-from- scratch via the production entrypoint, hard-fail; double-apply for the 045 crash-loop class) and db.InitPostgres (ping + bad-DSN). - workspace-server/internal/db/redis_test.go (291 lines) Unit tests for redis.go (was untested fleet-wide): SetOnline / IsOnline / RefreshTTL on ws:<id>, CacheURL / GetCachedURL on ws:<id>:url, internal namespace pin, LivenessTTL >= 5x heartbeat, real TTL expiry via miniredis. - .gitea/workflows/handlers-postgres-integration.yml (+27) New 'Migration replay-from-scratch gate (#2150)' step, runs the integration suite against a SEPARATE 'molecule_replay' database on the same sibling Postgres (so the destructive DROP SCHEMA never touches the handlers molecule DB). Inserted AFTER the scheduler (#2149) step; does NOT undo any of: the mc#1982 mask removal, the preflight INTEGRATION_DB_URL check, or the table-presence guard widening (PR #2449). - .gitea/scripts/detect-changes.py (+5) 'handlers-postgres' profile now also matches internal/db/ (additive, preserves the scheduler trigger from #2149) so a change to redis.go or postgres.go runs the gate. Refs #2150. Supersedes the WIP PR #2155 (DRAFT, 6 days stalled, branched from a 200-commit-stale main).