X Tutup
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-cloud-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: googleapis/google-cloud-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: preview
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 0 files changed
  • 1 contributor

Commits on Feb 19, 2026

  1. chore(ci): enable workflows and scripts on preview (#15584)

    Cherry pick commit from `main` for
    #15581.
    noahdietz authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    f9210ea View commit details
    Browse the repository at this point in the history
  2. chore(preview): trim down legacylibrarian configs (#15578)

    Reduces the `.librarian/state.yaml` and
    `.librarian/generator-input/client-post-processing` content to what is
    necessary for our initial client on the `preview` branch.
    
    Discussed [internally
    here](https://docs.google.com/document/d/1dEwVSpOlRkajh8ucHdBnwbkbrKIaHRbbsbEhjejARsE/edit?pli=1&tab=t.fg6dq8lbl6tj).
    
    Ran local generation against `preview` branch of `googleapis`
    successfully.
    
    http://b/450631301
    noahdietz authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    bc71d8b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. chore(preview): purge all non-preview packages (#16027)

    Removes all packages from `preview` branch, except for first API we will
    test with (google-cloud-compute).
    noahdietz authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    a7a401b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2026

  1. chore(preview): sync compute main (#16044)

    Sync the `packages/google-cloud-compute` from `main` to `preview`. When
    `googleapis@preview` is getting regular updates, we will start using
    `legacylibrarian` generate directly with a commit from
    `googleapis@preview` and change to a preview version. For now, we just
    want to make sure we aren't falling too far behind.
    
    Executed with `git checkout main -- packages/google-cloud-compute
    .librarian/generator-inpute/packages/google-cloud-compute` based on
    `main` at
    ea8ddeb.
    Manually updated `.librarian/state.yaml` to match.
    noahdietz authored Mar 7, 2026
    Configuration menu
    Copy the full SHA
    1d1c88a View commit details
    Browse the repository at this point in the history
  2. chore(preview): update googleapis@preview commit (#16049)

    Regenerate `google-cloud-compute` on preview branch with latest commit
    on `googleapis@preview`. There is no diff b.c its contents is the same
    as the `googleapis@master` and I synced `google-cloud-python@preview`
    branch with the latest from `google-cloud-python@main`.
    
    So basically, just updating the librarian commit to reference one on the
    `googleapis@preview` branch.
    noahdietz authored Mar 7, 2026
    Configuration menu
    Copy the full SHA
    c34c346 View commit details
    Browse the repository at this point in the history
Loading
X Tutup