Skip to content
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

Che-IDEA should support a target container when running a Devfile Command #21139

Closed
Tracked by #20591
azatsarynnyy opened this issue Feb 7, 2022 · 0 comments · Fixed by che-incubator/jetbrains-editor-images#121
Assignees
Labels
area/editor/jetbrains/intellij Issues related to the IntelliJ-based IDE for Eclipse Che kind/enhancement A feature request - must adhere to the feature request template. severity/P2 Has a minor but important impact to the usage or development of the system.
Milestone

Comments

@azatsarynnyy
Copy link
Member

azatsarynnyy commented Feb 7, 2022

Is your enhancement related to a problem? Please describe

Currently, Che-IDEA supports running a Devfile Command by translating it into IDEA's Run Configuration.
See #21029

When the user starts a workspace from a typical Devfile with a database,
(e.g.: https://github.com/che-samples/java-spring-petclinic/blob/devfilev2/devfile.yaml)
he/she needs to run a command in more than one container.

But Che-IDEA supports running a command in the editor's container only.
So, there's no way to run a command in a DB container.

Describe the solution you'd like

It can be a plugin that adds the support for running Run Configuration in the specified Che container using the machine-exec component. Like Che-Theia does.

Describe alternatives you've considered

As this task is quite complex, first, we need to investigate how it can be implemented, e.g.: plugin API, some 3-rd party libraries, etc.

Additional context

The related issue:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/editor/jetbrains/intellij Issues related to the IntelliJ-based IDE for Eclipse Che kind/enhancement A feature request - must adhere to the feature request template. severity/P2 Has a minor but important impact to the usage or development of the system.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants