-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Grpc DevUI output form resizing and missing test icons #19218
Comments
There's one more thing that's wrong, the name of the streaming bean is the name of the generated class instead of the user's class. I will try to fix it too. |
michalszynkiewicz
added a commit
to michalszynkiewicz/quarkus
that referenced
this issue
Aug 19, 2021
…s and health endpoint refs quarkusio#19218
all the things but the service name are fixed, I'll leave the issue open to handle the service name as a part of it, if you don't mind |
michalszynkiewicz
added a commit
to michalszynkiewicz/quarkus
that referenced
this issue
Aug 20, 2021
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Aug 23, 2021
…s and health endpoint refs quarkusio#19218 (cherry picked from commit 3ed3079)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
[User Interface related]
Output form height increasing at every method call
Causes: https://github.com/quarkusio/quarkus/blob/main/extensions/grpc/deployment/src/main/resources/dev-templates/service.html#L102
Tool(test) icon for redirecting to service methods is missing for Health endpoint and Steaming services (can be accessed only by directly accessing service URL e.x. http://localhost:8080/q/dev/io.quarkus.quarkus-grpc/service?name=helloworld.Streaming)
Expected behavior
Actual behavior
No response
How to Reproduce?
Reproducer: https://github.com/kshpak/quarkus-reproducers/tree/main/grpc-devui
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.1.0.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)mvn 3.8.1
Additional information
No response
The text was updated successfully, but these errors were encountered: