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: dhermes/gcloud-python-bigtable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dhermes/gcloud-python-bigtable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: beta-upgrade
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 37 files changed
  • 1 contributor

Commits on Nov 23, 2015

  1. Configuration menu
    Copy the full SHA
    bc76ea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ef92d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2015

  1. Dropping dependence on Homebrew/Linuxbrew.

    Also upgrading version of grpcio in system tests.
    The library supports backwards compatibility, so the code
    runs fine without change.
    dhermes committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    d355c97 View commit details
    Browse the repository at this point in the history
  2. Switching operations stub from alpha to beta impl.

    In order to actually execute the code, some rewritten imports had to be
    dealt with (they were referenced by the original import name in a
    function call).
    
    Ran some `sed` commands to avoid adding extra hacks to `rewrite_imports.py`:
    
    git grep -l ' google\.longrunning\.' | xargs sed -i 's/ google\.longrunning\./ gcloud_bigtable\._generated\./g'
    git grep -l ' google\.protobuf\.empty_pb2\.' | xargs sed -i 's/ google\.protobuf\.empty_pb2\./ gcloud_bigtable\._generated\.empty_pb2\./g'
    dhermes committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    53cd7ac View commit details
    Browse the repository at this point in the history
  3. Switching cluster API stub from alpha to beta impl.

    Again ran some `sed` commands to avoid adding extra hacks
    to `rewrite_imports.py`:
    
    git grep -l ' google\.bigtable\.admin\.cluster\.v1\.' | xargs sed -i 's/ google\.bigtable\.admin\.cluster\.v1\./ gcloud_bigtable\._generated\./g'
    dhermes committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    308fd8b View commit details
    Browse the repository at this point in the history
  4. Switching table API stub from alpha to beta impl.

    Again ran some `sed` commands to avoid adding extra hacks
    to `rewrite_imports.py`:
    
    git grep -l ' google\.bigtable\.admin\.table\.v1\.' | xargs sed -i 's/ google\.bigtable\.admin\.table\.v1\./ gcloud_bigtable\._generated\./g'
    dhermes committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    14c4944 View commit details
    Browse the repository at this point in the history
  5. Switching data API stub from alpha to beta impl.

    Again ran some `sed` commands to avoid adding extra hacks
    to `rewrite_imports.py`:
    
    git grep -l ' google\.bigtable\.v1\.' | xargs sed -i 's/ google\.bigtable\.v1\./ gcloud_bigtable\._generated\./g'
    dhermes committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    5cf16ba View commit details
    Browse the repository at this point in the history
  6. Renaming make_beta_stub() as make_stub().

    The alias is no longer needed since all stubs have
    been converted to the new implementation.
    dhermes committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    ca4f708 View commit details
    Browse the repository at this point in the history
  7. Adding stray comment.

    dhermes committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    f5e5469 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2015

  1. Allowing happybase system test to create cluster.

    If it doesn't exist, the test setup catches an error and then
    creates the cluster.
    
    Also fixing tll->ttl typo.
    dhermes committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    75a857c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    148a002 View commit details
    Browse the repository at this point in the history
Loading