8000 Comparing v1.19.1...v2.0.0 · googleapis/python-spanner · GitHub
[go: up one dir, main page]

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

Commits on Nov 2, 2020

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

Commits on Nov 11, 2020

  1. feat!: migrate to v2.0.0 (#147)

    * chore: remove old generated files
    
    * chore: remove type files
    
    * refactor: move handwritten files to google/cloud/spanner
    
    * chore: update synth.py
    
    * chore: regen library via microgenerator
    
    * fix: update imports to use new files
    
    * fix: update _helper.py
    
    * update backup.py
    
    * fix: update batch.py
    
    * fix: update param_types.py
    
    * fix: update pool.py
    
    * test: update test_keyset.py
    
    * test: update test__opentelemetry_tracing.py
    
    * fix: update client.py
    
    * test: update test_client.py
    
    * fix: update database.py
    
    * test: update test_database.py
    
    * fix: update commmit call missing kwarg
    
    * test: update test_session.py
    
    * fix: update streamed.py
    
    * test: update TestStreamedResultSet tests in streamed.py
    
    * fix: update instance.py
    
    * test: update test_instance.py
    
    * fix: add _parse_value method to _helper.py
    
    * test: update test/_helper.py
    
    * fix: update transaction.py and test_transaction.py
    
    * fix: remove creating list_value_pb
    
    * fix: update snapshot.py and test_snapshot.py
    
    * fix: update setup.py
    
    * fix: use struct pb for partition_query
    
    * fix: support merging RepeatedComposite objects
    
    * fix: replace dict with Statements
    
    * fix: replace dict with Statements
    
    * lint: format code
    
    * fix: update synth.py
    
    * chore: regen with gapic-generator v0.33.4
    
    * test: increase test coverage
    
    * fix: use backup pb instead of dict
    
    * fix: update api calls to use supported kwargs
    
    * fix: update api calls to use supported kwargs and remove unused function
    
    * test: update system tests
    
    * test: add tests for _parse_value function
    
    * test: update empty list Value to correctly reflect the format
    
    * refactor: use _parse_value in _parse_value_pb
    
    * refactor: remove unneeded wrapper classes
    
    * fix: use default retry (see golang) as ExecuteStreamingSql does not define retry settings
    
    * refactor: remove unneeded wrapper class
    
    * fix: use pb for params kwargs
    
    * test: increase coverage
    
    * test: correctly assert UNKNOWN error
    
    * chore: remove unneeded replacesments and regen with gapic-generator v0.33.6
    
    * fix: update kwarg to type_
    
    * refactor: remove unused imports
    
    * refactor: remove unused imports
    
    * fix: update kwarg to all_
    
    * fix: update kwarg to type_
    
    * fix: update kwarg and attribute to type_
    
    * fix: update kwarg to type_
    
    * test: fix test name
    
    * style: format code
    
    * fix: update kwarg to type_
    
    * fix: update api calls
    
    * test: update param types to use param_types types
    
    * test: update numeric tests
    
    * test: remove unused variable
    
    * refactor: remove unused import
    
    * docs: update doc references
    
    * test: increase test coverage
    
    * chore: test with and without opentelemetry for full test coverage
    
    * chore: regen samples README
    
    * fix: update emulator Github action
    
    * docs: manually fix typo that breaks docs
    
    * docs: remove unsupported markdown and point to link with removed info
    
    * docs: fix broken hyperlink
    
    * chore: add replacement for docs formatting issue
    
    * chore: regen library (via synth)
    
    * chore: exclude noxfile.py from being generated
    
    * refator: move handwritten files back into google/cloud/spanner_v1
    
    * style: fix lint
    
    * fix: update sample to use correct type
    
    * fix: create alias for proto types
    
    * fix: update imports
    
    * test: update test to use proto-plus structures
    
    * ci: update python version for emulator tests
    
    * fix: update backup pagination example
    
    * test: revert test_keyset for coverage
    
    * test: fix expected ranges
    
    * fix: ignore google/cloud/spanner_v1/__init__.py for regen
    
    * chore: regen (via synth)
    
    * docs: revert import changes
    
    * refactor: address comments
    
    * docs: add UPDATING guide
    
    * refactor: revert imports
    
    * feat: remove deprecated arguments
    
    * docs: update guide to mention deprecated arguments
    
    * test: lower required coverage to 99%
    
    * test: remove deprecated options
    
    * style: fix lint error
    
    * Update UPGRADING.md
    
    Co-authored-by: skuruppu <skuruppu@google.com>
    
    Co-authored-by: larkee <larkee@users.noreply.github.com>
    Co-authored-by: skuruppu <skuruppu@google.com>
    3 people authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    bf4b278 View commit details
    Browse the repository at this point in the history
  2. feat: DB-API driver + unit tests (#160)

    * feat: DB-API driver + unit tests
    
    * chore: imports in test files rearranged
    
    * chore: added coding directive
    
    * chore:
    
    * chore: encoding directive
    
    * chore: skipping Python 2 incompatible tests
    
    * chore: skipping Python 2 incompatible tests
    
    * chore: skipping Python 2 incompatible tests
    
    * chore: skipping Python 2 incompatible tests
    
    * chore: lint format
    
    * chore: license headers updated
    
    * chore: minor fixes
    
    Co-authored-by: Chris Kleinknecht <libc@google.com>
    mf2199 and c24t authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    2493fa1 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency proto-plus to v1.11.0 (#164)

    Co-authored-by: larkee <31196561+larkee@users.noreply.github.com>
    renovate-bot and larkee authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    7572853 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b61c3ea View commit details
    Browse the repository at this point in the history
Loading
0