litellm-mirror/tests/litellm/proxy
Krish Dholakia 5f98d4d7de
UI - Users page - Enable global sorting (allows finding users with highest spend) (#10211)
* fix(view_users.tsx): add time tracking logic to debounce search - prevent new queries from being overwritten by previous ones

* fix(internal_user_endpoints.py): add sort functionality to user list endpoint

* feat(internal_user_endpoints.py): support sort by on `/user/list`

* fix(view_users.tsx): enable global sorting

allows finding user with highest spend

* feat(view_users.tsx): support filtering by sso user id

* test(search_users.spec.ts): add tests to ensure filtering works

* test: add more unit testing
2025-04-22 19:59:53 -07:00
..
auth Litellm UI qa 04 12 2025 p1 (#9955) 2025-04-12 19:30:48 -07:00
common_utils fix(proxy_server.py): Fix "Circular reference detected" error when max_parallel_requests = 0 (#9671) 2025-03-31 22:06:02 -07:00
db [Feat - Cost Tracking improvement] Track prompt caching metrics in DailyUserSpendTransactions (#10029) 2025-04-15 21:40:57 -07:00
experimental/mcp_server test tool registry 2025-03-20 22:03:56 -07:00
health_endpoints test_db_health_readiness_check_with_prisma_error 2025-03-26 20:56:39 -07:00
hooks Litellm UI qa 04 12 2025 p1 (#9955) 2025-04-12 19:30:48 -07:00
management_endpoints UI - Users page - Enable global sorting (allows finding users with highest spend) (#10211) 2025-04-22 19:59:53 -07:00
middleware test_no_auth_metrics_when_disabled 2025-04-04 21:02:29 -07:00
openai_files_endpoint Litellm add managed files db (#9930) 2025-04-12 08:24:46 -07:00
pass_through_endpoints Add new /vertex_ai/discovery route - enables calling AgentBuilder API routes (#10084) 2025-04-16 21:45:51 -07:00
spend_tracking Fix: Potential SQLi in spend_management_endpoints.py (#9878) 2025-04-21 14:29:38 -07:00
types_utils test fix post call rules (#9826) 2025-04-08 13:55:37 -07:00
ui_crud_endpoints [Feat - UI] - Allow setting Default Team setting when LiteLLM SSO auto creates teams (#9918) 2025-04-11 14:07:10 -07:00
test_caching_routes.py (bug fix) - Fix Cache Health Check for Redis when redis_version is float (#8979) 2025-03-04 21:26:18 -08:00
test_common_request_processing.py Add litellm call id passing to Aim guardrails on pre and post-hooks calls (#10021) 2025-04-16 07:41:28 -07:00
test_litellm_pre_call_utils.py test_get_enforced_params 2025-04-01 08:41:53 -07:00
test_proxy_cli.py (Bug fix) - running litellm proxy on wndows (#8735) 2025-02-25 15:19:19 -08:00
test_proxy_server.py [Security fix - CVE-2025-0330] - Leakage of Langfuse API keys in team exception handling (#9830) 2025-04-08 13:55:20 -07:00
test_route_llm_request.py fix(route_llm_request.py): move to using common router, even for clie… (#8966) 2025-03-03 22:57:08 -08:00