Skip to content

Conversation

@dhermes
Copy link
Contributor

@dhermes dhermes commented Aug 5, 2015

No description provided.

@dhermes dhermes added the docs label Aug 5, 2015
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 5, 2015
@tseaver
Copy link
Contributor

tseaver commented Aug 6, 2015

LGTM. I'm assuming this is primarily to allow debugging the RTD rendering?

@dhermes
Copy link
Contributor Author

dhermes commented Aug 6, 2015

Yep. And just if people want to view it.

dhermes added a commit that referenced this pull request Aug 6, 2015
Adding tox env for building with READTHEDOCS theme.
@dhermes dhermes merged commit 1788c6f into googleapis:master Aug 6, 2015
@dhermes dhermes deleted the add-rtd-tox-env branch August 6, 2015 15:36
gcf-owl-bot bot added a commit that referenced this pull request May 19, 2025
…#1040)

Source-Link: googleapis/googleapis@1a22026

Source-Link: googleapis/googleapis-gen@6d523ee
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNvdXJjZS1jb250ZXh0Ly5Pd2xCb3QueWFtbCIsImgiOiI2ZDUyM2VlNzRlODMxN2FkYzVkNjNlMzMzNWViNTJjM2U1NjFkZjU1In0=
gcf-owl-bot bot added a commit that referenced this pull request May 19, 2025
…#1040)

Source-Link: googleapis/googleapis@1a22026

Source-Link: googleapis/googleapis-gen@6d523ee
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUtdjFiZXRhLy5Pd2xCb3QueWFtbCIsImgiOiI2ZDUyM2VlNzRlODMxN2FkYzVkNjNlMzMzNWViNTJjM2U1NjFkZjU1In0=
gcf-owl-bot bot added a commit that referenced this pull request May 19, 2025
…#1040)

Source-Link: googleapis/googleapis@1a22026

Source-Link: googleapis/googleapis-gen@6d523ee
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFwcHMtc2NyaXB0LXR5cGUvLk93bEJvdC55YW1sIiwiaCI6IjZkNTIzZWU3NGU4MzE3YWRjNWQ2M2UzMzM1ZWI1MmMzZTU2MWRmNTUifQ==
parthea pushed a commit that referenced this pull request May 31, 2025
fix!: Remove schemas.MachineType.scratchDisks.scratchDisk from config (#1027)

The field and type have already been through a deprecation process.  This is an intended breaking change. Googlers: see cl/751378213
build(python): add service_yaml and rest_numeric_enums configurations (#1040)


Source-Link: googleapis/googleapis@e1e3efd
Source-Link: googleapis/googleapis@1a22026
parthea pushed a commit that referenced this pull request May 31, 2025
feat: add google/cloud/compute/v1beta (#1033)

* build: implement matrix strategy for DIREGAPIC action

* build: add alpha compute files

* build: Include API channel in auto-generated PR

* build: fix matrix specification

* build: Have DIREGAPIC action use triggering ref or default branch

* build: remove the field ScratchDisks

The field was also removed purposefully in v1

* build: Add v1 proto for use as "previous proto" in conversion

* build: allow all matrix jobs to complete even if some fail

* build: fix location of fail-fast setting

The original reference I used had it in the wrong place.

Correct GitHub ref: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast

* build: Disable PHP and C# builds for alpha

PHP just failed. Not clear what the issue is.
C# has some known failures. One of them may be the use of 3 repeated fields.

* build: Disable Ruby generation

This was causing some errors, too.

* build: fix version in Discovery file before further processing

* build: jq is supposedly pre-installed in GitHub actions

* feat: Move alpha to v1alpha in all paths

* build: We do need to install jq

* build: Try installing without sudo

sudo is not found!

* build: Fix regex

"version" is the last field, so it has no trailing comma

* build: Fix Go imports in BUILD

* build: prepare for processing beta: copy files from alpha

* build: update the beta file contents to refer to beta symbols

* build: configure action to run for beta as well.

* build: Have each channel use its own branch for the PR

* Update syntax for matrix.version in branch name

* add initial versions of alpha/beta discovery docs

* Revert "add initial versions of alpha/beta discovery docs"

This reverts commit 489a29cdc587ff4e10fc74765acbcf99ac34d496.

* stage discovery docs

* remove alpha

* add compute.v1beta.json which is needed for kokoro presubmit

* build: add python settings

* import changes from PR 1035

* clean up

* clean up

* Remove redundant bazelisk build

---------

Co-authored-by: Victor Chudnovsky <[email protected]>
chore: minor formatting


build(python): add service_yaml and rest_numeric_enums configurations (#1040)


feat: Update Compute Engine v1beta API to revision 20250511 (#1041)


Source-Link: googleapis/googleapis@2fc3abe
Source-Link: googleapis/googleapis@24cb982
Source-Link: googleapis/googleapis@1a22026
Source-Link: googleapis/googleapis@a72e939
parthea pushed a commit that referenced this pull request Jun 8, 2025
feat: add google/cloud/compute/v1beta (#1033)

* build: implement matrix strategy for DIREGAPIC action

* build: add alpha compute files

* build: Include API channel in auto-generated PR

* build: fix matrix specification

* build: Have DIREGAPIC action use triggering ref or default branch

* build: remove the field ScratchDisks

The field was also removed purposefully in v1

* build: Add v1 proto for use as "previous proto" in conversion

* build: allow all matrix jobs to complete even if some fail

* build: fix location of fail-fast setting

The original reference I used had it in the wrong place.

Correct GitHub ref: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast

* build: Disable PHP and C# builds for alpha

PHP just failed. Not clear what the issue is.
C# has some known failures. One of them may be the use of 3 repeated fields.

* build: Disable Ruby generation

This was causing some errors, too.

* build: fix version in Discovery file before further processing

* build: jq is supposedly pre-installed in GitHub actions

* feat: Move alpha to v1alpha in all paths

* build: We do need to install jq

* build: Try installing without sudo

sudo is not found!

* build: Fix regex

"version" is the last field, so it has no trailing comma

* build: Fix Go imports in BUILD

* build: prepare for processing beta: copy files from alpha

* build: update the beta file contents to refer to beta symbols

* build: configure action to run for beta as well.

* build: Have each channel use its own branch for the PR

* Update syntax for matrix.version in branch name

* add initial versions of alpha/beta discovery docs

* Revert "add initial versions of alpha/beta discovery docs"

This reverts commit 489a29cdc587ff4e10fc74765acbcf99ac34d496.

* stage discovery docs

* remove alpha

* add compute.v1beta.json which is needed for kokoro presubmit

* build: add python settings

* import changes from PR 1035

* clean up

* clean up

* Remove redundant bazelisk build

---------

Co-authored-by: Victor Chudnovsky <[email protected]>
chore: minor formatting


build(python): add service_yaml and rest_numeric_enums configurations (#1040)


feat: Update Compute Engine v1beta API to revision 20250511 (#1041)


feat: Update Compute Engine v1beta API to revision 20250601 (#1051)


Source-Link: googleapis/googleapis@2fc3abe
Source-Link: googleapis/googleapis@24cb982
Source-Link: googleapis/googleapis@1a22026
Source-Link: googleapis/googleapis@a72e939
Source-Link: googleapis/googleapis@9bc0840
parthea pushed a commit that referenced this pull request Nov 22, 2025
Source-Link: googleapis/synthtool@59171c8
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2ed982f884312e4883e01b5ab8af8b6935f0216a5a2d82928d273081fc3be562

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Sanche <[email protected]>
parthea pushed a commit that referenced this pull request Nov 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants