litellm-mirror/tests/proxy_admin_ui_tests
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
..
e2e_ui_tests Add global filtering to Users tab (#10195) 2025-04-22 13:59:43 -07:00
test-results Add global filtering to Users tab (#10195) 2025-04-22 13:59:43 -07:00
ui_unit_tests (UI) fix adding Vertex Models (#8129) 2025-01-30 21:11:08 -08:00
conftest.py LiteLLM Minor Fixes & Improvements (11/23/2024) (#6870) 2024-11-23 15:17:40 +05:30
package-lock.json [Testing-Proxy] Add E2E Admin UI testing (#5845) 2024-09-23 11:34:42 -07:00
package.json [Testing-Proxy] Add E2E Admin UI testing (#5845) 2024-09-23 11:34:42 -07:00
playwright.config.ts fix e2e ui testing 2024-11-23 08:45:14 -08:00
test_key_management.py [Team Member permissions] - Fixes (#9945) 2025-04-12 11:17:51 -07:00
test_role_based_access.py LiteLLM Minor Fixes & Improvements (11/23/2024) (#6870) 2024-11-23 15:17:40 +05:30
test_route_check_unit_tests.py test: update tests 2025-03-22 12:56:42 -07:00
test_sso_sign_in.py Remove user_id from url (#10192) 2025-04-21 16:22:57 -07:00
test_usage_endpoints.py (docs) add docstrings for all /key, /user, /team, /customer endpoints (#6804) 2024-11-18 19:44:06 -08:00