-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Dev console fixes and layout improvements #14244
Dev console fixes and layout improvements #14244
Conversation
Thanks for your pull request! The title of your pull request does not follow our editorial rules. Could you have a look?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, except two verifications and a disagreement about slashes ;)
...eployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java
Show resolved
Hide resolved
...eployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java
Show resolved
Hide resolved
extensions/smallrye-health/deployment/src/main/resources/dev-templates/embedded.html
Outdated
Show resolved
Hide resolved
...ment/src/main/java/io/quarkus/vertx/http/deployment/devmode/console/DevConsoleProcessor.java
Show resolved
Hide resolved
...eployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java
Show resolved
Hide resolved
...ment/src/main/java/io/quarkus/vertx/http/deployment/devmode/console/DevConsoleProcessor.java
Show resolved
Hide resolved
I just pushed my changes to this branch as we will collaborate with Phillip. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't merge, we are iterating with @phillip-kruger (but I still want the CI to run so don't want to make it draft).
We have a test failure:
Looks like the fact that GET on |
this.engine = engine; | ||
this.globalData.put("httpRootPath", httpRootPath); | ||
this.globalData.put("frameworkRootPath", frameworkRootPath); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be named "nonApplicationRootPath" instead of "frameworkRootPath" to align with the name elsewhere?
Signed-off-by: Phillip Kruger <[email protected]>
Using externally hosted resources will not work when not connected to the Internet.
Most of the icons were copy/pasted from the first examples.
Otherwise it causes the installation of the root static handler and Vert.x Web tests start to fail.
Signed-off-by:Phillip Kruger <[email protected]>
…ace with config lookup Signed-off-by:Phillip Kruger <[email protected]>
…ys set Especially when running tests.
Signed-off-by:Phillip Kruger [email protected]
Fix #14216
This PR Contains a few small fixes related to the new non-application path and dev console.
Dev Console
/q
from main.htmlHealth UI
health-ui
and replaced with config lookupGraphQL UI
/q
from embedded.htmlgraphql-ui
and replaced with config lookupSwagger UI
/q
from embedded.htmlswagger-ui
and replaced with config lookup