finalize run

⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-06-03 13:12:23 -04:00
parent d97a491d4e
commit d95ff9fa64
6 changed files with 346 additions and 120 deletions

417
run.json

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,28 @@
diff --git a/apps/fabro-web/app/routes/run-sandbox/vnc-panel.test.tsx b/apps/fabro-web/app/routes/run-sandbox/vnc-panel.test.tsx
index f7bcda6bf..e746780ab 100644
--- a/apps/fabro-web/app/routes/run-sandbox/vnc-panel.test.tsx
+++ b/apps/fabro-web/app/routes/run-sandbox/vnc-panel.test.tsx
@@ -159,6 +159,7 @@ describe("VncPanel render", () => {
"https://preview.example.com/sb-1/6080?token=abc",
);
expect(iframes[0]?.props.allow).toContain("clipboard-write");
+ expect(iframes[0]?.props.sandbox).toContain("allow-same-origin");
});
test("renders an actionable error state for 409 startup failures", () => {
diff --git a/apps/fabro-web/app/routes/run-sandbox/vnc-panel.tsx b/apps/fabro-web/app/routes/run-sandbox/vnc-panel.tsx
index 9721a48d4..514b80042 100644
--- a/apps/fabro-web/app/routes/run-sandbox/vnc-panel.tsx
+++ b/apps/fabro-web/app/routes/run-sandbox/vnc-panel.tsx
@@ -246,9 +246,9 @@ function VncBody({
src={url}
title="Sandbox VNC desktop"
// Daytona's signed preview already pins the iframe to the noVNC service;
- // clipboard + fullscreen let the embedded session feel native.
+ // noVNC reads localStorage, which requires the child to keep its origin.
allow="clipboard-read; clipboard-write; fullscreen"
- sandbox="allow-forms allow-pointer-lock allow-scripts"
+ sandbox="allow-forms allow-pointer-lock allow-same-origin allow-scripts"
className="size-full border-0"
/>
);

View file

@ -0,0 +1 @@
blob://sha256/14a657f055256f714ba70d6898170e78b8ad9d9fac61f27d4b1445719ab6b2d5

View file

@ -0,0 +1,8 @@
{
"output": "blob://sha256/14a657f055256f714ba70d6898170e78b8ad9d9fac61f27d4b1445719ab6b2d5",
"exit_code": 0,
"duration_ms": 483510,
"termination": "exited",
"output_bytes": 201705,
"live_streaming": true
}

View file

@ -0,0 +1,6 @@
{
"outcome": "succeeded",
"notes": "Script completed: git fetch origin main 2>&1 && git merge --no-edit --no-stat origin/main 2>&1 && cargo +nightly-2026-04-14 fmt --all 2>&1 && cargo dev docs refresh 2>&1 && cargo +nightly-2026-04-14 fmt --check --all 2>&1 && { command -v rg >/dev/null 2>&1 || { echo 'rg is required for verify'; exit 127; }; } && ! rg -n 'AuthMode::Disabled|RunAuthMethod|RunSubjectProvenance|\\bActorRef\\b|\\bActorKind\\b|AuthenticatedSubject|AuthenticatedService|AuthorizeRunScoped|AuthorizeRunBlob|AuthorizeStageArtifact|AuthorizeCommandLog|auth_method\\s*==\\s*\"disabled\"' lib/crates apps lib/packages docs/public/api-reference/fabro-api.yaml 2>&1 && cargo +nightly-2026-04-14 clippy --workspace --all-targets -- -D warnings 2>&1 && cargo nextest run --workspace --status-level slow --profile ci 2>&1 && cargo dev docs check 2>&1 && bun install --frozen-lockfile 2>&1 && (cd apps/fabro-web && bun run typecheck) 2>&1 && (cd apps/fabro-web && bun run test) 2>&1 && (cd lib/packages/fabro-api-client && bun run typecheck) 2>&1 && cargo dev build -- -p fabro-cli --release 2>&1",
"failure_reason": null,
"timestamp": "2026-06-03T17:11:59.401885Z"
}

View file

@ -0,0 +1,6 @@
{
"outcome": "succeeded",
"notes": null,
"failure_reason": null,
"timestamp": "2026-06-03T17:12:22.695009Z"
}