Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add ChannelPoolSettings Getter for gRPC's ChannelProvider #2612

Merged
merged 8 commits into from
Apr 2, 2024

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    d71cda7 View commit details
    Browse the repository at this point in the history
  2. chore: Fix lint issues

    lqiu96 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e2dc2d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8ad3c4 View commit details
    Browse the repository at this point in the history
  4. feat: generate selected libraries (#2598)

    In this PR:
    - Generate a selected list of libraries based on `library_name`
    
    This PR is a preparation for improve nightly generation.
    
    Note that we need to change the [new library generation
    workflow](https://github.com/googleapis/google-cloud-java/blob/main/.github/workflows/generate_new_client_hermetic_build.yaml)
    in google-cloud-java to accommodate this change because
    `library_generation/generate_repo.py` has replaced
    `--target-library-api-shortname` with `--target-library-names`.
    JoeWang1127 authored and lqiu96 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f06fa6b View commit details
    Browse the repository at this point in the history
  5. fix: add main to generate_repo.py (#2607)

    In todays's nightly generation job
    ([log](https://github.com/googleapis/google-cloud-java/actions/runs/8457767424/job/23170489394)),
    no actual generation is done.
    
    I think this is because `main` method has been removed by #2598.
    JoeWang1127 authored and lqiu96 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f1143cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a828d7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47f8abd View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    d6e80c4 View commit details
    Browse the repository at this point in the history