Firestore: implement listen conformance#6934
Closed
mcdonc wants to merge 3215 commits intogoogleapis:masterfrom
mcdonc:6533-implement-listen-conformance
Closed
Firestore: implement listen conformance#6934mcdonc wants to merge 3215 commits intogoogleapis:masterfrom mcdonc:6533-implement-listen-conformance
mcdonc wants to merge 3215 commits intogoogleapis:masterfrom
mcdonc:6533-implement-listen-conformance
Conversation
Remove now-spurious replacements from synth. Fix newly-generated raw HTML junk in docstrings. Closes #6411.
Using `GeoPoint` from `google-cloud-datastore`.
Establish an async context for managing the current event loop for asynchronous communication with the datastore backend.
The '_gapic.add_methods' decorator doesn't quite get them right, so blacklist them from it and create them locally. Closes #5903.
In anticipation of landing googleapis/gapic-generator#2407.
* Expand 'all_types' table to include arrays of all types. Use a separate 'pkey' column for the key, to make clear how null integer values are normally used. * Remove redundant query param bindings tests using 'all_types' table. Add tableless tests for float bindings with transfinite values. Add tableless tests for queries returning explicit transfinite values. * Refactor round-trip test, 'all_types' data to make feature coverage clearar.
* Release 0.31.1 * Addressing CHANGLONG as per comments * Applying ` to CHANGLOG * Update CHANGELOG.md * Add changes landed this week. * Update bigtable/CHANGELOG.md Co-Authored-By: sduskis <sduskis@google.com>
* Release 1.5.2
Firestore watch
…6828) - Expose 'stream' argument to handler constructors. Defaults to 'None', passed to stdlib's 'logging.StreamHandler'. - Expose 'name' argument to 'ContainerEngineHandler'. * Add '**kw' to 'Client.{get_default_handler,setup_logging}'. Plumb them through to the underlying handler constructor. Closes #6206.
* Skip signing tests for insufficient credentials
* Release 1.7.1
NDB: Start implementation of ndb.client.Client.
… paths into change_map, which was causing listen conformance tests to fail
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
Contributor
Author
|
I made a hash out of my forked repo by attempting to change my email address to avoid the CLA issue. I'll delete my clone, make another clone, and apply the patch squashed and open a new PR. |
Contributor
Author
|
Superseded by #6935 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #6533