Skip to content

Conversation

@jgeewax
Copy link
Contributor

@jgeewax jgeewax commented Apr 15, 2015

No description provided.

@jgeewax jgeewax added api: datastore Issues related to the Datastore API. docs labels Apr 15, 2015
@jgeewax jgeewax added this to the Datastore Future milestone Apr 15, 2015
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 15, 2015
@jgeewax
Copy link
Contributor Author

jgeewax commented Apr 15, 2015

Looks like lint is failing... but not saying why. Running pylint says the line is too long... Any ideas how I could make the line shorter without cutting the hyperlink? @tseaver

@tseaver
Copy link
Contributor

tseaver commented Apr 15, 2015

@jgeewax Pylint only allows hyperlinks > 80 characters if they are standalone on the line. E.g., https://github.com/GoogleCloudPlatform/gcloud-python/blob/6283ab9c9d7fa06f6800079bd882b573c4de7cf7/gcloud/pubsub/api.py#L28

@dhermes
Copy link
Contributor

dhermes commented Apr 15, 2015

Also the link has 84 chars, 8 of which are https://, so you could just use the link on its own line

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling e765268 on jgeewax:master into * on GoogleCloudPlatform:master*.

@jgeewax
Copy link
Contributor Author

jgeewax commented Apr 16, 2015

Assigning to @tseaver for review

This comment was marked as spam.

This comment was marked as spam.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 283217a on jgeewax:master into * on GoogleCloudPlatform:master*.

@tseaver
Copy link
Contributor

tseaver commented Apr 16, 2015

LGTM

jgeewax added a commit that referenced this pull request Apr 16, 2015
Added more expressive module docstring to batch.py
@jgeewax jgeewax merged commit 36dc616 into googleapis:master Apr 16, 2015
parthea pushed a commit that referenced this pull request Sep 18, 2025
* chore(deps): update all dependencies

* 🦉 Updates from OwlBot post-processor

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

* Update samples/snippets/requirements.txt

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Tim Sweña (Swast) <swast@google.com>
parthea pushed a commit that referenced this pull request Nov 24, 2025
* feat: add DeleteDatabase API and delete protection
docs: update Database API description

PiperOrigin-RevId: 591922567

Source-Link: googleapis/googleapis@204f2ae

Source-Link: googleapis/googleapis-gen@bd98650
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmQ5ODY1MDAwMzUwNDY1MjcxOTExZDk5Njg5Yjc1NjExNTg4NTVkNCJ9

* 🦉 Updates from OwlBot post-processor

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

* feat: add new types QueryMode, QueryPlan, ResultSetStats
feat: add QueryMode field to RunQueryRequest
feat: add ResultSetStats field to RunQueryResponse
feat: add QueryMode field to RunAggregationQueryRequest
feat: add ResultSetStats field to RunAggregationQueryResponse

PiperOrigin-RevId: 595771083

Source-Link: googleapis/googleapis@2027807

Source-Link: googleapis/googleapis-gen@5407e2b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTQwN2UyYjY4NjM5MjhjMjZmNTJkYjlmMzQ3YzZiNTU1NmU3MDJmMiJ9

* 🦉 Updates from OwlBot post-processor

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

* docs: Fix formatting due to unclosed backtick

PiperOrigin-RevId: 597942027

Source-Link: googleapis/googleapis@6c31cc0

Source-Link: googleapis/googleapis-gen@4a99b8d
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGE5OWI4ZGM5MDEzNmQzZjI5Y2NmNDBmN2Q5ZGVhM2I2ZjI2ZGJiOCJ9

* 🦉 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>
Co-authored-by: Daniel Sanche <sanche@google.com>
parthea pushed a commit that referenced this pull request Nov 24, 2025
Cloud NDB is one of the final Cloud Client libraries to
support Python 2 and retaining support for it will prevent
us from updating to the newest version of the underlying
Datastore libraries.

Not considering this a breaking change because pip will respect
python_requires in setup.py and not install a version that doesn't
support it anymore.
parthea pushed a commit that referenced this pull request Nov 26, 2025
* feat: add api key support

* chore: update

* Update google/auth/_default.py

Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>

Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Nov 26, 2025
🤖 I have created a release *beep* *boop*
---


## [2.4.0](googleapis/google-auth-library-python@v2.3.3...v2.4.0) (2022-01-20)


### Features

* add 'py.typed' declaration ([#919](googleapis/google-auth-library-python#919)) ([c993504](googleapis/google-auth-library-python@c993504))
* add api key support ([#826](googleapis/google-auth-library-python#826)) ([3b15092](googleapis/google-auth-library-python@3b15092))


### Bug Fixes

* **deps:** allow cachetools 5.0 for python 3.7+ ([#937](googleapis/google-auth-library-python#937)) ([1eae37d](googleapis/google-auth-library-python@1eae37d))
* fix the message format for metadata server exception ([#916](googleapis/google-auth-library-python#916)) ([e756f08](googleapis/google-auth-library-python@e756f08))


### Documentation

* fix intersphinx link for 'requests-oauthlib' ([#921](googleapis/google-auth-library-python#921)) ([967be4f](googleapis/google-auth-library-python@967be4f))
* note ValueError in `verify_oauth2_token` ([#928](googleapis/google-auth-library-python#928)) ([82bc5f0](googleapis/google-auth-library-python@82bc5f0))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
parthea added a commit that referenced this pull request Nov 26, 2025
This reverts commit 3b15092b3461278400e4683060f64a96d50587c4.

Co-authored-by: Anthonios Partheniou <partheniou@google.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. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants