Skip to content

Show build server in build details - #269

Merged
arjunkomath merged 4 commits into
mainfrom
feat/show-build-server
Aug 4, 2026
Merged

Show build server in build details#269
arjunkomath merged 4 commits into
mainfrom
feat/show-build-server

Conversation

@arjunkomath

@arjunkomath arjunkomath commented Aug 4, 2026

Copy link
Copy Markdown
Member

Summary

  • join the claiming server into build details and builds-list responses
  • show linked branch by author on server attribution in build details and build rows
  • require an authenticated session for both build data endpoints
  • stop active-build polling once the latest build reaches a terminal status

Verification

  • npx biome check --write on the changed web files
  • ./node_modules/.bin/tsc --noEmit
  • Oracle review completed; Drizzle left-join nullability, SWR server transitions, and build API authentication reviewed

Notes

  • queued builds omit the server attribution until an agent claims the build
  • no database or agent changes are required

Amp-Thread-ID: https://ampcode.com/threads/T-019fc6e3-ac3b-77e6-928a-10b57adca428
Co-authored-by: Arjun Komath <arjunkomath@gmail.com>
@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown

React Doctor found no issues. 🎉

⚠️ Warning: .github/workflows/react-doctor.yml is configured incorrectly. See below to fix.

React Doctor compares against main to report only the issues this pull request introduces. This run couldn't complete that comparison (usually a shallow CI checkout with no merge base), so it listed every issue in the changed files, including ones that already existed on main.

Add fetch-depth: 0 to the actions/checkout step in .github/workflows/react-doctor.yml so the checkout includes the history React Doctor needs:

 jobs:
   react-doctor:
     steps:
       - uses: actions/checkout@v5
+        with:
+          fetch-depth: 0

       - uses: millionco/react-doctor@v2

To silence this warning, set silence-missing-baseline-warning: true on the React Doctor action.

Reviewed by React Doctor for commit c13a7b8.

ampagent and others added 3 commits August 4, 2026 09:15
@arjunkomath
arjunkomath added this pull request to the merge queue Aug 4, 2026
Merged via the queue into main with commit 849c271 Aug 4, 2026
8 checks passed
@arjunkomath
arjunkomath deleted the feat/show-build-server branch August 4, 2026 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants