Uh oh!
There was an error while loading. Please reload this page.
Merge master into datastore-v1beta3. - #1621
Conversation
Updating SchemaField creation in BigQuery usage doc.
Adding HappyBase Table.counter_set().
Adding Bigtable docs.
Removing demo code.
grpcio can only be installed with Python 2.7, so the py27 tox environment is the only one that doesn't need to run without mocks.
…g_media_link googleapis#1555: reload missing properties before blob download
Adding grpcio to setup.py as an extra.
For now, just renaming Row->DirectRow and creating 2 do-nothing subclasses. Class will be torn down in subsequent commits.
Simplifying most downstream issues by just removing any code in DirectRow that branched based on the presence of filter_.
Also simplifying DirectRow.commit() in the process.
Factoring behavior out into a non-public helper _set_cell() and using that helper in both DirectRow and ConditionalRow.
Factoring behavior out into a non-public helper _delete() and using that helper in both DirectRow and ConditionalRow. Also making sure ConditionalRow.delete() gets tested (codepath was only previously traversed via the parent class).
Factoring behavior out into a non-public helper _delete_cells() and using that helper in both DirectRow and ConditionalRow. Also making sure ConditionalRow.delete_cell(s) get tested (codepaths were only previously traversed via the parent class).
Long-term fix will be to create the `gcloud.bigtable.row_filters` module to reduce the amount of code in `gcloud.bigtable.row`. Also removing superflous assignment.
…n-path-patterns Fix topic subscription path patterns
In the process also lowering the line limits to levels before they were raised to accomodate the final changes to the Bigtable Row implementations.
…ters Moving all Bigtable row filters into their own module.
This is a follow-up to googleapis#1557 and prevents strange-ly true statements like `isinstance(cond_row, DirectRow)`.
Making common subclass for Bigtable DirectRow and ConditionalRow.
These tests exposed an issue with regex filters. When a protobuf bytes field received a unicode object, bad things happened.
…unter Adding HappyBase system tests for families and counters.
Adding system tests for HappyBase Table.row().
Adding system tests for HappyBase Table.rows().
Add a template_suffix parameter to BigQuery Table.insert_data
Adding system tests for HappyBase Table.cells() and scan().
…t-delete Adding system tests for HappyBase Table.put() and delete().
googlebot
commented
Mar 16, 2016
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
dhermes
commented
Mar 16, 2016
@pcostell, let me handle this? |
tseaver
commented
Mar 16, 2016
👍 for my commits. |
pcostell
commented
Mar 16, 2016
@dhermes Sure thing -- Just wanted lint to pass on my other PR and this seems like the right way to do that. Will close this out. |
dhermes
commented
Mar 17, 2016
Sorry, I didn't realize @tseaver change made it into |
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
🤖 I have created a release *beep* *boop* --- ## [3.7.0](googleapis/python-storage@v3.6.0...v3.7.0) (2025-12-09) ### Features * Auto enable mTLS when supported certificates are detected ([#1637](googleapis/python-storage#1637)) ([4e91c54](googleapis/python-storage@4e91c54)) * Send entire object checksum in the final api call of resumable upload ([#1654](googleapis/python-storage#1654)) ([ddce7e5](googleapis/python-storage@ddce7e5)) * Support urllib3 >= 2.6.0 ([#1658](googleapis/python-storage#1658)) ([57405e9](googleapis/python-storage@57405e9)) ### Bug Fixes * **bucket:** Move blob fails when the new blob name contains characters that need to be url encoded ([#1605](googleapis/python-storage#1605)) ([ec470a2](googleapis/python-storage@ec470a2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Chandra Shekhar Sirimala <chandrasiri@google.com>
No description provided.