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/python-bigtable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.11.0
Choose a base ref
...
head repository: googleapis/python-bigtable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.11.1
Choose a head ref
  • 4 commits
  • 18 files changed
  • 5 contributors

Commits on Aug 5, 2022

  1. chore(deps): update all dependencies (#622)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Don't bump protobuf yet, it's not compatible
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Mariatta Wijaya <[email protected]>
    3 people authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    94cae7a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. test: improve the row merging tests (#623)

    * test: improve the row merging tests
    
    - extract read-rows-acceptance-test.json based tests into own file
    - update the json to match the latest available in https://github.com/googleapis/conformance-tests/tree/main/bigtable/v2
    - use parameterized pytest test to run all of the scenarios (instead of creating a function for each json blob)
    - use json protobufs to parse the file
    
    I left a TODO to allow easy updates of the file, unfortunately its not straight forward as the canonical protos get renamed for python gapic
    Next PR will extract row merging functionality from row_data to make it easier to maintain
    
    * fix type annotation
    
    * fix lints
    
    * fix coverage
    
    * fix pytest warning
    igorbernstein2 authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    972939f View commit details
    Browse the repository at this point in the history
  2. Fix: Retry the RST Stream error in mutate rows and read rows(#624)

    Fix: Retry the RST Stream error in mutate rows and read rows
    
    In mutate_rows and read_rows, Internal Server with RST Stream errors is considered transient, and should be retried.
    Mariatta authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    d24574a View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.11.1 (#627)

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