litellm/tests/proxy_admin_ui_tests
Krish Dholakia 887c66c6b7
Show 'user_email' on key table on UI (#8887)
* refactor(internal_user_endpoints.py): refactor `/user/list` to accept 'user_ids' and use prisma for db calls

enables bulk search from UI

* fix(internal_user_endpoints.py): fix linting errors

* fix(all_keys_table.tsx): show user email on create key table

make it easier for admin to know which key is associated to which user

* docs(internal_user_endpoints.py): improve docstring

* fix: sync schema with main

* fix(columns.tsx): display SSO ID on Internal User Table

make it easy to identify what the SSO ID for a user is

* fix(columns.tsx): add tooltip to header

help user understand what SSO ID means

* style: add more tooltips in the management flows

make it easier to understand what you're seeing

* style(all_keys_table.tsx): replace 'Not Set' with '-'

reduces words on table

* fix(internal_user_endpoints.py): fix user ids check

* test: fix test

* fix(internal_user_endpoints.py): maintain returning key count in `/user/list`
2025-02-27 21:56:14 -08:00
..
e2e_ui_tests fix test internal users 2025-02-25 20:13:38 -08:00
ui_unit_tests (UI) fix adding Vertex Models (#8129) 2025-01-30 21:11:08 -08:00
conftest.py
package-lock.json
package.json
playwright.config.ts fix e2e ui testing 2024-11-23 08:45:14 -08:00
test_key_management.py Show 'user_email' on key table on UI (#8887) 2025-02-27 21:56:14 -08:00
test_role_based_access.py
test_route_check_unit_tests.py [Bug Fix] - /vertex_ai/ was not detected as llm_api_route on pass through but vertex-ai was (#8186) 2025-02-01 17:26:08 -08:00
test_sso_sign_in.py Easier user onboarding via SSO (#8187) 2025-02-02 23:02:33 -08:00
test_usage_endpoints.py