-
Notifications
You must be signed in to change notification settings - Fork 51
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
feat: Create a Quarkus Dev Explorer in the IDE #1178
base: main
Are you sure you want to change the base?
Conversation
I created a draft PR just to initialize Quarkus Explorer but it is very very basic for now. It displays Quarkus projects in the view and when you click on Start node it create a run config (or use an existing run config) to start the Quarkus application: Please don't be disappointed, it is just a start of PR. @mohitsuman @fbricon we discuss with @adietish and we think we could use this Quarkus Explorer to provide several actions like:
Those actions could install IJ kubernetes / Openshift which will provide the code of the action.
The main idea is to use the Quarkus Explorer to provide main entries for Quarkus project like
|
2ea8d22
to
e46c27f
Compare
@ia3andy here the current status of the PR The explorer displays the Quarkus projects and click on The When the Quarkus appication is started, the tree is refreshed and show available action (like Open Dev UI) When Quarkus application is stopped, the actions disappear |
e46c27f
to
83960e9
Compare
It looks amazing so far!!!! 🙌 |
a384463
to
1ff1864
Compare
@angelozerr @fbricon I just installed it, and TBH this is amazzzzinnnng I am stocked! |
@angelozerr you should remove the ms from the time (just keep the seconds) |
+1 I agree with you, but:
Let us investigate Services view to take a decision. |
Fixes redhat-developer#1175 Signed-off-by: azerr <[email protected]>
1ff1864
to
9a6cd96
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
feat: Create a Quarkus Dev Explorer in the IDE
Fixes #1175