chore: rebuild Admin UI bundle - #37976
Merged
yuneng-berri merged 1 commit intoAug 22, 2026
Merged
Conversation
Contributor
|
Too many files changed for review (812 files, 100 file limit). |
yucheng-berri
approved these changes
Aug 22, 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.shon staginglitellm/proxy/_experimental/out/artifactsUser Flow
Before: an admin hitting the proxy's bundled UI gets pages built from older dashboard source
_next/static/TeJ852IBdcKgsOMzGKY73/After: the same URL serves the freshly exported bundle
_next/static/0cE25rDXvGu3tj4HWOGKy/Relevant issues
Linear ticket
Pre-Submission checklist
uv run pytest tests/test_litellm/<your_test_file>.py -vThe first two are deliberately unchecked: every file in this PR is generated output from the Next.js export, so there is no source behavior to write tests against and no mapped test file to run. CI is unchecked because it has not reported yet at the time of opening
Screenshots / Proof of Fix
Base branch:
litellm_internal_stagingat11cbe472acArtifact commit:
9b8d621b20f2d52ddc7288ba004876d0c7a03787Node: v24.19.0 (from
ui/litellm-dashboard/.nvmrc)Build id:
TeJ852IBdcKgsOMzGKY73->0cE25rDXvGu3tj4HWOGKyAfter (9b8d621)
python litellm/proxy/proxy_cli.py --config litellm/proxy/dev_config.yaml --detailed_debug --reload --use_v2_migration_resolver 2>&1 | tee litellm.logcurl -s http://localhost:4000/ui/ | grep -o '_next/static/[A-Za-z0-9_-]*/_buildManifest.js'and expect0cE25rDXvGu3tj4HWOGKygit status --shortand expect no output, showing the proxy did not overwrite the committed artifactsType
🚄 Infrastructure
Caveats (if any)
Final Attestation