FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

#825: Allow passing explicit connection to `ACL.{reload,save}` by tseaver · Pull Request #853 · googleapis/google-cloud-python · GitHub

#825: Allow passing explicit connection to ACL.{reload,save} - #853

Merged
tseaver merged 7 commits into
googleapis:masterfrom
tseaver:825-storage_acl-explicit_connection
May 6, 2015
Merged

#825: Allow passing explicit connection to ACL.{reload,save}#853
tseaver merged 7 commits into
googleapis:masterfrom
tseaver:825-storage_acl-explicit_connection

Conversation

tseaver commented May 1, 2015

Copy link
Copy Markdown
Contributor

See #825

Copy link
Copy Markdown

Changes Unknown when pulling 0ed115b on tseaver:825-storage_acl-explicit_connection into * on GoogleCloudPlatform:master*.

Comment thread gcloud/storage/acl.py Outdated

This comment was marked as spam.

tseaver commented May 4, 2015

Copy link
Copy Markdown
Contributor Author

@dhermes PTAL

Comment thread gcloud/storage/acl.py Outdated

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

Copy link
Copy Markdown

Coverage remained the same at 100.0% when pulling 324dea7 on tseaver:825-storage_acl-explicit_connection into 8b5c5b9 on GoogleCloudPlatform:master.

Copy link
Copy Markdown

Coverage remained the same at 100.0% when pulling d4bc450 on tseaver:825-storage_acl-explicit_connection into 8b5c5b9 on GoogleCloudPlatform:master.

tseaver commented May 6, 2015

Copy link
Copy Markdown
Contributor Author

@dhermes d4bc450 drops the "pure virtual" property implementation of reload_path and save_path, replacing them with a class attr default of None, allowing tests to assign to the ACL instances. Any remaining issues?

dhermes commented May 6, 2015

Copy link
Copy Markdown
Contributor

LGTM.

@tseaver I'd like to have a pow-wow about the current state of our ACL support and try to figure out what we want (or better yet, what someone wants that's actually used ACLs for an application). Things are a bit out of place in the current state (e.g. roles is a set, but storage has a concept of concentric roles permissions for the very purpose of avoiding an ACL having more than one role).

tseaver added a commit that referenced this pull request May 6, 2015
#825: Allow passing explicit connection to `ACL.{reload,save}`
tseaver merged commit 90b4f72 into googleapis:master May 6, 2015
tseaver deleted the 825-storage_acl-explicit_connection branch May 6, 2015 20:49

tseaver commented May 6, 2015

Copy link
Copy Markdown
Contributor Author

It is annyoing that those docs can't keep role vs. permisison straight, even on the same page.

If READER, WRITER, and OWNER are the only possible permissions / roles, then we could avoid having an ACE (a single assertion/entity, of which an ACL is a collection) have only one of them.

tseaver commented May 6, 2015

Copy link
Copy Markdown
Contributor Author

We should also work out how to support the predefined ACLs feature

parthea pushed a commit that referenced this pull request Aug 21, 2025
parthea pushed a commit that referenced this pull request Sep 16, 2025
parthea pushed a commit that referenced this pull request Sep 18, 2025
Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
parthea added a commit that referenced this pull request Nov 24, 2025
* chore(deps): update all dependencies

* pin pytest for python 3.7

---------

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea pushed a commit that referenced this pull request Nov 24, 2025
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
parthea added a commit that referenced this pull request Nov 25, 2025
* chore(deps): update all dependencies

* pin pytest for python 3.7

---------

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea pushed a commit that referenced this pull request Mar 2, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Mar 6, 2026
The backend API has a timeout of 4 minutes, so the default of 2 minutes was not
allowing for any retries to happen in some cases.

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #853  🦕
parthea added a commit that referenced this pull request Mar 9, 2026
* chore: use templated renovate.json

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: storage Issues related to the Cloud Storage API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL