-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: dhermes/gcloud-python-bigtable
base: master
head repository: dhermes/gcloud-python-bigtable
compare: beta-upgrade
- 11 commits
- 37 files changed
- 1 contributor
Commits on Nov 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for bc76ea2 - Browse repository at this point
Copy the full SHA bc76ea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ef92d0 - Browse repository at this point
Copy the full SHA 5ef92d0View commit details
Commits on Nov 24, 2015
-
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.
Configuration menu - View commit details
-
Copy full SHA for d355c97 - Browse repository at this point
Copy the full SHA d355c97View commit details -
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'
Configuration menu - View commit details
-
Copy full SHA for 53cd7ac - Browse repository at this point
Copy the full SHA 53cd7acView commit details -
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'
Configuration menu - View commit details
-
Copy full SHA for 308fd8b - Browse repository at this point
Copy the full SHA 308fd8bView commit details -
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'
Configuration menu - View commit details
-
Copy full SHA for 14c4944 - Browse repository at this point
Copy the full SHA 14c4944View commit details -
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'
Configuration menu - View commit details
-
Copy full SHA for 5cf16ba - Browse repository at this point
Copy the full SHA 5cf16baView commit details -
Renaming make_beta_stub() as make_stub().
The alias is no longer needed since all stubs have been converted to the new implementation.
Configuration menu - View commit details
-
Copy full SHA for ca4f708 - Browse repository at this point
Copy the full SHA ca4f708View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5e5469 - Browse repository at this point
Copy the full SHA f5e5469View commit details
Commits on Nov 25, 2015
-
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.
Configuration menu - View commit details
-
Copy full SHA for 75a857c - Browse repository at this point
Copy the full SHA 75a857cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 148a002 - Browse repository at this point
Copy the full SHA 148a002View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...beta-upgrade