-
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
New dev UI for Hibernate extensions #31946
Conversation
3a8533c
to
b738990
Compare
.../hibernate-search-+-elasticsearch/hibernate-search-orm-elasticsearch-indexed-entity-types.js
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
b738990
to
fc7219a
Compare
This comment has been minimized.
This comment has been minimized.
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.
LGTM, some small minor changes
...te-orm/deployment/src/main/resources/dev-ui/hibernate-orm/hibernate-orm-persistence-units.js
Outdated
Show resolved
Hide resolved
...ernate-orm/deployment/src/main/resources/dev-ui/hibernate-orm/hibernate-orm-named-queries.js
Outdated
Show resolved
Hide resolved
...bernate-orm/deployment/src/main/resources/dev-ui/hibernate-orm/hibernate-orm-entity-types.js
Outdated
Show resolved
Hide resolved
...bernate-orm/deployment/src/main/resources/dev-ui/hibernate-orm/hibernate-orm-entity-types.js
Outdated
Show resolved
Hide resolved
...ernate-orm/deployment/src/main/resources/dev-ui/hibernate-orm/hibernate-orm-named-queries.js
Outdated
Show resolved
Hide resolved
...-tests/devmode/src/test/java/io/quarkus/test/devconsole/DevConsoleHibernateOrmSmokeTest.java
Outdated
Show resolved
Hide resolved
.../hibernate-search-+-elasticsearch/hibernate-search-orm-elasticsearch-indexed-entity-types.js
Outdated
Show resolved
Hide resolved
.../hibernate-search-+-elasticsearch/hibernate-search-orm-elasticsearch-indexed-entity-types.js
Outdated
Show resolved
Hide resolved
.../hibernate-search-+-elasticsearch/hibernate-search-orm-elasticsearch-indexed-entity-types.js
Outdated
Show resolved
Hide resolved
...te-orm/deployment/src/main/resources/dev-ui/hibernate-orm/hibernate-orm-persistence-units.js
Show resolved
Hide resolved
@yrodiere on a separate note, I got an error when using dev services for elastic search. I think it might be because I am using podman, but I'll create an issue and the fix I had to do in a PR if you can please have a look at that |
…rch-orm-elasticsearch Just so I can run quarkus:dev.
We don't want to re-interpret the config, in particular.
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.
Thanks! I think I addressed all your comments.
...ernate-orm/deployment/src/main/resources/dev-ui/hibernate-orm/hibernate-orm-named-queries.js
Outdated
Show resolved
Hide resolved
...-tests/devmode/src/test/java/io/quarkus/test/devconsole/DevConsoleHibernateOrmSmokeTest.java
Outdated
Show resolved
Hide resolved
fc7219a
to
50a0589
Compare
This comment has been minimized.
This comment has been minimized.
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.
LGTM
Fixes #31366
Fixes #31367
As far as I can tell, only ORM and Search had custom Dev UI cards, so this should be about it.
Note I didn't try to improve on the old Dev UI; I just ported it to the new one. And given how long that's taken me (I'm not a frontend person), improvements will have to wait :)
To test the new Dev UI, I recommend starting the Hibernate Search quickstart from this branch of my fork: https://github.com/yrodiere/quarkus-quickstarts/tree/hibernate-new-devui-testing
The
other
PU on that branch has no Elasticsearch behind it, so that's useful to test mass indexing failures.