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

services: move classes with protobuf dependency into io.grpc.protobuf.services #8056

Merged
merged 21 commits into from Apr 17, 2021

Commits on Apr 7, 2021

  1. Move classes having protobuf dependency in io.grpc.services into io.g…

    …rpc.protobuf.services. Create a forwarding class for HealthStatusManager to avoid breakages. Others are mostly fine, as few people are using them.
    voidzcy committed Apr 7, 2021
    Copy the full SHA
    3375c1d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2f5eb30 View commit details
    Browse the repository at this point in the history
  3. Creata a forwarding class for HealthCheckingLoadBalancerUtil to allow…

    … existing users migrate.
    voidzcy committed Apr 7, 2021
    Copy the full SHA
    0436117 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Copy the full SHA
    d677c84 View commit details
    Browse the repository at this point in the history
  2. Keep channelz and binlog implementations in-place, while mark them as…

    … deprecated and suggest users to migrate new ones in io.grpc.protobuf.services
    voidzcy committed Apr 13, 2021
    Copy the full SHA
    d8412ab View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c402bf9 View commit details
    Browse the repository at this point in the history
  4. Fix bazel build.

    voidzcy committed Apr 13, 2021
    Copy the full SHA
    9989179 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    15fb5fc View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Copy the full SHA
    851628c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Restore unnecessary changes.

    voidzcy committed Apr 15, 2021
    Copy the full SHA
    b6a5c18 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Copy the full SHA
    c505f40 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a9ce138 View commit details
    Browse the repository at this point in the history
  3. Clean up bazel.

    voidzcy committed Apr 16, 2021
    Copy the full SHA
    b592d20 View commit details
    Browse the repository at this point in the history
  4. Fix style.

    voidzcy committed Apr 16, 2021
    Copy the full SHA
    1951bc2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ba9fb8d View commit details
    Browse the repository at this point in the history
  6. Statically import constant.

    voidzcy committed Apr 16, 2021
    Copy the full SHA
    6477050 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    3f4dd94 View commit details
    Browse the repository at this point in the history
  8. Fix interface reference.

    voidzcy committed Apr 16, 2021
    Copy the full SHA
    1f5dcba View commit details
    Browse the repository at this point in the history
  9. Empty line.

    voidzcy committed Apr 16, 2021
    Copy the full SHA
    4dae3bb View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    de38d17 View commit details
    Browse the repository at this point in the history
  11. Clean up bazel.

    voidzcy committed Apr 16, 2021
    Copy the full SHA
    0c282c1 View commit details
    Browse the repository at this point in the history