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: v1.3.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: v1.4.0
Choose a head ref
  • 2 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 21, 2020

  1. feat(bigtable): Managed Backups wrappers (#57)

    * [new] managed backup wrappers + unit tests
    
    * feat: managed backups wrappers
    
    * fix: docstrings + blacken
    
    * fix: cleanup
    
    * refactor: ``backup``, ``list_backups`` and ``retore_table`` methods moved to the ``Table`` class.
    
    * feat: `reaload` and `is_ready` methods removed
    
    * refactor: `re` parser made local
    
    * feat: integration test
    
    * refactor: cleanup
    
    * fix: format
    
    * refactor: `name`, `cluster` property getters & `table_list_backups`
    feat: new `__eq__` and `__ne__` convenience methods
    
    * refactor: using `BigtableTableAdminClient.table_path` in lieu of `format`
    
    * fix: `from_pb2` method to include all `backup_pb` fields
    
    * refactor: cleanup
    
    * format: blacken
    
    * feat: reinstated `Backup.reload` + test method
    
    * fix: docstring typos
    
    * cleanup: minor cleanup
    
    * cleanup: minor cleanup
    
    * fix: ASCII encoding
    
    * fix: Python 2 compatibility issue
    
    * fix: SphinxWarning [possible cause]
    
    * fix: lint errors
    
    Co-authored-by: kolea2 <[email protected]>
    mf2199 and kolea2 authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    a351734 View commit details
    Browse the repository at this point in the history
  2. chore: release 1.4.0 (#65)

    * updated CHANGELOG.md [ci skip]
    
    * updated setup.cfg [ci skip]
    
    * updated setup.py
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    3a092de View commit details
    Browse the repository at this point in the history
Loading