Skip to content

Releases: uc-cdis/cirrus

Rework errors and backoff logic

27 Nov 21:08
09f7571
Compare
Choose a tag to compare
  • New error structure and new error types
  • Backoff logic retries API calls on non-cirrus errors and exceptions, even if they're not HttpErrors

more error handling and logging

21 Nov 17:58
1d3990e
Compare
Choose a tag to compare

more error handling and logging for add-member to group

bug fix for error handling

20 Nov 19:43
8fcb3dc
Compare
Choose a tag to compare

don't re-raise exception if we handle it

add retry for google requests

19 Nov 17:00
3c25c4f
Compare
Choose a tag to compare
Merge pull request #42 from uc-cdis/fix/backoff

fix(backoff): backoff to retry google API calls

SA Delete 400 Error Fix

07 Nov 19:58
Compare
Choose a tag to compare

Handles 400 Error from Google API when deleting SA gracefully.

Adds Open/Close Functions for Manager

12 Oct 02:30
37710c5
Compare
Choose a tag to compare

Adds Open/Close Functions for Google Cloud Manager objects. Allows GCMs to be opened/closed multiple times while only calling initialize code once and clean up code once.

Fix bug with nonexistent service account

10 Oct 15:41
f740368
Compare
Choose a tag to compare
0.1.7

fix(sa-type): handle nonexistent service account (return false for va…

Fix service account type handling

13 Sep 18:11
44bc6de
Compare
Choose a tag to compare
fix(sa-type): correct domains for checking service account types (#37)

* fix(sa-type): correct domains for checking service account types

* fix(tests): update SA type tests

* chore(tests): update test for new sa types

use_default arg to disallow defaulting google project

09 Aug 23:17
ecc3b13
Compare
Choose a tag to compare
0.1.5

feat(default-project): arg to dissallow defaulting to configured proj…

fix get parent org function

07 Aug 22:59
db87267
Compare
Choose a tag to compare
0.1.4

fix(get-parent-org): raise exception if there's an error during googl…