chore: rebuild Admin UI bundle from litellm_internal_staging - #37066
Merged
yuneng-berri merged 1 commit intoAug 16, 2026
Conversation
Contributor
|
Too many files changed for review (887 files, 100 file limit). |
yuneng-berri
enabled auto-merge
August 16, 2026 00:11
yucheng-berri
approved these changes
Aug 16, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
yuneng-berri
disabled auto-merge
August 16, 2026 00:20
yuneng-berri
force-pushed
the
litellm_/release-ui-build-1e15d9
branch
from
August 16, 2026 00:23
d4e0d1f to
b3077c9
Compare
yuneng-berri
enabled auto-merge
August 16, 2026 00:24
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.shon current staginglitellm/proxy/_experimental/out/artifactsUser Flow
Before: a proxy admin browsing the Admin UI sees the dashboard as it looked on 2026-08-08, so a week of shipped UI work is invisible to them
_next/static/HynDchE8aLeEewsZVNDO8/After: the same admin sees the dashboard as it stands on current staging
_next/static/TeJ852IBdcKgsOMzGKY73/Relevant issues
Linear ticket
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
@greptileaito re-request a review after pushing changes)No tests are added here on purpose. Every file in this PR is generated output from the Next.js export, so there is no hand-written code to cover, and the dashboard's own tests already run against
ui/litellm-dashboard/src, which this PR does not touchScreenshots / Proof of Fix
Shared setup, run once per side after checking out the stated commit:
Before (992a812)
curl -s http://localhost:4000/ui/ | grep -o '_next/static/[A-Za-z0-9_-]*/_buildManifest.js'prints the staleHynDchE8aLeEewsZVNDO8git status --shortprints nothing, so the proxy served the committed bundle rather than regenerating oneAfter (b3077c9)
curl -s http://localhost:4000/ui/ | grep -o '_next/static/[A-Za-z0-9_-]*/_buildManifest.js'prints the newTeJ852IBdcKgsOMzGKY73git status --shortprints nothing, so the proxy served this PR's committed bundleType
🚄 Infrastructure
Caveats (if any)
992a8123acon node v24.19.0Final Attestation