FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update to gh-pages towards fixing 472 by dhermes · Pull Request #624 · googleapis/google-cloud-python · GitHub

Update to gh-pages towards fixing 472 - #624

Merged
dhermes merged 0 commit into
googleapis:gh-pagesfrom
dhermes:gh-pages-472-update
Feb 13, 2015
Merged

Update to gh-pages towards fixing 472#624
dhermes merged 0 commit into
googleapis:gh-pagesfrom
dhermes:gh-pages-472-update

Conversation

dhermes commented Feb 12, 2015

Copy link
Copy Markdown
Contributor

There will be an accompanying PR for master to build with these new rules.

This makes a hierarchy

  • /master/
  • /latest/ (alias for latest)
  • /0.4.0/
  • /0.3.0/

and adds index.html to do a redirect to /latest.

Also (as the update in the master branch will show), for the master subdirectory, the version is replaced by the commit hash (first 7 hex digits, via --pretty=%h).

Finally, by using a fresh build, I removed some old files which correspond to deleted code:

 delete mode 100644 master/_modules/gcloud/datastore/dataset.html 
 delete mode 100644 master/_modules/gcloud/storage/exceptions.html
 delete mode 100644 master/_modules/gcloud/storage/key.html
 delete mode 100644 master/_sources/datastore-dataset.txt
 delete mode 100644 master/_sources/storage-keys.txt
 delete mode 100644 master/datastore-dataset.html

googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 12, 2015

dhermes commented Feb 12, 2015

Copy link
Copy Markdown
Contributor Author

@tseaver GitHub is not happy about the size of this commit so I will just push from the command line.

For review purposes, to give an idea of how the commits were made:

  1. Moving all pages into master subdirectory (b4b226c)
git checkout gh-pages
git mv * master/  # Leaves .nojekyll intact
git commit ...
  1. Updating "master" docs with a clean build. (2323c88)

    git checkout master
    # Make change to docs/conf.py as in PR #625
    SPHINX_RELEASE=$(git log -1 --pretty=%h) tox -e docs
    mv docs/_build/html master_DOCs/
    git checkout gh-pages
    git rm -fr master/
    mv master_DOCs/ master/
    git add master/
    git commit ...
    
  2. Adding 0.4.0 docs in own folder and in latest. (02c903b)

git checkout v0.4.0
# Change to docs/conf.py from PR #625 not needed
tox -e docs
mv docs/_build/html v0.4.0_DOCs/
git checkout gh-pages
mv v0.4.0_DOCs/ latest/
cp -r latest/ 0.4.0/
git add latest/ 0.4.0/
git commit ...
  1. Adding root redirect to the latest docs. (d0713e7)

This one is human reviewable.

tseaver commented Feb 13, 2015

Copy link
Copy Markdown
Contributor

I'd say go ahead and merge -- review isn't that feasible. We can tweak later as needed.

dhermes commented Feb 13, 2015

Copy link
Copy Markdown
Contributor Author

Agreed, I wasn't expecting you to be able to review anything other than my methods.

I need to hold off on pushing this until right before #625 gets merged or it will break the build process for merges.

dhermes commented Feb 13, 2015

Copy link
Copy Markdown
Contributor Author

Also, instead of a rebase I'm going to wipe away (git push -f) all the commits since a8df46b.

Merging #625 right after will restore the master docs to the tip of master.

tseaver commented Feb 13, 2015

Copy link
Copy Markdown
Contributor

LGTM

dhermes merged commit d0713e7 into googleapis:gh-pages Feb 13, 2015
dhermes deleted the gh-pages-472-update branch February 13, 2015 22:26
vchudnov-g pushed a commit that referenced this pull request Sep 20, 2023
Source-Link: googleapis/synthtool@5f2a608
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:8555f0e37e6261408f792bfd6635102d2da5ad73f8f09bcb24f25e6afb5fac97

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Nov 22, 2025
Fix: Retry the RST Stream error in mutate rows and read rows

