Adding landing page to look like gcloud-node.#644
Merged
dhermes merged 2 commits intogoogleapis:gh-pagesfrom Feb 14, 2015
Merged
Adding landing page to look like gcloud-node.#644dhermes merged 2 commits intogoogleapis:gh-pagesfrom
dhermes merged 2 commits intogoogleapis:gh-pagesfrom
Conversation
Contributor
|
👍 on how it looks :) And we can eventually bring in a designer to clean things up when they get out of sync.... |
Contributor
Author
|
I like that approach. Is that an LGTM? Shall I merge? (If this HTML / CSS / JS dependency mess were Python, I would have an opinion. But the web is more freeform and I am not opinionated about what is "right" here.) |
Contributor
|
It LGTM, maybe we should ask one of the gcloud-node guys to take a ... quick look? @ryanseys @stephenplusplus ? |
|
LGTM. |
dhermes
added a commit
that referenced
this pull request
Feb 14, 2015
Adding landing page to look like gcloud-node.
Contributor
Author
|
w00t http://googlecloudplatform.github.io/gcloud-python/ Now on to implementing |
Contributor
|
Belated LGTM, too. :) |
Contributor
Author
|
Thanks @tseaver |
vchudnov-g
pushed a commit
that referenced
this pull request
Sep 20, 2023
Source-Link: https://togithub.com/googleapis/synthtool/commit/cb960373d12d20f8dc38beee2bf884d49627165e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2d816f26f728ac8b24248741e7d4c461c09764ef9f7be3684d557c9632e46dbd
parthea
added a commit
that referenced
this pull request
Nov 24, 2025
* fix: add support for protobuf 5.x * remove pin for types-protobuf * remove pytest from noxfile * refactor common code * Refactor Co-authored-by: Victor Chudnovsky <vchudnov@google.com> * run black * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * mypy * run pre-release test against all python versions * filter warning --------- Co-authored-by: Victor Chudnovsky <vchudnov@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea
added a commit
that referenced
this pull request
Nov 24, 2025
This PR adds support for Python 3.14 to the library. Key changes include: - Update to `.github/workflows` files to account for Python runtimes both 3.14 and 3.8. - Adding Python 3.14 to the test matrix in `.github/workflows/unittest.yml`, etc. - Updating `.github/sync-repo-settings.yaml` to include 3.14 unit tests in required checks. - Update to `.kokoro/presubmit` files to update the system test and `presubmit.cfg` - Adding `testing/constraints-3.14.txt`. - Updates `CONTRIBUTING.rst` to list Python 3.14 as a supported version. - Updates `mypy.ini` to suppress several known type hinting errors in two files. - Updating `noxfile.py` to include 3.14 sessions. - Updates to `owlbot.py` to include Python 3.14. - Updating `setup.py` to include the Python 3.14 classifier and add conditional dependencies for `grpcio`. --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea
added a commit
that referenced
this pull request
Nov 24, 2025
* chore: exclude requirements.txt file from renovate-bot Source-Link: googleapis/synthtool@f58d313 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:7a40313731a7cb1454eef6b33d3446ebb121836738dc3ab3d2d3ded5268c35b6 * update constraints files * fix(deps): require protobuf 3.20.2 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea
added a commit
that referenced
this pull request
Nov 24, 2025
Co-authored-by: Daniel Sanche <sanche@google.com>
parthea
added a commit
that referenced
this pull request
Nov 25, 2025
Co-authored-by: Daniel Sanche <sanche@google.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #614.
@jgeewax PTAL
http://dhermes.github.io/gcloud-python/ (will redirect to blog.bossylobster.com because of the CNAME on dhermes.github.io)
Some things I had to do:
I worry that this will continue to be out of sync with
gcloud-node(our CSS is already pretty far behind) and I don't know who can step up and take that mantle. (It was %100 @silvolu before.)