Releases: uc-cdis/cirrus
Releases · uc-cdis/cirrus
expect empty string as success response
fix bug with conflict handling
0.2.10 fix(exceptions): Both Google and requests library have an "HttpError"…
handle retry for rate limit errors 2
Merge pull request #56 from uc-cdis/fix/patch-google fix(google): get reason from content
bug fix for conflict handling on create service account
fix(conflict): correctly construct existing SA email (#53) * fix(conflict): correctly construct existing SA email * chore(deps): jenkins failing. needs latest version of pytest
handle 409 and 404 for create service account and delete
handle 409 and 404 for create service account and delete
return full response when handling error
return full group response even if it's a conflict
More error handling to add to group
- return an actual successful response when we handle a conflict error
more error handling for create/delete groups
- if already exists on create call, don't raise exception
- if doesn't exist on delete call, don't raise exception
fix error handling
Merge pull request #48 from uc-cdis/fix/error fix(error): inherit Exception
handle forbidden response from google
Merge pull request #47 from uc-cdis/chore/403 chore(403): handle 403 response