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

Renaming latest->stable, master->latest. by dhermes · Pull Request #1027 · googleapis/google-cloud-python · GitHub

Renaming latest->stable, master->latest. - #1027

Merged
dhermes merged 1 commit into
googleapis:gh-pagesfrom
dhermes:gh-pages-mimic-readthedocs
Aug 4, 2015
Merged

Renaming latest->stable, master->latest.#1027
dhermes merged 1 commit into
googleapis:gh-pagesfrom
dhermes:gh-pages-mimic-readthedocs

Conversation

dhermes commented Jul 31, 2015

Copy link
Copy Markdown
Contributor

See #1026 for context.

These should be merged at essentially the same time, else bad / unexpected things may happen.

dhermes added the docs label Jul 31, 2015
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 31, 2015

dhermes commented Jul 31, 2015

Copy link
Copy Markdown
Contributor Author

There were material changes to index.html, versions.html and versions.json. Everything else was accomplished via

$ git mv latest/ stable/
$ git mv master/ latest/

tseaver commented Aug 4, 2015

Copy link
Copy Markdown
Contributor

LGTM

dhermes force-pushed the gh-pages-mimic-readthedocs branch from 38505d9 to 30329a0 Compare August 4, 2015 16:35
dhermes added a commit that referenced this pull request Aug 4, 2015
dhermes merged commit 288b5c4 into googleapis:gh-pages Aug 4, 2015
dhermes deleted the gh-pages-mimic-readthedocs branch August 4, 2015 16:36
parthea pushed a commit that referenced this pull request May 14, 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
Source-Link: googleapis/googleapis@e1e3efd
parthea pushed a commit that referenced this pull request May 14, 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
Source-Link: googleapis/googleapis@e1e3efd
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 Nov 22, 2025
* chore(docs): added imports into snippets

* simplify print regions
parthea pushed a commit that referenced this pull request Nov 24, 2025
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [google-api-core](https://togithub.com/googleapis/python-api-core) | `==2.1.0` -> `==2.1.1` | [![age](https://badges.renovateapi.com/packages/pypi/google-api-core/2.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-api-core/2.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-api-core/2.1.1/compatibility-slim/2.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-api-core/2.1.1/confidence-slim/2.1.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/python-api-core</summary>

### [`v2.1.1`](https://togithub.com/googleapis/python-api-core/blob/master/CHANGELOG.md#&#8203;211-httpswwwgithubcomgoogleapispython-api-corecomparev210v211-2021-10-13)

[Compare Source](https://togithub.com/googleapis/python-api-core/compare/v2.1.0...v2.1.1)

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-generator-python).
parthea added a commit that referenced this pull request Nov 24, 2025
* chore: remove unused files

* 🦉 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 Nov 26, 2025
Co-authored-by: arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Mar 2, 2026
* chore(docs): added imports into snippets

* simplify print regions
parthea pushed a commit that referenced this pull request Mar 6, 2026
deps!: BigQuery Storage and pyarrow are required dependencies (#776)

fix!: use nullable `Int64` and `boolean` dtypes in `to_dataframe` (#786) 

feat!: destination tables are no-longer removed by `create_job` (#891)

feat!: In `to_dataframe`, use `dbdate` and `dbtime` dtypes from db-dtypes package for BigQuery DATE and TIME columns (#972)

fix!: automatically convert out-of-bounds dates in `to_dataframe`, remove `date_as_object` argument (#972)

feat!: mark the package as type-checked (#1058)

feat!: default to DATETIME type when loading timezone-naive datetimes from Pandas (#1061)

feat: add `api_method` parameter to `Client.query` to select `INSERT` or `QUERY` API (#967)

fix: improve type annotations for mypy validation (#1081)

feat: use `StandardSqlField` class for `Model.feature_columns` and `Model.label_columns` (#1117)

docs: Add migration guide from version 2.x to 3.x (#1027)

Release-As: 3.0.0
parthea pushed a commit that referenced this pull request Mar 9, 2026
* add sample and sample test for transfer manager download blob as chunks concurrently method

* chore: modify format for int

* chore: refactor transfer manager sample names and tests

---------

Co-authored-by: Andrew Gorcester <gorcester@google.com>
parthea pushed a commit that referenced this pull request Mar 9, 2026
* feat: Batch Write API implementation and samples

* Update sample

* review comments

* return public class for mutation groups

* Update google/cloud/spanner_v1/batch.py

Co-authored-by: Sri Harsha CH <57220027+harshachinta@users.noreply.github.com>

* Update google/cloud/spanner_v1/batch.py

Co-authored-by: Sri Harsha CH <57220027+harshachinta@users.noreply.github.com>

* review comments

* remove doc

* feat(spanner): nit sample data refactoring

* review comments

* fix test

---------

Co-authored-by: Sri Harsha CH <57220027+harshachinta@users.noreply.github.com>
Co-authored-by: Sri Harsha CH <sriharshach@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

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