Skip to content

Releases: uc-cdis/cirrus

expect empty string as success response

05 Mar 17:11
5fe661b
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/cirrus

Notes since tag: 0.2.10

Notes to tag/commit: 0833075

Generated: 2019-03-01

Bug Fixes

  • delete_group in Google Cloud Manager now expects "" not {} as success
    response from Google Directory API's Groups: delete endpoint (#57)

fix bug with conflict handling

22 Feb 20:14
7542bd1
Compare
Choose a tag to compare
0.2.10

fix(exceptions): Both Google and requests library have an "HttpError"…

handle retry for rate limit errors 2

19 Feb 02:39
0219f1d
Compare
Choose a tag to compare
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

25 Jan 21:47
574936d
Compare
Choose a tag to compare
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

04 Jan 21:45
f67cec6
Compare
Choose a tag to compare

handle 409 and 404 for create service account and delete

return full response when handling error

20 Dec 16:24
0cd06b2
Compare
Choose a tag to compare

return full group response even if it's a conflict

More error handling to add to group

18 Dec 20:59
8a9a46b
Compare
Choose a tag to compare
  • return an actual successful response when we handle a conflict error

more error handling for create/delete groups

17 Dec 18:06
9eb5b61
Compare
Choose a tag to compare
  • if already exists on create call, don't raise exception
  • if doesn't exist on delete call, don't raise exception

fix error handling

29 Nov 23:26
1dda8d1
Compare
Choose a tag to compare
Merge pull request #48 from uc-cdis/fix/error

fix(error): inherit Exception

handle forbidden response from google

29 Nov 20:33
51b88d9
Compare
Choose a tag to compare
Merge pull request #47 from uc-cdis/chore/403

chore(403): handle 403 response