Skip to content

refactor(deployment): collapse attestation evidence reports by default#3371

Merged
baktun14 merged 1 commit into
feat/deployment-validate-attestation-evidencefrom
refactor/deployment-collapse-attestation-evidence
Jun 29, 2026
Merged

refactor(deployment): collapse attestation evidence reports by default#3371
baktun14 merged 1 commit into
feat/deployment-validate-attestation-evidencefrom
refactor/deployment-collapse-attestation-evidence

Conversation

@baktun14

Copy link
Copy Markdown
Contributor

Why

The attestation evidence modal rendered every CPU/GPU report fully expanded, so a multi-GPU lease dumped several large base64 blobs at once and pushed the verdict badges and actions below the fold. Collapsing each report by default keeps the modal scannable while leaving the raw evidence one click away.

Replicates console-air #40. Part of CON-552.

What

  • Each CPU/GPU report is now a collapsible row, collapsed by default. The verdict badge stays in the always-visible row header; the raw base64 report and verdict detail are revealed on expand.
  • Removed the standalone "Platform" row and the "GPU reports (N)" heading.
  • GPU rows are labelled 1-based ("GPU 1", "GPU 2") while still keyed on the 0-based device_index.
  • Updated the modal spec to drive the new collapse/expand interaction; the validation flow stays on the generated Console API client.

Stacked on top of #3365.

@baktun14 baktun14 requested a review from a team as a code owner June 28, 2026 03:43
@coderabbitai

coderabbitai Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (1)
  • main

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: a0ab6b4e-d086-452a-a384-0f24b2b14400

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch refactor/deployment-collapse-attestation-evidence

Comment @coderabbitai help to get the list of available commands.

@baktun14 baktun14 merged commit 7899564 into feat/deployment-validate-attestation-evidence Jun 29, 2026
6 checks passed
@baktun14 baktun14 deleted the refactor/deployment-collapse-attestation-evidence branch June 29, 2026 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants