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
base: v4.3.0
Choose a base ref
...
head repository: googleapis/nodejs-bigtable
compare: v4.4.0
Choose a head ref
  • 5 commits
  • 13 files changed
  • 4 contributors

Commits on Feb 16, 2023

  1. chore(testproxy): Change config so test runner can work with proxy (#…

    …1245)
    
    * Change config so test runner can work with proxy
    
    We adjust this to allow the test proxy to use new changes in the test runner.
    
    * Add the new proto for communicating with the proxy
    
    We add a new proto and make adjustments to the test proxy to use the new proto. This change should enable us to work with the test runner properly.
    
    * Remove the v2 test proxy
    
    Remove the v2 test proxy because it is not used anymore. If we need it again we can just search for it in version control.
    danieljbruce committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    0eb86ba View commit details
    Browse the repository at this point in the history
  2. chore(testproxy): Mutate rows bug fix (#1234)

    * Change mutate to match veneer
    
    Changed the test proxy functionality to match what is in the veneer layer and now the test case in question passes with a slight change in the grpc code returned.
    
    * Shorten the parsing of entries in the test proxy
    
    This commit just permits a more concise expression for the entries that should be returned back to the test runner.
    
    * Changes to test proxy proto
    
    The test proxy uses a new test path now so these adjustments must be made to work with the test runner properly.
    
    * Revert "Changes to test proxy proto"
    
    This reverts commit efbdadb.
    
    * Pass error along as is
    
    As per the online discussion, we should simply pass along the error as is so that the corresponding error message and status can be reported.
    danieljbruce committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    0e86083 View commit details
    Browse the repository at this point in the history
  3. docs: changing format of the jsdoc links (#1238)

    * docs: changing format of the jsdoc links
    
    PiperOrigin-RevId: 509352615
    
    Source-Link: googleapis/googleapis@b737d30
    
    Source-Link: googleapis/googleapis-gen@8efadf3
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGVmYWRmM2Q1ODc4MGVhMWM1NTAyNjhkNDZhM2RjNzAxYmEzN2ZjZiJ9
    
    * 🦉 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>
    Co-authored-by: danieljbruce <[email protected]>
    3 people committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    3b88132 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. feat: add new_partitions field for CloseStream for Cloud Bigtable Cha…

    …ngeStream (#1247)
    
    * feat: add new_partitions field for CloseStream for Cloud Bigtable ChangeStream
    
    PiperOrigin-RevId: 512957844
    
    Source-Link: googleapis/googleapis@c5650ae
    
    Source-Link: googleapis/googleapis-gen@a71ec9c
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTcxZWM5Y2MwYTg3MTI4NjU4N2YxZGYxYzVlNDM0YzViYzMzOGY5MSJ9
    
    * 🦉 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>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    ecbdb52 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 4.4.0 (#1248)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    246dbe6 View commit details
    Browse the repository at this point in the history