fix/dashboard-dead-screenshot-code #242

Merged
clawdie merged 2 commits from fix/dashboard-dead-screenshot-code into main 2026-06-27 22:10:51 +02:00
Owner
No description provided.
clawdie added 2 commits 2026-06-27 22:10:21 +02:00
pg_read_file('/dev/stdin') requires superuser — colibri role had only INSERT.
Use psql -v json_input="$(cat)" + :'json_input' for parameterized JSON ingestion.
Works with non-superuser PostgreSQL roles.
fix(dashboard): remove dead screenshot_uuid badge/code — daemon never populates it
Some checks are pending
CI / rust (pull_request) Waiting to run
CI / markdown (pull_request) Waiting to run
CI / port (pull_request) Waiting to run
CI / agent-jail-pkgs (pull_request) Waiting to run
0323a9817e
The screenshot.rs module was never committed to main (PR #239 commit message
was aspirational). The daemon pushes only proof_text (glasspane JSON).
Removed:
- hasScreenshot / ▸ screenshot badge branch
- <img> lightbox path (only proof_text <pre> remains)
- Orphaned else-if block from dual-badge logic
Kept:
- screenshot_uuid column in schema (future-proof, harmless)
- Comment explaining why only proof_text is checked
- JSON panel includes screenshot_uuid (raw field, matches schema)
clawdie merged commit ed252ab159 into main 2026-06-27 22:10:51 +02:00
clawdie deleted branch fix/dashboard-dead-screenshot-code 2026-06-27 22:10:51 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clawdie/colibri#242
No description provided.