mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
* 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
|
||
---|---|---|
.. | ||
scim | ||
budget_management_endpoints.py | ||
common_daily_activity.py | ||
common_utils.py | ||
customer_endpoints.py | ||
internal_user_endpoints.py | ||
key_management_endpoints.py | ||
model_management_endpoints.py | ||
organization_endpoints.py | ||
sso_helper_utils.py | ||
tag_management_endpoints.py | ||
team_callback_endpoints.py | ||
team_endpoints.py | ||
types.py | ||
ui_sso.py |