Compare commits

...

1 Commits

Author SHA1 Message Date
fullstack-engineer 2f9c35f7d0 fix(handlers): add missing log import to container_files.go
lint-required-no-paths / lint-required-no-paths (pull_request) Waiting to run
audit-force-merge / audit (pull_request) Waiting to run
Harness Replays / detect-changes (pull_request) Waiting to run
Harness Replays / Harness Replays (pull_request) Blocked by required conditions
Lint pre-flip continue-on-error / Verify continue-on-error flips have run-log proof (pull_request) Waiting to run
lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request) Waiting to run
Runtime PR-Built Compatibility / detect-changes (pull_request) Waiting to run
Runtime PR-Built Compatibility / PR-built wheel + import smoke (pull_request) Blocked by required conditions
Secret scan / Scan diff for credential-shaped strings (pull_request) Waiting to run
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 24s
Lint curl status-code capture / Scan workflows for curl status-capture pollution (pull_request) Successful in 32s
Check migration collisions / Migration version collision check (pull_request) Successful in 1m30s
MCP Stdio Transport Regression / MCP stdio with regular-file stdout (pull_request) Successful in 2m3s
CI / Detect changes (pull_request) Successful in 2m13s
E2E API Smoke Test / detect-changes (pull_request) Successful in 2m10s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 2m9s
publish-runtime-autobump / bump-and-tag (pull_request) Has been skipped
publish-runtime-autobump / pr-validate (pull_request) Successful in 1m26s
gate-check-v3 / gate-check (pull_request) Successful in 32s
qa-review / approved (pull_request) Successful in 39s
security-review / approved (pull_request) Successful in 36s
sop-tier-check / tier-check (pull_request) Successful in 1m14s
lint-mask-pr-atomicity / lint-mask-pr-atomicity (pull_request) Successful in 4m23s
Lint workflow YAML (Gitea-1.22.6-hostile shapes) / Lint workflow YAML for Gitea-1.22.6-hostile shapes (pull_request) Successful in 3m11s
Ops Scripts Tests / Ops scripts (unittest) (pull_request) Failing after 2m22s
lint-continue-on-error-tracking / lint-continue-on-error-tracking (pull_request) Successful in 4m38s
CI / Shellcheck (E2E scripts) (pull_request) Successful in 38s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 6m59s
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 8m16s
CI / Python Lint & Test (pull_request) Successful in 8m53s
CI / Platform (Go) (pull_request) Failing after 12m51s
CI / Canvas (Next.js) (pull_request) Successful in 21m28s
CI / Canvas Deploy Reminder (pull_request) Has been skipped
CI / all-required (pull_request) Successful in 8s
sop-checklist / all-items-acked (pull_request) [info tier:low] acked: 0/7 — missing: comprehensive-testing, local-postgres-e2e, staging-smoke, +4 — body-unfilled: comprehensive-testing, l
log.Printf was called at line 35 but "log" was not imported,
causing a build failure. Closes QA review comment on PR #1117.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-15 07:35:38 +00:00
@@ -6,6 +6,7 @@ import (
"context"
"fmt"
"io"
"log"
"path/filepath"
"strings"