Krrish Dholakia
fb1dc7d86b
test(test_team.py): fix error string asserted
2024-06-11 18:05:20 -07:00
Krrish Dholakia
cdf693a9bf
fix(proxy_server.py): allow passing in a list of team members
...
allows batch adding members to a team by passing in a list. fixes concurrency issue caused by calling team/member_add in parallel
2024-06-08 19:03:45 -07:00
Krrish Dholakia
493f573fc7
fix(proxy_server.py): fix team member delete endpoint
...
fixes issue in for loop, removing member from team
2024-06-08 16:27:33 -07:00
Ishaan Jaff
efb6167f1f
test - team member budgets
2024-05-22 19:19:51 -07:00
Krrish Dholakia
915cfe4b68
fix(proxy_server.py): secure /team/info
endpoint
...
make sure user requesting team info is part of team or admin
2024-04-16 11:40:08 -07:00
Krrish Dholakia
24b5b805a5
fix(proxy_server.py): fix /team/update endpoint
...
this also removes the functionality for modifying membership via `/team/update`. This is not considered a breaking change, as we've been pointing to usage of `/team/member_add` and `/team/member_delete` for this. Previous behaviour for this endpoint was causing it to be non-functional. If you're impacted, please let us know.
2024-04-15 10:29:21 -07:00
Krrish Dholakia
ec49ebb72b
fix(proxy_server.py): allow updating tpm/rpm limits via /team/update
2024-03-28 15:59:35 -07:00
Krrish Dholakia
3c414c6357
fix(proxy_server.py): fix model alias map + add back testing
2024-03-07 07:56:51 -08:00
Krrish Dholakia
a60ff95011
feat(proxy_server.py): add new team_member delete endpoint
2024-03-01 09:14:08 -08:00
Krrish Dholakia
252dd9b95f
fix(proxy_server.py): enable proxy /team/delete endpoint
2024-02-21 16:53:12 -08:00
Krrish Dholakia
6ef508cd37
refactor(test_team.py): trigger new devrelease
2024-02-16 09:57:51 -08:00
Krrish Dholakia
62e119f47a
test(test_team.py): trigger new build
2024-02-16 08:56:08 -08:00
Krrish Dholakia
4e8fffb537
test(test_team.py): adding testing for team endpoints
2024-02-16 08:55:21 -08:00