Skip to content
Closed
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
2d26f4f
implement retries for read_rows
calpeyser Apr 26, 2017
d25cafa
fix linter errors
calpeyser Apr 27, 2017
7facbb4
Merge branch 'master' of https://github.com/GoogleCloudPlatform/googl…
calpeyser May 2, 2017
5a8fdc0
add some tests for read_rows retries
calpeyser May 8, 2017
537e8b6
add move test coverage for read_rows retries
calpeyser May 10, 2017
bddf673
correct import for _create_row_request in test_table.py
calpeyser May 10, 2017
9688b3c
add test coverage for start_key_closed in read_rows
calpeyser May 10, 2017
c4bad6e
remove redundant ReadRowsIterator#__iter__
calpeyser May 11, 2017
68ef3af
add newline in retry.py for linter
calpeyser May 11, 2017
d085312
check test outcome
calpeyser Jun 9, 2017
70d920f
address comments
calpeyser Jun 9, 2017
88e52fd
Merge branch 'master' into master
calpeyser Jul 14, 2017
7cffbe0
remove extra import
calpeyser Jul 14, 2017
19079c3
adding newline in bigtable/table.py to satisfy linter
calpeyser Jul 14, 2017
7119058
Speech GAPIC to master (#3607)
lukesneeringer Jul 14, 2017
d946feb
fix big query documentation broken link (#3611)
davidraleigh Jul 16, 2017
07ff609
Fixing merge conflict in `setup.py` for Speech. (#3609)
dhermes Jul 17, 2017
b314680
Using `CopyFrom` to set protobuf message fields (instead of `MergeFro…
dhermes Jul 17, 2017
f755633
Add a __hash__ implementation to SchemaField (#3601)
azymnis Jul 17, 2017
c6b5727
Add bigquery jobid to table (#3605)
evaogbe Jul 17, 2017
c685055
Add base future package to google.cloud (#3616)
Jul 17, 2017
f4a6bfd
Fix a typo in BigQuery usage documentation (#3621)
Maerig Jul 18, 2017
2c5c306
Using assertEqual instead of assertEquals. (#3619)
dhermes Jul 18, 2017
8783b7f
Add `is_nullable` method to check for `NULLABLE` mode (#3620)
sonlac Jul 18, 2017
b27a0bc
Fix "bad" storage unit tests. (#3627)
dhermes Jul 18, 2017
7f56c02
Add operation future (#3618)
Jul 19, 2017
9e23bf1
update the documentation link (#3630)
merla18 Jul 19, 2017
67c0f62
Using assertIs in unit tests where appropriate. (#3629)
dhermes Jul 19, 2017
6af2c4f
update documentation link (#3633)
merla18 Jul 19, 2017
957e4dd
Fixing references to "dead" docs links. (#3631)
dhermes Jul 19, 2017
a679169
Add keyword arguments to google.cloud.storage.Bucket.get_blob. (#3613)
tillahoffmann Jul 19, 2017
025105e
Removing JSON docs and unused images. (#3640)
dhermes Jul 20, 2017
4a94be4
Changing all pypi.python.org links to warehouse links. (#3641)
dhermes Jul 20, 2017
a2f319f
Revert "RPC retries (second PR) (#3324)" (#3642)
Jul 20, 2017
698bc8b
Remove references to google.cloud.operation from spanner (#3625)
Jul 20, 2017
71fe7f5
Add Video Intelligence to README (#3628)
danoscarmike Jul 20, 2017
ab420df
Adding badge images to Video Intelligence README. (#3639)
dhermes Jul 20, 2017
3a17d0a
Adding Bigtable Cluster location on create() request. (#3646)
dhermes Jul 20, 2017
c839a30
Update bigtable to use future.operation (#3623)
Jul 20, 2017
93d36f4
Update auto-gen code for video intelligence (#3643)
lukesneeringer Jul 20, 2017
7f1a6ba
Add systests for read/query w/ concurrent updates. (#3632)
tseaver Jul 20, 2017
322dd75
Switched to google-resumable-media in BigQuery. (#3555)
dhermes Jul 21, 2017
9898a87
Translate GA (#3650)
lukesneeringer Jul 21, 2017
be5a16e
Add Future interface to BigQuery jobs (#3626)
Jul 21, 2017
01f8689
Removing vendored in google.cloud.streaming. (#3654)
dhermes Jul 21, 2017
d52d547
Fix pylint for the main package
Jul 22, 2017
216c995
Revert "Fix pylint for the main package" - accidental push
Jul 22, 2017
04a1e6d
Fix pylint for the main package (#3658)
Jul 24, 2017
6ebb916
Remove QueryJob.results() (#3661)
Jul 24, 2017
0afe56c
Split polling future into its own module (#3662)
Jul 24, 2017
9deef80
Re-enable flake8 for core package and tests (#3664)
Jul 24, 2017
e14094c
Add systest for round-trip of NULL INT64. (#3665)
tseaver Jul 25, 2017
b32509f
Adding getter/setter note for Blob.metadata property. (#3647)
dhermes Jul 25, 2017
cf4ab44
Correctly url-encode list parameters (#3657)
isra17 Jul 25, 2017
73648e2
Moving bytes signing helpers from `core` to `storage`. (#3668)
dhermes Jul 25, 2017
7cc07b5
Unbind transaction from session on commit/rollback. (#3669)
tseaver Jul 25, 2017
23e6c90
Removing `get_credentials()` from `core`. (#3667)
dhermes Jul 25, 2017
df5e6bb
NL GAPIC (#3679)
lukesneeringer Jul 26, 2017
912f72e
Cut release of vision API. (#3677)
dhermes Jul 26, 2017
5f6d6b3
Auto-generated trace library (GAPIC only) (#3512)
liyanhui1228 Jul 26, 2017
969921b
Simplifying Client constructor's for Bigtable and Spanner. (#3672)
dhermes Jul 26, 2017
09182c8
Implement multi-use snapshots (#3615)
tseaver Jul 26, 2017
4b1f2ee
Adding RPC retries to Bigtable.
calpeyser Jul 17, 2017
8cb41f5
Merge branch 'pr-3324-to-fix' of https://github.com/GoogleCloudPlatfo…
calpeyser Aug 14, 2017
675220b
encode server output in bigtable system test for python3 compatibility
calpeyser Aug 14, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bigtable/tests/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def process_scan(table, range, ids):
stderr=subprocess.PIPE,
)

(endpoint, port) = server.stdout.readline().rstrip("\n").split(":")
(endpoint, port) = server.stdout.readline().encode("utf-8").rstrip("\n").split(":")
os.environ["BIGTABLE_EMULATOR_HOST"] = endpoint + ":" + port
client = Client(project="client", admin=True)
instance = Instance("instance", client)
Expand Down