Achintya Rajan
|
824517ee37
|
updates guardrail provider logos
|
2025-10-10 11:39:14 -07:00 |
|
Achintya Rajan
|
b4444ead0d
|
rebased, removed unused imports
|
2025-10-10 10:25:48 -07:00 |
|
Achintya Rajan
|
73eafed51c
|
removed unused imports
|
2025-10-10 10:25:00 -07:00 |
|
Achintya Rajan
|
5fca481ebb
|
removing unused imports
|
2025-10-10 10:24:57 -07:00 |
|
Krrish Dholakia
|
f2d4f03339
|
feat(pass_through_endpoints.py): only show available pass through endpoints based on what teams has access to
makes it easier to control access
|
2025-10-09 17:45:14 -07:00 |
|
Achintya Rajan
|
accc42ca2e
|
added back old teams for regression protection
|
2025-10-09 17:44:36 -07:00 |
|
Achintya Rajan
|
b4bcc7143c
|
Update README.md
|
2025-10-09 17:39:29 -07:00 |
|
Achintya Rajan
|
93868eb92b
|
Create README.md
|
2025-10-09 17:28:28 -07:00 |
|
Krrish Dholakia
|
82d7a7248e
|
feat(teams/): support allowed_passthrough_routes on team create + update
allows admin to specify what passthrough routes the team has access to
|
2025-10-09 17:11:57 -07:00 |
|
Krrish Dholakia
|
ce8c481431
|
fix(key_edit_view.tsx): allow setting allowed pass through routes by key on key update, on the ui
|
2025-10-09 16:35:56 -07:00 |
|
Achintya Rajan
|
679cf54c6e
|
adds vitests surrounding new components
|
2025-10-09 16:30:32 -07:00 |
|
Krrish Dholakia
|
c553bfbf66
|
feat(create_key_button.tsx): support setting passthrough endpoints by key on the UI
|
2025-10-09 16:29:30 -07:00 |
|
Achintya Rajan
|
dce17a8d16
|
added column "Your Role" with admin and member badges
|
2025-10-09 16:26:11 -07:00 |
|
Achintya Rajan
|
310b2da33e
|
abbreviates large spend values, increases y-axis width
|
2025-10-09 14:54:21 -07:00 |
|
Achintya Rajan
|
87b0ff6ab0
|
Update CreateKeyPage.expiredToken.test.tsx
|
2025-10-09 13:58:34 -07:00 |
|
Achintya Rajan
|
091196a1fd
|
added back Ishaan's MCP changes
|
2025-10-09 12:36:10 -07:00 |
|
Achintya Rajan
|
7d0088952e
|
renamed teams component to TeamsView
|
2025-10-09 12:32:45 -07:00 |
|
Achintya Rajan
|
9d1147a5e8
|
teams refactor: extracted CreateTeamModal
|
2025-10-09 12:32:41 -07:00 |
|
Achintya Rajan
|
7c6e48c780
|
useAuthorized fix, teams refactor progress
|
2025-10-09 11:57:36 -07:00 |
|
Achintya Rajan
|
d94e27e3c2
|
refactored teams -> teams header and teams filter
|
2025-10-09 11:57:33 -07:00 |
|
Krish Dholakia
|
94e623fb14
|
Merge pull request #15236 from BerriAI/litellm_ui_refactor_genesis
LiteLLM UI Refactor Infrastructure
|
2025-10-08 19:19:02 -07:00 |
|
Krish Dholakia
|
d921df1baf
|
Merge pull request #15343 from BerriAI/litellm_dev_10_08_2025_p1
MCP - support converting OpenAPI specs to MCP servers
|
2025-10-08 19:10:04 -07:00 |
|
Achintya Rajan
|
ff4eda0ea6
|
removed unscoped changes (will be added later)
|
2025-10-08 18:00:15 -07:00 |
|
Achintya Rajan
|
3beb4a0797
|
added reload to base URL when FF is turned off
|
2025-10-08 17:54:48 -07:00 |
|
Achintya Rajan
|
825a040524
|
moved virtual-key-refactor to its own branch
|
2025-10-08 17:38:42 -07:00 |
|
Achintya Rajan
|
2b0df22dc5
|
next routing, feature flagged via sidebar
|
2025-10-08 17:07:46 -07:00 |
|
Krish Dholakia
|
5c6fb5eb29
|
Merge pull request #15309 from BerriAI/litellm_cookie_spasm_mitigation
potentially fixes a UI spasm issue with an expired cookie
|
2025-10-08 16:13:38 -07:00 |
|
Achintya Rajan
|
fe2d4addfa
|
Update CreateKeyPage.expiredToken.test.tsx
|
2025-10-08 14:10:09 -07:00 |
|
Achintya Rajan
|
d6852b11ae
|
Create CreateKeyPage.expiredToken.test.tsx
|
2025-10-08 13:41:00 -07:00 |
|
Krrish Dholakia
|
45ec1ffdaa
|
fix(ui/): set is sso modal visible to true for all users
allow backend to handle more complex state management
|
2025-10-08 13:13:21 -07:00 |
|
Krish Dholakia
|
60fb8cdb87
|
Merge pull request #15308 from BerriAI/litellm_models_page_crash_fix
fix: model + endpoints page crash when config file contains router_settings.model_group_alias
|
2025-10-07 18:19:15 -07:00 |
|
Achintya Rajan
|
4de4e4af1a
|
Update page.tsx
|
2025-10-07 18:14:20 -07:00 |
|
Ishaan Jaffer
|
f2a96e6830
|
fix: e2eUI testing
|
2025-10-07 17:45:30 -07:00 |
|
Achintya Rajan
|
9fa8c6099e
|
Update model_group_alias_settings.tsx
|
2025-10-07 17:42:04 -07:00 |
|
Ishaan Jaff
|
7b56ba240e
|
[MCP Gateway] Litellm mcp fixes team control (#15304)
* fix: _set_object_permission
* fix: _set_object_permission on teams
* fix: _set_object_permission
* fixes for team/key permissions
* statsh: object permission view
* fix: MCPServerPermissions
|
2025-10-07 16:48:00 -07:00 |
|
Achintya Rajan
|
e2f21beb7f
|
added Infinity as a provider in the UI
|
2025-10-07 10:21:18 -07:00 |
|
Achintya Rajan
|
7ed4715a9b
|
eliminates loading screen flash
|
2025-10-06 20:42:59 -07:00 |
|
Achintya Rajan
|
cc94fb87b5
|
added base URL helpers
|
2025-10-06 20:32:47 -07:00 |
|
Achintya Rajan
|
051c9a7c61
|
Sidebar2 uses FF now
|
2025-10-06 20:17:19 -07:00 |
|
Krish Dholakia
|
6e538033ed
|
Merge pull request #15249 from BerriAI/litellm_router_settings_update_fix
fix: Router settings do not update despite success message
|
2025-10-06 19:53:08 -07:00 |
|
Krish Dholakia
|
6bb34e5168
|
Merge pull request #15252 from BerriAI/litellm_view_key_pagination_calls_fix
(perf) fix: Replaces bloated key list calls with lean key aliases endpoint
|
2025-10-06 19:51:26 -07:00 |
|
Krish Dholakia
|
3f6717bfd8
|
Merge pull request #15250 from BerriAI/litellm_next_turbopack_for_dev
Adds turbopack to the npm run dev command in UI to build faster during development
|
2025-10-06 19:50:41 -07:00 |
|
Achintya Rajan
|
eed19fb4ab
|
slight improvement for Sidebar2
|
2025-10-06 19:36:40 -07:00 |
|
Achintya Rajan
|
6529ed4d62
|
hidden dashboard routing, dev and build env files
|
2025-10-06 19:21:34 -07:00 |
|
Ishaan Jaff
|
930f88078e
|
[MCP Gateway] Backend - Allow storing allowed tools by team/key (#15243)
* add mcp_tool_permissions column to LiteLLM_ObjectPermissionTable
* add mcp_tool_permissions
* add LiteLLM_ObjectPermissionTable
* test key/team mgmt
* fix code QA check
* fix check_tool_permission_for_key_team
* test_key_tool_permission_allows_permitted_tool
* test_list_tools_filters_by_key_team_permissions
* fix _get_tools_from_mcp_servers
* fix logger.debug
* fix check_tool_permission_for_key_team
* fix: filter_tools_by_key_team_permissions
* fix _get_team_object_permission
* fix _set_object_permission
* fix handle_update_object_permission_common
* fix add allowed tools to keys
* test add key/team level tool permissions for MCPs
|
2025-10-06 18:49:32 -07:00 |
|
Achintya Rajan
|
264f1cded1
|
Merge branch 'main' into litellm_view_key_pagination_calls_fix
|
2025-10-06 18:10:57 -07:00 |
|
=
|
ee00490c24
|
Update package.json
|
2025-10-06 18:05:48 -07:00 |
|
Achintya Rajan
|
19f0c498e5
|
Update general_settings.tsx
|
2025-10-06 17:52:13 -07:00 |
|
Ishaan Jaff
|
4c9bd3e0de
|
[MCP Gateway] UI - Select allowed tools for Key, Teams (#15241)
* fix: MCPServerSelectorProps
* Tool Permissions
* Teams: tool permissions
* Add MCP team level permissions
* fix MCP tool permissions
* allow selecting MCP tools for Keys, teams
* fix: add mcp tool level permissions by key, team
* MCP Tool permissions test
|
2025-10-06 14:37:43 -07:00 |
|
Achintya Rajan
|
b1f3553ae4
|
Update networking.tsx
|
2025-10-06 14:28:12 -07:00 |
|