Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bigtable): support requested_policy_version for Instance IAM #10001

Merged
merged 7 commits into from
Jan 13, 2020

Commits on Dec 19, 2019

  1. iam proposal #3

    maintain compatibility with defaultdict
    
    remove in place
    
    raise KeyError on delete
    
    update deprecation for dict-key access and factory  methods
    
    clean up
    
    maintain compatibility - removing duplicate in __setitems__
    
    check for conditions for dict access
    
    remove empty binding
    
    fix test accessing private var _bindings
    
    fix(tests): change version to make existing tests pass
    
    tests: add tests for getitem, delitem, setitem on v3 and conditions
    
    test policy.bindings property
    
    fixlint
    
    black
    
    sort bindings by role when converting to api repr
    
    add deprecation warning for iam factory methods
    
    update deprecation message for role methods
    
    make Policy#bindings.members a set
    
    update policy docs
    
    fix docs
    
    make docs better
    
    fix: Bigtable policy class to use Policy.bindings
    
    add from_pb with conditions test
    
    add to_pb condition test
    
    blacken
    
    fix policy __delitem__
    
    add docs on dict access
    
    do not modify binding in to_apr_repr
    jkwlui committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    583ca42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    396dbfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d44a60 View commit details
    Browse the repository at this point in the history
  4. add unit test

    jkwlui committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    b05043b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. add unit test

    jkwlui committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    f98e6b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. merge branch master

    jkwlui committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    96db6be View commit details
    Browse the repository at this point in the history
  2. Merge branch 'bigtable-policy-version' of github.com:GoogleCloudPlatf…

    …orm/google-cloud-python into bigtable-policy-version
    jkwlui committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    0425948 View commit details
    Browse the repository at this point in the history