-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
V1reflectionservice #11237
Commits on May 22, 2024
-
Issue grpc#6724 to create a V1 reflection service.
Changes still in progress on the proto field mapping.
Configuration menu - View commit details
-
Copy full SHA for a002bc2 - Browse repository at this point
Copy the full SHA a002bc2View commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b2bb9e1 - Browse repository at this point
Copy the full SHA b2bb9e1View commit details -
Create V1 alpha service wrapping underlying V1 service, by modifying …
…the ServerServiceDefinition.
Configuration menu - View commit details
-
Copy full SHA for e99a8da - Browse repository at this point
Copy the full SHA e99a8daView commit details
Commits on May 28, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 34f81e5 - Browse repository at this point
Copy the full SHA 34f81e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f2da7 - Browse repository at this point
Copy the full SHA f1f2da7View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 59581ab - Browse repository at this point
Copy the full SHA 59581abView commit details -
Merge remote-tracking branch 'origin/v1reflectionservice' into v1refl…
…ectionservice # Conflicts: # services/src/main/java/io/grpc/protobuf/services/ProtoReflectionService.java
Configuration menu - View commit details
-
Copy full SHA for 6203aa5 - Browse repository at this point
Copy the full SHA 6203aa5View commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a212df0 - Browse repository at this point
Copy the full SHA a212df0View commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aae1bcf - Browse repository at this point
Copy the full SHA aae1bcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16e62c7 - Browse repository at this point
Copy the full SHA 16e62c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a994106 - Browse repository at this point
Copy the full SHA a994106View commit details
Commits on Jun 28, 2024
-
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)
Configuration menu - View commit details
-
Copy full SHA for 77bd716 - Browse repository at this point
Copy the full SHA 77bd716View commit details -
Configuration menu - View commit details
-
Copy full SHA for d905228 - Browse repository at this point
Copy the full SHA d905228View commit details -
Configuration menu - View commit details
-
Copy full SHA for efc17f5 - Browse repository at this point
Copy the full SHA efc17f5View commit details
Commits on Jul 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 141d31c - Browse repository at this point
Copy the full SHA 141d31cView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 57ed190 - Browse repository at this point
Copy the full SHA 57ed190View commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30379bb - Browse repository at this point
Copy the full SHA 30379bbView commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 95bba58 - Browse repository at this point
Copy the full SHA 95bba58View commit details