litellm/ui
mubashir1osmani 1611b8b1ea refactor(team): batch bulk member update writes behind PATCH /v2/team/{team_id}/members
Replace the per-member loop (which re-ran budget upserts and rewrote the
full members_with_roles JSON once per member) with set-based writes: one
litellm_budgettable.update_many for every member that already owns a
private budget, cloned budget creates only for members on the shared team
default or with no budget row, and a single team row update for role
changes, all grouped in one prisma batch transaction. team_id moves to the
path and out of the request body. The patch building and
budget_reset_at handling are shared with /team/member_update via
_build_member_budget_patch and the extracted _budget_patch_to_write_data
2026-07-11 18:39:53 -07:00
..
litellm-dashboard refactor(team): batch bulk member update writes behind PATCH /v2/team/{team_id}/members 2026-07-11 18:39:53 -07:00
Dockerfile feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00
nginx.conf feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00