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

fix: Allow custom HttpRules for REST LROs #1288

Merged
merged 92 commits into from
Mar 10, 2023
Merged

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    4c14e48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f5e313 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a693085 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4baa0a View commit details
    Browse the repository at this point in the history
  5. chore: Update showcase tests

    lqiu96 committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    7bde2cf View commit details
    Browse the repository at this point in the history
  6. chore: Update golden ITs

    lqiu96 committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    a3527e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    2e1acbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f3dfe2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8761bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d837f97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfd1e5a View commit details
    Browse the repository at this point in the history
  6. chore: Update golden units

    lqiu96 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    0a891dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51bde57 View commit details
    Browse the repository at this point in the history
  8. chore: Update all test cases

    lqiu96 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    64fc726 View commit details
    Browse the repository at this point in the history
  9. chore: Fix format issues

    lqiu96 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    09031c8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    568ad44 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. chore: Clean up code

    lqiu96 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    3a72781 View commit details
    Browse the repository at this point in the history
  2. chore: Resolve sonar comments

    lqiu96 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    d7d1b12 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    9b050d3 View commit details
    Browse the repository at this point in the history
  2. ci: use java-shared-dependencies in google-cloud-java repository for …

    …downstream test (#1291)
    
    * ci: use java-shared-dependencies in google-cloud-java
    
    * No need to modify google-cloud-jar-parent
    suztomo authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    5b31d41 View commit details
    Browse the repository at this point in the history
  3. fix(java): initialize netty-shaded at run-time and add reflection con…

    …figurations for netty classes (#1290)
    
    * fix(java): initialize netty-shaded at run-time and add reflection configurations for netty classes
    mpeddada1 authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    316621c View commit details
    Browse the repository at this point in the history
  4. ci(showcase): disable rest_numeric_enum for showcase testing (#1284)

    * ci(showcase): disable rest_numeric_enum feature in showcase tests
    mpeddada1 authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    d8e488f View commit details
    Browse the repository at this point in the history
  5. chore(main): release 2.15.0 (#1269)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    46156e0 View commit details
    Browse the repository at this point in the history
  6. chore(main): release 2.15.1-SNAPSHOT (#1292)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    8a3ba93 View commit details
    Browse the repository at this point in the history
  7. chore: Pin Bazel version to 5.2.0 (#1304)

    Pin Bazel version to 5.2.0 as googleapis already updated to 5.2.0
    blakeli0 authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    1cd51fb View commit details
    Browse the repository at this point in the history
  8. build(deps): bump cryptography from 38.0.3 to 39.0.1 in /.kokoro (#1297)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.3 to 39.0.1.
    - [Release notes](https://github.com/pyca/cryptography/releases)
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@38.0.3...39.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Mridula <[email protected]>
    2 people authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    ec8ce91 View commit details
    Browse the repository at this point in the history
  9. chore: (cleanup) removing unused files (#1265)

    * chore: (cleanup) removing unused files
    
    * chore: working on comments
    ddixit14 authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    443adec View commit details
    Browse the repository at this point in the history
  10. chore: removing unused Gradle files in api-common-java, gax-java, jav…

    …a-common-protos, and java-iam (#1305)
    
    The build is Maven or Bazel. The Gradle files in the recently migrated repositories (api-common-java, gax-java, java-common-protos, and java-iam) are not used.
    
    Note that this pull request is not touching rules_java_gapic/resources/gradle which is still used to generate Gradle files for self-service client libraries.
    suztomo authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    c70d183 View commit details
    Browse the repository at this point in the history
  11. chore: updated gax-java contribution doc (#1334)

    Removing unnecessary files
    suztomo authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    db34e1d View commit details
    Browse the repository at this point in the history
  12. fix: use pkg_tar from rules_pkg (#1303)

    parthea authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    5fce328 View commit details
    Browse the repository at this point in the history
  13. chore: Fix pre-commit. (#1294)

    blakeli0 authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    5af299d View commit details
    Browse the repository at this point in the history
  14. chore: update CONTRIBUTING.md (#1346)

    JoeWang1127 authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    5f3e732 View commit details
    Browse the repository at this point in the history
  15. fix(deps): update dependency io.grpc:grpc-bom to v1.53.0 (#1345)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [io.grpc:grpc-bom](https://togithub.com/grpc/grpc-java) | `1.52.1` -> `1.53.0` | [![age](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.53.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.53.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.53.0/compatibility-slim/1.52.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.53.0/confidence-slim/1.52.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### ⚠ Dependency Lookup Warnings ⚠
    
    Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-java</summary>
    
    ### [`v1.53.0`](https://togithub.com/grpc/grpc-java/releases/tag/v1.53.0)
    
    [Compare Source](https://togithub.com/grpc/grpc-java/compare/v1.52.1...v1.53.0)
    
    ##### New Features
    
    -   googleapis: Allow user set c2p bootstrap config ([#&#8203;9856](https://togithub.com/grpc/grpc-java/issues/9856))
    -   xds: Add contain and stringMatcher in `RouteConfiguration` ([#&#8203;9845](https://togithub.com/grpc/grpc-java/issues/9845))
    -   core: Add `grpc-previous-rpc-attempts` to the initial response metadata ([#&#8203;9686](https://togithub.com/grpc/grpc-java/issues/9686))
    -   servlet: Implement gRPC server as a Servlet ([#&#8203;8596](https://togithub.com/grpc/grpc-java/issues/8596))
    -   authz: Implement static authorization server interceptor ([#&#8203;8934](https://togithub.com/grpc/grpc-java/issues/8934))
    
    ##### Examples
    
    -   servlet: Add servlet example ([#&#8203;8596](https://togithub.com/grpc/grpc-java/issues/8596))
    
    ##### Bug Fixes
    
    -   xds: Update xds error handling logic.  Specifically:
        -   When the ads stream is closed only send errors to subscribers that haven't yet gotten results
        -   Timers to detect missing resources don’t start until the adsStream is ready ([#&#8203;9745](https://togithub.com/grpc/grpc-java/issues/9745))
        -   Call subscriber onError callback when xds client fails to connect to server ([#&#8203;9827](https://togithub.com/grpc/grpc-java/issues/9827))
    -   core: Delay retriable stream master listener close until all sub streams are closed. This fixes the call executor lifecycle and prevents potential `RejectedExecutionException`. ([#&#8203;9754](https://togithub.com/grpc/grpc-java/issues/9754))
    -   core: Free unused `MessageProducer` in `RetriableStream` ([#&#8203;9853](https://togithub.com/grpc/grpc-java/issues/9853)), fixing a Netty buffer memory leak for cancelled RPCs
    -   api: Fail with `NullPointerException` when a Metadata.Marshaller returns null bytes ([#&#8203;9781](https://togithub.com/grpc/grpc-java/issues/9781)). This would previously cause a `NullPointerException` later during the RPC. Now the return value of the Marshaller is checked immediately, to help find the broken Marshaller
    
    ##### Behavior Changes
    
    -   xds: Disallow duplicate addresses in the RingHashLB. ([#&#8203;9776](https://togithub.com/grpc/grpc-java/issues/9776))
    -   xds: EDS weight sums are allowed up to max unsigned int (was max signed int) ([#&#8203;9765](https://togithub.com/grpc/grpc-java/issues/9765))
    -   xds: Drop xds v2 support ([#&#8203;9760](https://togithub.com/grpc/grpc-java/issues/9760))
    
    ##### Dependencies
    
    -   JUnit upgraded to 4.13.2
    -   bazel: Dropped support for Bazel 4. We track the two most recent major versions of Bazel, Bazel 5 and 6. Bazel 4 may still work, but we are no longer testing it
    -   bazel: Include Tomcat annotations dependency for `@Generated` as used by autovalue ([#&#8203;9762](https://togithub.com/grpc/grpc-java/issues/9762)). Necessary for building xds and rls on Java 9+
    -   bazel: Export deps from Maven Central-specific stand-in targets ([#&#8203;9780](https://togithub.com/grpc/grpc-java/issues/9780)). Some Maven Central artifacts are a combination of multiple Bazel targets, like grpc-core is composed of //core:inprocess, //core:internal, //core:util, //api. There is a “//core:core_maven” target used by maven_install that uses the other targets. Previously the target used `runtime_deps` to discourage their use by Bazel users, but that could cause compilation failures from lack of hjars. These targets now use `exports`
    
    ##### Acknowledgement
    
    [@&#8203;cpovirk](https://togithub.com/cpovirk)
    [@&#8203;niloc132](https://togithub.com/niloc132)
    [@&#8203;stephenh](https://togithub.com/stephenh)
    [@&#8203;olderwei](https://togithub.com/olderwei)
    [@&#8203;pandaapo](https://togithub.com/pandaapo)
    [@&#8203;panxuefeng](https://togithub.com/panxuefeng)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTQuMCIsInVwZGF0ZWRJblZlciI6IjM0LjEyNS4xIn0=-->
    renovate-bot authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    78c6d89 View commit details
    Browse the repository at this point in the history
  16. chore(deps): update dependency org.apache.maven.plugins:maven-deploy-…

    …plugin to v3.1.0 (#1340)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.apache.maven.plugins:maven-deploy-plugin](https://maven.apache.org/plugins/) | `3.0.0` -> `3.1.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-deploy-plugin/3.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-deploy-plugin/3.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-deploy-plugin/3.1.0/compatibility-slim/3.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-deploy-plugin/3.1.0/confidence-slim/3.0.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### ⚠ Dependency Lookup Warnings ⚠
    
    Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTQuMCIsInVwZGF0ZWRJblZlciI6IjM0LjEyNS4xIn0=-->
    renovate-bot authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    472a3ba View commit details
    Browse the repository at this point in the history
  17. chore(deps): update dependency org.apache.maven.plugins:maven-surefir…

    …e-plugin to v3.0.0-m9 (#1350)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.apache.maven.plugins:maven-surefire-plugin](https://maven.apache.org/surefire/) | `3.0.0-M8` -> `3.0.0-M9` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-surefire-plugin/3.0.0-M9/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-surefire-plugin/3.0.0-M9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-surefire-plugin/3.0.0-M9/compatibility-slim/3.0.0-M8)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-surefire-plugin/3.0.0-M9/confidence-slim/3.0.0-M8)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### ⚠ Dependency Lookup Warnings ⚠
    
    Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-generator-java).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEyNS4xIn0=-->
    renovate-bot authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    ebe84cc View commit details
    Browse the repository at this point in the history
  18. chore: add rules_pkg to renovate bot ignoreDeps (#1349)

    Following up on https://togithub.com/googleapis/gapic-generator-java/pull/1338, suppressing renovate PRs for the `rules_pkg` dependency since it will need to align with version used in googleapis.
    emmileaf authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    6f8cbe0 View commit details
    Browse the repository at this point in the history
  19. chore: fix renovate bot ignoreDeps (#1353)

    Fixes #1352, from missed separator in #1349's changes.
    emmileaf authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    1ae7726 View commit details
    Browse the repository at this point in the history
  20. fix(batcher): exceptions in unaryCaller bubble up (#1166)

    Co-authored-by: Blake Li <[email protected]>
    2 people authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    e8d86df View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b8afde0 View commit details
    Browse the repository at this point in the history
  22. chore(deps): update dependency org.apache.maven.plugins:maven-javadoc…

    …-plugin to v3.5.0 (#1356)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.apache.maven.plugins:maven-javadoc-plugin](https://maven.apache.org/plugins/) | `3.4.1` -> `3.5.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.5.0/compatibility-slim/3.4.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.5.0/confidence-slim/3.4.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### ⚠ Dependency Lookup Warnings ⚠
    
    Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-generator-java).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEyNS4xIn0=-->
    renovate-bot authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    445769c View commit details
    Browse the repository at this point in the history
  23. chore(main): release 2.15.1 (#1339)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Emily Wang <[email protected]>
    2 people authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    9b42094 View commit details
    Browse the repository at this point in the history
  24. chore: refactoring README and DEVELOPMENT.md (#1351)

    Thank you for opening a Pull Request! For general contributing guidelines, please refer to [contributing guide](https://togithub.com/googleapis/gapic-generator-java/blob/main/CONTRIBUTING.md)
    
    
    - The old file https://togithub.com/googleapis/gapic-generator-java/blob/main/gapic-generator-java/DEVELOPMENT.md was last touched in mid December. I'm replacing the content with the latest at the root.
    - Removing the root DEVELOPMENT.md in favor of the file above.
    - Adding index of the modules at the root README.md
    - Moving showcase testing guide to showcase/README.md.
    suztomo authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    24dabca View commit details
    Browse the repository at this point in the history
  25. chore(main): release 2.15.2-SNAPSHOT (#1358)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    dc40d5a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    eeb5665 View commit details
    Browse the repository at this point in the history
  27. chore: README.md to explain service_config.proto (#1361)

    * chore: README.md to explain service_config.proto
    
    * add link
    suztomo authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    40e49da View commit details
    Browse the repository at this point in the history
  28. chore: Telling owlbot to ignore these files & it's a monorepo (#1372)

    * chore: Telling owlbot to ignore these files & it's a monorepo
    ddixit14 authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    4356783 View commit details
    Browse the repository at this point in the history
  29. fix: Change the default scope of gax from implementation to api in au…

    …to-generated gradle files for self-service client libraries. (#1374)
    blakeli0 authored and lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    9a636bb View commit details
    Browse the repository at this point in the history
  30. chore: Update variable name

    lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    1b3e292 View commit details
    Browse the repository at this point in the history
  31. chore: Fix format issues

    lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    a64100f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    e8fb415 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    09b787c View commit details
    Browse the repository at this point in the history
  34. chore: Add comments

    lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    94c00fb View commit details
    Browse the repository at this point in the history
  35. chore: Update tests

    lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    d5453b7 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    667c3cf View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e24b42f View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    62edb0e View commit details
    Browse the repository at this point in the history
  39. chore: Add tests

    lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    c2cc0a8 View commit details
    Browse the repository at this point in the history
  40. chore: Cleanup files

    lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    4f9015f View commit details
    Browse the repository at this point in the history
  41. chore: Format the files

    lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    c7631ba View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    674d814 View commit details
    Browse the repository at this point in the history
  43. chore: Fix sonar comments

    lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    52aaa23 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    1670957 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    abebe3d View commit details
    Browse the repository at this point in the history
  46. chore: Fix Echo showcase test

    lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    0a70fe7 View commit details
    Browse the repository at this point in the history
  47. chore: Clean up tests

    lqiu96 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    ff142e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    3f250ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71b1244 View commit details
    Browse the repository at this point in the history
  3. chore: Resolve sonar comments

    lqiu96 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    98c1cfb View commit details
    Browse the repository at this point in the history
  4. chore: Update comments

    lqiu96 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    25acf97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0a1692 View commit details
    Browse the repository at this point in the history
  6. chore: test ci

    lqiu96 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    85bcf90 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    166f6c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7af9882 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    a68927e View commit details
    Browse the repository at this point in the history
  2. chore: Update from PR feedback

    lqiu96 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    0c4eec3 View commit details
    Browse the repository at this point in the history
  3. chore: Update comments

    lqiu96 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    da232d2 View commit details
    Browse the repository at this point in the history
  4. chore: Fix sonar issue

    lqiu96 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    1f40c11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88f7961 View commit details
    Browse the repository at this point in the history
  6. chore: Fix comment

    lqiu96 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    8f7aed0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    31932b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88487e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

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

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    8d4d54c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a4f437 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    350b811 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfe3753 View commit details
    Browse the repository at this point in the history
  5. chore: Resolve lint issues

    lqiu96 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    1d5d967 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe6c4c7 View commit details
    Browse the repository at this point in the history
  7. chore: Clean up test code

    lqiu96 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    c15e2b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. chore: Resolve pr comments

    lqiu96 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    2c489ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78be800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f179078 View commit details
    Browse the repository at this point in the history