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

V1reflectionservice #11237

Merged
merged 18 commits into from
Jul 19, 2024
Merged

Commits on May 22, 2024

  1. Issue grpc#6724 to create a V1 reflection service.

    Changes still in progress on the proto field mapping.
    kannanjgithub committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a002bc2 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    b2bb9e1 View commit details
    Browse the repository at this point in the history
  2. Create V1 alpha service wrapping underlying V1 service, by modifying …

    …the ServerServiceDefinition.
    kannanjgithub committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e99a8da View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Create ProtoReflectionService for the v1alpha proto by producing a Se…

    …rverServiceDefinition constructed from that of the v1 service but with the service and method names and proto descriptors modified.
    kannanjgithub committed May 28, 2024
    Configuration menu
    Copy the full SHA
    34f81e5 View commit details
    Browse the repository at this point in the history
  2. Some nitty changes.

    kannanjgithub committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f1f2da7 View commit details
    Browse the repository at this point in the history
  3. Create ProtoReflectionService for the v1alpha proto by producing a Se…

    …rverServiceDefinition constructed from that of the v1 service but with the service and method names and proto descriptors modified.
    
    Issue grpc#6724.
    
    Squashed commit of the following:
    
    commit f1f2da7
    Author: Kannan J <[email protected]>
    Date:   Tue May 28 10:24:32 2024 +0000
    
        Some nitty changes.
    
    commit 34f81e5
    Author: Kannan J <[email protected]>
    Date:   Tue May 28 10:09:49 2024 +0000
    
        Create ProtoReflectionService for the v1alpha proto by producing a ServerServiceDefinition constructed from that of the v1 service but with the service and method names and proto descriptors modified.
    
    commit e99a8da
    Author: Kannan J <[email protected]>
    Date:   Fri May 24 11:20:28 2024 +0000
    
        Create V1 alpha service wrapping underlying V1 service, by modifying the ServerServiceDefinition.
    
    commit b2bb9e1
    Author: Kannan J <[email protected]>
    Date:   Fri May 24 07:14:42 2024 +0000
    
        Changes to allow unit testing.
    
    commit a002bc2
    Author: Kannan J <[email protected]>
    Date:   Wed May 22 11:53:27 2024 +0000
    
        Issue grpc#6724 to create a V1 reflection service.
        Changes still in progress on the proto field mapping.
    kannanjgithub committed May 28, 2024
    Configuration menu
    Copy the full SHA
    59581ab View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/v1reflectionservice' into v1refl…

    …ectionservice
    
    # Conflicts:
    #	services/src/main/java/io/grpc/protobuf/services/ProtoReflectionService.java
    kannanjgithub committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6203aa5 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    aae1bcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16e62c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a994106 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Fix the warning that is treated as error in Kokoro.

    /grpc-java/services/src/main/java/io/grpc/protobuf/services/ProtoReflectionService.java:76: warning: [unchecked] unchecked method invocation: method addMethod in class Builder is applied to given types
            .addMethod(methodDescriptorV1Alpha, createServerCallHandler(serverServiceDefinitionV1))
                      ^
      required: MethodDescriptor,ServerCallHandler
      found: MethodDescriptor,ServerCallHandler
      where ReqT,RespT are type-variables:
        ReqT extends Object declared in method addMethod(MethodDescriptor,ServerCallHandler)
        RespT extends Object declared in method addMethod(MethodDescriptor,ServerCallHandler)
    kannanjgithub committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    77bd716 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d905228 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efc17f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Fix style errors.

    kannanjgithub committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    141d31c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

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

Commits on Jul 12, 2024

  1. Fix bazel build errors.

    kannanjgithub committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    30379bb View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

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