Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
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: c80e9f6
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: e60e3d8
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 28, 2023

  1. fix: Remove bigtable instances left over when system tests run (#1265)

    * Use the prefix from the common file for deleting
    
    Instances are not currently being cleaned up by the reap instances function because a filter is not selecting instances based on the right prefix. It looks like this fix should solve the issue.
    
    * fix: Use the prefix from the common file for deleting
    
    Instances are not currently being cleaned up by the reap instances function because a filter is not selecting instances based on the right prefix. It looks like this fix should solve the issue.
    danieljbruce authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    0526612 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. chore(main): release 4.5.1 (#1268)

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