nodejs-datastore
nodejs-datastore copied to clipboard
Node.js client for Google Cloud Datastore: a highly-scalable NoSQL database for your web and mobile applications.
Note: #976 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 82fab3d058e857c99875faf63baaa2e4ca4e3a41 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/a5fcc557-5831-4293-a9cf-2bf64f2e69bd), [Sponge](http://sponge2/a5fcc557-5831-4293-a9cf-2bf64f2e69bd) status:...
Right now, read calls with a transaction do not use the provided snapshot read time. The code change in src ensures that read options always gets passed along to the...
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...
When EntityFilter is provided then a warning should not be emitted. This commit ensures that a warning is not emitted for that particular use case which we encourage.
This PR ensures that snapshot reads works for both aggregate queries and regular queries. A refactor is needed so that both types of queries can use the code that parses...
The [following code](https://github.com/googleapis/nodejs-datastore/blob/cd59c718ebe6711603b08b3ba2677e5a984bc7e3/src/query.ts#LL198C1-L200C34) ```js const companyQuery = query .filter('name', 'Google') .filter('size', '
**Is your feature request related to a problem? Please describe.** There is no way to get/set which fields of an entity are indexed after initial entity creation. Use case: 1)...
chore: Enable `constraintsFiltering` for Node.js Libraries Source-Link: https://github.com/googleapis/synthtool/commit/dae1282201b64e4da3ad512632cb4dda70a832a1 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:d920257482ca1cd72978f29f7d28765a9f8c758c21ee0708234db5cf4c5016c2
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting....
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...