litellm/tests/proxy_admin_ui_tests
Krish Dholakia c66c821f96
UI (Keys Page) - Support cross filtering, filter by user id, filter by key hash (#10322)
* feat(filter.tsx): initial commit making filter component more generic - same style as user table filters

* refactor(all_keys_table.tsx): refactor to simplify update logic

* fix: partially revert changes - reduce scope of pr

* fix(filter_logic.tsx): fix filter update logic

* fix(all_keys_table.tsx): fix filtering + search logic

* refactor: cleanup unused params

* Revert "fix(all_keys_table.tsx): fix filtering + search logic"

This reverts commit 5fbc3319702080fa987bee7b0a89e1cb635dd6be.

* feat(filter_logic.tsx): allow filter by user id

* fix(key_management_endpoints.py): support filtering `/key/list` by  key hash

Enables lookup by key hash on ui

* fix(key_list.tsx): fix update

* fix(key_management.py): fix linting error

* test: update testing

* fix(prometheus.py): fix key hash

* style(all_keys_table.tsx): style improvements

* test: fix test
2025-04-25 21:30:56 -07:00
..
e2e_ui_tests Require auth for all dashboard pages (#10229) 2025-04-23 07:08:25 -07:00
test-results Require auth for all dashboard pages (#10229) 2025-04-23 07:08:25 -07:00
ui_unit_tests
utils Users page - new user info pane (#10213) 2025-04-22 21:55:47 -07:00
conftest.py
package-lock.json
package.json
playwright.config.ts
test_key_management.py UI (Keys Page) - Support cross filtering, filter by user id, filter by key hash (#10322) 2025-04-25 21:30:56 -07:00
test_role_based_access.py
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