Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/nodejs-bigtable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.1
Choose a base ref
...
head repository: googleapis/nodejs-bigtable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.0
Choose a head ref
  • 6 commits
  • 23 files changed
  • 4 contributors

Commits on Oct 21, 2020

  1. chore: clean up Node.js TOC for cloud-rad (#812)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/5f7bb900-b4ec-41d2-acea-c5c2f5dfb4fa/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    
    Source-Link: googleapis/synthtool@901ddd4
    Source-Link: googleapis/synthtool@f96d3b4
    yoshi-automation authored Oct 21, 2020
    Configuration menu
    Copy the full SHA
    a14ccba View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. feat: add backup level IAM policy controls (#799)

    The new features allow user to check and tune [IAM policy](https://cloud.google.com/iam/docs/reference/rest/v1/Policy) for the backup level:
    
    - `getIamPolicy` - allows a user obtain the current resource IAM policy.
    - `setIamPolicy` - allows a user to set resource level IAM policy.
    - `testIamPermissions` - allows a user to pass a list of [`permissions`](https://cloud.google.com/bigtable/docs/access-control#permissions) and get back a sub-list of granted permissions.
    
    - [x] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    AVaksman authored Oct 26, 2020
    Configuration menu
    Copy the full SHA
    0f3b8b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. docs: updated code of conduct (includes update to actions) (#815)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/6dcea365-b918-4c52-b1db-d7a62c956000/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    
    Source-Link: googleapis/synthtool@89c849b
    Source-Link: googleapis/synthtool@a783321
    Source-Link: googleapis/synthtool@b7413d3
    Source-Link: googleapis/synthtool@5f6ef0e
    yoshi-automation authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    b8e9325 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#818)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/9f0ce149-63bd-4aad-917d-44f82c8912a6/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    
    Source-Link: googleapis/synthtool@ba9918c
    yoshi-automation authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    49102b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. fix: do not modify options object, use defaultScopes (#819)

    * fix: do not modify options object, use defaultScopes
    
    Regenerated the library using gapic-generator-typescript v1.2.1.
    
    * fix(deps): require google-gax ^2.9.2
    
    * fix: generated pack test
    alexander-fenster authored Nov 7, 2020
    Configuration menu
    Copy the full SHA
    8ad7ab1 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. chore: release 3.2.0 (#816)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    f87a5ce View commit details
    Browse the repository at this point in the history
Loading