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: v4.0.0
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: v4.0.1
Choose a head ref
  • 11 commits
  • 20 files changed
  • 4 contributors

Commits on Jul 12, 2022

  1. fix: Integration test close function again (#1103)

    * First try
    
    * Add after hook
    
    * Proper test done for closed client
    
    * test description change
    
    * Eliminate unnecessary comment
    
    * Modify test to reflect change
    danieljbruce authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    10dcd21 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. refactor: first refactor of createReadStream (#1118)

    * getRanges
    
    * Slight refactor of createReadStream
    
    * Add header to table utils
    
    * Eliminate circular dependency
    danieljbruce authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    0dfb960 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. refactor: Pull code to compute location into one function (#1094)

    * snapshot tests for create cluster
    
    * change request to config
    
    * More snapshot tests
    
    * Refactor constants out
    
    * Add generated testcases for partial cluster update
    
    * Add header to constants file
    
    * Remove need to pass location along
    
    * Remove comment
    
    * Use new function to calculate location
    
    * Add space to stay consistent
    
    * Use getClusterBaseConfigWithFullLocation again
    
    * Fix test
    
    * linting fix
    
    * eliminate compile error
    
    * lint fix
    
    * remove the stubs that are not used anymore
    
    * Add an assert statement for location
    danieljbruce authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    81ea5f7 View commit details
    Browse the repository at this point in the history
  2. test: Add a logger to print the instance id. (#1129)

    * Add a logger to print the instance id.
    
    * Add cluster id logging
    danieljbruce authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    2005842 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    c88801a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. fix: fixed the closed client test (#1138)

    * fixed the closed client test
    
    * fix: fixed the closed client test
    danieljbruce authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    7f6f0e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. fix: change import long to require (#1139)

    Source-Link: googleapis/synthtool@d229a12
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:74ab2b3c71ef27e6d8b69b1d0a0c9d31447777b79ac3cd4be82c265b45f37e5e
    gcf-owl-bot[bot] authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    a7079bc View commit details
    Browse the repository at this point in the history
  2. fix: Wait for long running operation on flakey test (#1141)

    * wait for long running operation on flakey test.
    
    * fix: Wait for long running operation on flakey test
    danieljbruce authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    7be90ee View commit details
    Browse the repository at this point in the history
  3. fix: remove pip install statements (#1546) (#1140)

    because the tools are already installed in the docker image as of googleapis/testing-infra-docker#227
    Source-Link: googleapis/synthtool@ab7384e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bb493bf01d28519e82ab61c490c20122c85a7119c03a978ad0c34b4239fbad15
    gcf-owl-bot[bot] authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    5bea48f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. fix: Make a ten minute timeout for delete operations (#1143)

    * Make a ten minute timeout for delete operations
    
    * fix: Make a ten minute timeout for delete operations
    danieljbruce authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    94e61dd View commit details
    Browse the repository at this point in the history
  2. chore(main): release 4.0.1 (#1144)

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