chore: rebuild Admin UI bundle - #35550
Merged
yuneng-berri merged 1 commit intoAug 2, 2026
Merged
Conversation
Contributor
|
Too many files changed for review. ( Bypass the limit by tagging |
yuneng-berri
enabled auto-merge
August 2, 2026 00:21
shin-berri
approved these changes
Aug 2, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TLDR
Problem this solves:
How it solves it:
ui/litellm-dashboard/build_release_ui.shonlitellm_internal_staginglitellm/proxy/_experimental/out/artifactsRelevant issues
Linear ticket
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
I have added meaningful tests
Every file in this PR is generated output from
next build; there is no hand-written code here to test. The dashboard's own test suite already covers the source that produced it, so adding tests against build artifacts would assert nothingMy PR passes all CI/CD checks (e.g., lint, format, unit tests)
My PR's scope is as isolated as possible; it only solves 1 specific problem
I have received a Greptile Confidence Score of at least 4/5 before requesting a maintainer review (Greptile reviews automatically once the PR is opened; only comment
@greptileaito re-request a review after pushing changes)Delays in PR merge?
If you're seeing a delay in your PR being merged, ping the LiteLLM Team on Slack (#pr-review).
Screenshots / Proof of Fix
The thing worth demonstrating is that a running proxy serves this committed bundle rather than a local rebuild; the served build id should match the one introduced in this diff
Start the proxy at this commit
Confirm the served build id is the new one (
VCvPhLLOUp92Yx-E-CVlV, replacing8bC_aTV0H1nUtrFDXkfaB)Open http://localhost:4000/ui/ and click through Models & Endpoints, Keys, Logs and Teams, watching for blank panels or 404s in the browser console
Re-run
git status --shortand confirm it prints nothing, showing the proxy did not overwrite the committed artifactsType
🚄 Infrastructure
Changes
Regenerated the Next.js static export the proxy serves from
litellm/proxy/_experimental/out/. Nothing else; no source file is touchedlitellm_internal_staging, built fromceaf556b2e7eab737517fc4e494816e4b4359c718569df8bb6968aa0b78899d7b5aabadd9383f934v20.20.28bC_aTV0H1nUtrFDXkfaB->VCvPhLLOUp92Yx-E-CVlVlitellm/proxy/_experimental/out/Final Attestation