litellm-mirror/litellm/proxy/management_endpoints
Krish Dholakia 66680c421d
Add global filtering to Users tab (#10195)
* style(internal_user_endpoints.py): add response model to `/user/list` endpoint

make sure we maintain consistent response spec

* fix(key_management_endpoints.py): return 'created_at' and 'updated_at' on `/key/generate`

Show 'created_at' on UI when key created

* test(test_keys.py): add e2e test to ensure created at is always returned

* fix(view_users.tsx): support global search by user email

allows easier search

* test(search_users.spec.ts): add e2e test ensure user search works on admin ui

* fix(view_users.tsx): support filtering user by role and user id

More powerful filtering on internal users table

* fix(view_users.tsx): allow filtering users by team

* style(view_users.tsx): cleanup ui to show filters in consistent style

* refactor(view_users.tsx): cleanup to just use 1 variable for the data

* fix(view_users.tsx): cleanup use effect hooks

* fix(internal_user_endpoints.py): fix check to pass testing

* test: update tests

* test: update tests

* Revert "test: update tests"

This reverts commit 6553eeb232.

* fix(view_userts.tsx): add back in 'previous' and 'next' tabs for pagination
2025-04-22 13:59:43 -07:00
..
scim [Feat SSO] Add LiteLLM SCIM Integration for Team and User management (#10072) 2025-04-16 19:21:47 -07:00
budget_management_endpoints.py build(pyproject.toml): add new dev dependencies - for type checking (#9631) 2025-03-29 11:02:13 -07:00
common_daily_activity.py fix(common_daily_activity.py): support empty entity id field (#10175) 2025-04-19 22:20:28 -07:00
common_utils.py Litellm dev 04 18 2025 p2 (#10157) 2025-04-19 07:32:23 -07:00
customer_endpoints.py build(pyproject.toml): add new dev dependencies - for type checking (#9631) 2025-03-29 11:02:13 -07:00
internal_user_endpoints.py Add global filtering to Users tab (#10195) 2025-04-22 13:59:43 -07:00
key_management_endpoints.py Add global filtering to Users tab (#10195) 2025-04-22 13:59:43 -07:00
model_management_endpoints.py bug fix de depluciate model list (#9775) 2025-04-05 12:29:11 -07:00
organization_endpoints.py fix(cost_calculator.py): handle custom pricing at deployment level fo… (#9855) 2025-04-09 22:13:10 -07:00
sso_helper_utils.py (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
tag_management_endpoints.py Litellm dev 04 18 2025 p2 (#10157) 2025-04-19 07:32:23 -07:00
team_callback_endpoints.py (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
team_endpoints.py fix(common_daily_activity.py): support empty entity id field (#10175) 2025-04-19 22:20:28 -07:00
types.py Litellm dev 01 08 2025 p1 (#7640) 2025-01-08 22:08:20 -08:00
ui_sso.py Remove user_id from url (#10192) 2025-04-21 16:22:57 -07:00