yuneng-jiang and GitHub
9f9e5dd337
Merge pull request #18916 from BerriAI/litellm_ui_org_filters_1
...
[Feature] UI - Organization Table Filters
2026-01-12 15:57:37 -08:00
yuneng-jiang and GitHub
fb420a5de8
Merge pull request #18985 from BerriAI/litellm_e2e_neon_script_1
...
[Infra] UI - E2E Tests: Neon E2E DB Script
2026-01-12 15:56:22 -08:00
yuneng-jiang
685437c9cc
Adding help scripts for neon
2026-01-12 13:51:09 -08:00
yuneng-jiang and GitHub
834b0207ed
Merge pull request #18778 from Jetemple/clear-buttons-dropdowns
...
fix: add allowClear to dropdown components for better UX
2026-01-12 10:38:33 -08:00
yuneng-jiang
0cc935325b
Fixing build
2026-01-10 17:08:00 -08:00
yuneng-jiang
e783a66f2a
Organization Filters UI
2026-01-10 17:06:00 -08:00
yuneng-jiang
707c2b55f5
Merge remote-tracking branch 'origin' into litellm_ui_org_filters_1
2026-01-10 15:55:48 -08:00
yuneng-jiang
ef74f5edb1
fixing test
2026-01-10 15:15:27 -08:00
yuneng-jiang
0b34bfa14c
Flipping x axis and removing time range picker
2026-01-10 15:14:17 -08:00
yuneng-jiang
2b93fd775d
temp commit for branch switching
2026-01-10 15:05:30 -08:00
yuneng-jiang
cac9d862a1
fixing test
2026-01-10 09:34:41 -08:00
yuneng-jiang
227ad58c16
Removing mock data and adding tabs
2026-01-10 09:27:44 -08:00
yuneng-jiang
0d90baf3ac
Merge remote-tracking branch 'origin' into litellm_ui_endpoint_usage
2026-01-10 09:08:38 -08:00
yuneng-jiang
bdab97c520
Neon Branch on every commit + skip flaky tests
2026-01-09 23:25:42 -08:00
yuneng-jiang
f72394cac1
fixing build
2026-01-09 16:50:08 -08:00
yuneng-jiang
dfb298792c
New endpoint for router fields + react query
2026-01-09 16:49:22 -08:00
yuneng-jiang and GitHub
c3c67d445b
Merge pull request #18849 from BerriAI/litellm_e2e_page_routing
...
[Infra] UI - E2E Test: Refactor Page Settings + Test for Page Navigation
2026-01-09 09:07:25 -08:00
yuneng-jiang
4d28359608
e2e refactoring
2026-01-08 21:50:19 -08:00
yuneng-jiang
bcbf8d1de3
Adding unit test to expand unit testing coverage
2026-01-08 20:23:54 -08:00
yuneng-jiang
9c93882365
fixing build
2026-01-08 13:03:51 -08:00
yuneng-jiang and GitHub
8acb9bf366
Merge pull request #18661 from Chesars/litellm_ui_custom_proxy_base_url
...
feat(ui): add custom proxy base URL support to Playground
2026-01-08 10:26:37 -08:00
yuneng-jiang
4c645c1ce3
Endpoint usage POC
2026-01-07 21:01:41 -08:00
Jack Temple
ec16dbe09b
fix: add allowClear to dropdown components for better UX
2026-01-07 14:16:29 -07:00
yuneng-jiang and GitHub
a912665a86
Merge pull request #18682 from BerriAI/litellm_ui_e2e_admin_settings
...
[Infra] UI - E2E Test: Can View Admin Setting Page
2026-01-06 23:25:28 -08:00
yuneng-jiang and GitHub
f143a16e9b
Merge pull request #18742 from BerriAI/litellm_ui_unit_test_coverage_05
...
[Infra] UI - Adding Unit Test for Coverage
2026-01-06 23:18:29 -08:00
yuneng-jiang
6fd7b1cf56
Adding unit tests for coverage
2026-01-06 22:46:06 -08:00
yuneng-jiang
8b3782b06a
Reusable Duration Select and update team member budget UI
2026-01-06 18:15:16 -08:00
yuneng-jiang
ae7df51e69
Fixing e2e
2026-01-06 17:06:48 -08:00
yuneng-jiang
8878b43466
Adding timeout for flaky test
2026-01-06 16:56:54 -08:00
yuneng-jiang
874e8d1a6e
Fixing build
2026-01-06 16:33:08 -08:00
Cesar Garcia and GitHub
01b6925610
Merge branch 'main' into litellm_ui_custom_proxy_base_url
2026-01-06 12:34:25 -03:00
Chesars
cd38e1c9de
Scope custom proxy base to Playground
2026-01-06 12:17:22 -03:00
Ishaan Jaff and GitHub
69aa111fdd
[UI] - Feat add request provider form on UI ( #18704 )
...
* add request provider form
* fix link to github
* add button
* fix link
2026-01-06 18:54:57 +05:30
YutaSaito and GitHub
a774e7899c
Merge pull request #18281 from Eric84626/main
...
Fix: fixed some MCP gateway oauth2 auth issues and ClosedResourceError
2026-01-06 13:22:46 +09:00
yuneng-jiang
1fb887aaab
E2E Test - Can View Admin Setting Page
2026-01-05 19:51:01 -08:00
yuneng-jiang
4566255181
Fixing tests
2026-01-05 18:22:54 -08:00
yuneng-jiang
2d464032c5
Fixing Edit SSO Settings Modal
2026-01-05 18:08:41 -08:00
yuneng-jiang
8851b86d93
Adding Role Mappings
2026-01-05 17:30:31 -08:00
Eric84626 and GitHub
f59e9cef55
Merge branch 'main' into main
2026-01-06 06:57:25 +08:00
Chesars
229d280141
feat(ui): add custom proxy base URL support to Playground
...
Add ability to configure a custom proxy base URL in the Playground UI,
enabling control plane/data plane architecture where:
- Control Plane: Has UI but LLM APIs disabled (DISABLE_LLM_API_ENDPOINTS=true)
- Data Plane: Has LLM APIs but UI disabled
Changes:
- Add "Custom Proxy Base URL" input field in Playground settings
- Persist custom URL in sessionStorage for user convenience
- Modify getProxyBaseUrl() to check sessionStorage first
- All API calls now route to custom URL when configured
This allows users to run the UI on control plane and point API
calls to a separate data plane endpoint.
2026-01-05 15:36:32 -03:00
Ishaan Jaff and GitHub
2b3b16c86c
[Feat] Litellm UI allow selecting many models for cost estimator ( #18653 )
...
* LiteLLM Cost Estimate
* fix - multi model selector
* v2 of report
* fixes
* export fix
2026-01-05 20:19:59 +05:30
Ishaan Jaff and GitHub
bf1c5bef59
[UI] Add view for estimating costs across requests ( #18645 )
...
* add estimate_cost endpoint
* TestCostEstimateEndpoint
* fix estimate_cost
* add /cost/estimate to spend tracking routes
* fix code QA checks
* fixes endpoint
* v0 cost estimator
* v0 cost estimator
* formatNumberWithCommas
* fix admin view
* docs
* docs fix + export PDF/CSV
* fixes for export
2026-01-05 19:19:58 +05:30
Yuta Saito
ef2f76e5a5
fix: npm build error
2026-01-05 17:06:02 +09:00
Yuta Saito
fee9553c51
feat: add allow_all_keys doc
2026-01-05 16:56:19 +09:00
Yuta Saito
38a20b8036
feat: feat: allow_all_keys to mcp server on the UI
2026-01-05 16:28:51 +09:00
yuneng-jiang
1112974112
Virtual Keys Table Loading State
2026-01-03 19:22:38 -08:00
yuneng-jiang
816124a40b
Fixign build
2026-01-03 17:39:59 -08:00
yuneng-jiang
1184db079e
fixing tests
2026-01-03 17:30:52 -08:00
yuneng-jiang
60c39255d5
Adding unit testing coverage
2026-01-03 17:25:46 -08:00
yuneng-jiang
d6296411ec
SSO Settings Loading, deprecate previous flow
2026-01-03 16:23:10 -08:00