In mutate_rows and read_rows, Internal Server with RST Stream errors is considered transient, and should be retried.
parthea added a commit that referenced this pull request Nov 24, 2025
fix(deps): require proto-plus >= 1.22.0
parthea pushed a commit that referenced this pull request Nov 24, 2025
parthea pushed a commit that referenced this pull request Nov 26, 2025
Since c05b8b5 oauth2.id_token.verify_oauth2_token handles the issuer
check itself, so remove this redundant check from the docs.
parthea pushed a commit that referenced this pull request Mar 6, 2026
🤖 I have created a release \*beep\* \*boop\*
---
## [2.14.0](https://www.github.com/googleapis/python-bigquery/compare/v2.13.1...v2.14.0) (2021-04-26)


### Features

* accept DatasetListItem where DatasetReference is accepted ([#597](https://www.github.com/googleapis/python-bigquery/issues/597)) ([c8b5581](https://www.github.com/googleapis/python-bigquery/commit/c8b5581ea3c94005d69755c4a3b5a0d8900f3fe2))
* accept job object as argument to `get_job` and `cancel_job` ([#617](https://www.github.com/googleapis/python-bigquery/issues/617)) ([f75dcdf](https://www.github.com/googleapis/python-bigquery/commit/f75dcdf3943b87daba60011c9a3b42e34ff81910))
* add `Client.delete_job_metadata` method to remove job metadata ([#610](https://www.github.com/googleapis/python-bigquery/issues/610)) ([0abb566](https://www.github.com/googleapis/python-bigquery/commit/0abb56669c097c59fbffce007c702e7a55f2d9c1))
* add `max_queue_size` argument to `RowIterator.to_dataframe_iterable` ([#575](https://www.github.com/googleapis/python-bigquery/issues/575)) ([f95f415](https://www.github.com/googleapis/python-bigquery/commit/f95f415d3441b3928f6cc705cb8a75603d790fd6))
* add type hints for public methods ([#613](https://www.github.com/googleapis/python-bigquery/issues/613)) ([f8d4aaa](https://www.github.com/googleapis/python-bigquery/commit/f8d4aaa335a0eef915e73596fc9b43b11d11be9f))
* DB API cursors are now iterable ([#618](https://www.github.com/googleapis/python-bigquery/issues/618)) ([e0b373d](https://www.github.com/googleapis/python-bigquery/commit/e0b373d0e721a70656ed8faceb7f5c70f642d144))
* retry google.auth TransportError by default ([#624](https://www.github.com/googleapis/python-bigquery/issues/624)) ([34ecc3f](https://www.github.com/googleapis/python-bigquery/commit/34ecc3f1ca0ff073330c0c605673d89b43af7ed9))
* use pyarrow stream compression, if available ([#593](https://www.github.com/googleapis/python-bigquery/issues/593)) ([dde9dc5](https://www.github.com/googleapis/python-bigquery/commit/dde9dc5114c2311fb76fafc5b222fff561e8abf1))


### Bug Fixes

* consistent percents handling in DB API query ([#619](https://www.github.com/googleapis/python-bigquery/issues/619)) ([6502a60](https://www.github.com/googleapis/python-bigquery/commit/6502a602337ae562652a20b20270949f2c9d5073))
* missing license headers in new test files ([#604](https://www.github.com/googleapis/python-bigquery/issues/604)) ([df48cc5](https://www.github.com/googleapis/python-bigquery/commit/df48cc5a0be99ad39d5835652d1b7422209afc5d))
* unsetting clustering fileds on Table is now possible ([#622](https://www.github.com/googleapis/python-bigquery/issues/622)) ([33a871f](https://www.github.com/googleapis/python-bigquery/commit/33a871f06329f9bf5a6a92fab9ead65bf2bee75d))


### Documentation

* add sample to run DML query ([#591](https://www.github.com/googleapis/python-bigquery/issues/591)) ([ff2ec3a](https://www.github.com/googleapis/python-bigquery/commit/ff2ec3abe418a443cd07751c08e654f94e8b3155))
* update the description of the return value of `_QueryResults.rows()` ([#594](https://www.github.com/googleapis/python-bigquery/issues/594)) ([8f4c0b8](https://www.github.com/googleapis/python-bigquery/commit/8f4c0b84dac3840532d7865247b8ad94b625b897))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
parthea pushed a commit that referenced this pull request Mar 9, 2026
…sts (#624)

Increasing instance deletion timeout to 2 hrs
Increasing instance creation retries to 8
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

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


Back | FazBrowse Home | New Git URL