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

Removing datastore.Dataset class and its uses. #500

Merged
merged 1 commit into from
Jan 7, 2015

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Jan 7, 2015

Addresses part 8 of #477.

@tseaver What do you want to do about #499? We can finish that review and I can rebase this, but it will likely be quite difficult.

I have put off doc changes (unless necessary, e.g. the RST docs which would not build without the class) and will tackle that next.

I have also not yet been able to resolve the cyclic import in Key.get() but I am leaning towards simply removing it and renaming datastore.__init__.get_entities to datastore.__init__.get (and allowing a Key or a list of Keys).

@dhermes
Copy link
Contributor Author

dhermes commented Jan 7, 2015

Also, I need to fix the following "extra" modules:

gcloud/datastore/demo/...
regression/populate_datastore.py
regression/clear_datastore.py

I have put it off for now since each can be done in an individual (easier to review) PR.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling e998859 on dhermes:fix-477-part8 into f176098 on GoogleCloudPlatform:master.

if _implicit_environ.DATASET is not None:
# This assumes DATASET.id() is not None.
self._dataset_id = _implicit_environ.DATASET.id()
if _implicit_environ.DATASET_ID is not None:

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

tseaver added a commit that referenced this pull request Jan 7, 2015
Removing datastore.Dataset class and its uses.
@tseaver tseaver merged commit 7019708 into googleapis:master Jan 7, 2015
@dhermes dhermes deleted the fix-477-part8 branch January 7, 2015 20:09
@dhermes
Copy link
Contributor Author

dhermes commented Jan 7, 2015

@tseaver I am going to try to do a large docs fix-up. After your cherry-pick of #499 is in, how do you want to divvy up:

gcloud/datastore/demo/...
regression/populate_datastore.py
regression/clear_datastore.py

@tseaver
Copy link
Contributor

tseaver commented Jan 7, 2015

how about I tackle the 'demo' stuff, and you the 'regression'?

@dhermes
Copy link
Contributor Author

dhermes commented Jan 7, 2015

SGTM. I'm going to tackle docs first after we're done with #501 and then get to that.

@dhermes dhermes added the api: datastore Issues related to the Datastore API. label Dec 31, 2015
parthea pushed a commit that referenced this pull request Aug 15, 2023
* chore: Update gapic-generator-python to v1.8.4

PiperOrigin-RevId: 507808936

Source-Link: googleapis/googleapis@64cf849

Source-Link: googleapis/googleapis-gen@53c48ca
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTNjNDhjYWMxNTNkM2IzN2YzZDJjMmRlYzQ4MzBjZmQ5MWVjNDE1MyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Sep 22, 2023
Source-Link: googleapis/synthtool@25083af
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e6cbd61f1838d9ff6a31436dfc13717f372a7482a82fc1863ca954ec47bff8c8

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Sep 22, 2023
Source-Link: https://github.com/googleapis/synthtool/commit/30bd01b4ab78bf1b2a425816e15b3e7e090993dd
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:9bc5fa3b62b091f60614c08a7fb4fd1d3e1678e326f34dd66ce1eefb5dc3267b
parthea added a commit that referenced this pull request Oct 21, 2023
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea added a commit that referenced this pull request Oct 21, 2023
* fix(deps): allow protobuf 3.19.5

* explicitly exclude protobuf 4.21.0
parthea pushed a commit that referenced this pull request Oct 21, 2023
)

Source-Link: googleapis/synthtool@d6103f4
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:39f0f3f2be02ef036e297e376fe3b6256775576da8a6ccb1d5eeb80f4c8bf8fb

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Oct 21, 2023
…500)

Source-Link: googleapis/synthtool@395d53a
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:6c1cbc75c74b8bdd71dada2fa1677e9d6d78a889e9a70ee75b93d1d0543f96e1

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the Datastore API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants