Skip to content
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

Closed
wants to merge 3,215 commits into from
Closed

Firestore: implement listen conformance #6934

wants to merge 3,215 commits into from

Conversation

mcdonc
Copy link
Contributor

@mcdonc mcdonc commented Dec 17, 2018

Closes #6533

tseaver and others added 30 commits November 7, 2018 14:09
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.
Implement `get_event_loop`.
* 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]>
tseaver and others added 17 commits December 13, 2018 18:02
…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
NDB: Start implementation of ndb.client.Client.
… paths into change_map, which was causing listen conformance tests to fail
@mcdonc mcdonc requested a review from crwilcox as a code owner December 17, 2018 20:14
@googlebot
Copy link

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. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

@googlebot googlebot added the cla: no This human has *not* signed the Contributor License Agreement. label Dec 17, 2018
@tseaver tseaver added the api: firestore Issues related to the Firestore API. label Dec 17, 2018
@tseaver tseaver changed the title implement listen conformance Firestore: implement listen conformance Dec 17, 2018
@mcdonc
Copy link
Contributor Author

mcdonc commented Dec 17, 2018

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.

@mcdonc mcdonc closed this Dec 17, 2018
@mcdonc
Copy link
Contributor Author

mcdonc commented Dec 17, 2018

Superseded by #6935

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: firestore Issues related to the Firestore API. cla: no This human has *not* signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.