-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firestore: implement listen conformance #6934
Firestore: implement listen conformance #6934
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 <[email protected]>
* 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
|
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. |
Superseded by #6935 |
Closes #6533