Skip to content

Tags: uc-cdis/cirrus

Tags

3.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #96 from uc-cdis/feat/s3-functionality

[HP-1539] Add AWS functionality to cirrus

3.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update pypi.yaml (#95)

* Update pypi.yaml

* Update pypi.yaml

* Update pypi.yaml

* Update pypi.yaml

* Update pypi.yaml

* Update pypi.yaml

* Update pypi.yaml

* Update pypi.yaml

* Update pypi.yaml

* Update pypi.yaml

* Update pypi.yaml

* Update pyproject.toml

3.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(poetry): refactor to use poetry instead of pipenv and GH actions… (

#94)

* feat(poetry): refactor to use poetry instead of pipenv and GH actions instead of Travis

* fix(ci): only run on push to master or PRs

* feat(ci): do pypi test push on PRs

* fix(ci): pass secrets in

* fix(ci): pass secrets explicitly

* chore(deps): less restrictive

* chore(deps): flexible deps

* feat(ci): update to latest PyPI support

* Update pypi.yaml

2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #87 from uc-cdis/chore/update_google_signedurls_v4

update google signed url process to v4

1.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(backoff): move to module, update to logging.warning, add backoff… (

#88)

* feat(backoff): move to module, update to logging.warning, add backoff to GoogleService build call

* chore(backoff): remove unused import

Co-authored-by: Alexander VT <[email protected]>

1.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: delete google file (#81)

* feat: delete google file

* add newlines to ends of files

1.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #82 from uc-cdis/fix/google-api-client

fix(dependency): Pin google-api-python-client

1.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(group-list): fix issue with pagination logic for listing google g… (

#75)

* fix(group-list): fix issue with pagination logic for listing google groups

* fix(groups): regression test, fix pagination logic

* chore(refactor): use .get instead of explicit check

1.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Encode special characters in presigned urls (#74)

1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(google): support requester pays by exposing a function to give b… (

#71)

* feat(google): support requester pays by exposing a function to give billing permission in a project and appending userProject to signed urls

* chore(google): address review comments

* chore(google): address review comments

* chore(google): address review comments

* fix(google): use provided project, not self.project_id if given

* chore(readme): add new roles required for additional features