-
Notifications
You must be signed in to change notification settings - Fork 23
fix: can't stop dev on component after switching to a different project #728
fix: can't stop dev on component after switching to a different project #728
Conversation
Skipping CI for Draft Pull Request. |
@adietich: i've done some quite big refactor, and not very happy with some method signatures on odo interface. |
} | ||
|
||
private void updateComponent(String project, String path, ComponentDescriptor componentDescriptor, Component component) throws IOException { | ||
component.setPath(path); | ||
ComponentInfo info = getComponentInfo(project, componentDescriptor.getName(), path, ComponentKind.DEVFILE); | ||
component.setInfo(info); | ||
Map<ComponentFeature, ProcessHandler> componentMap = getComponentFeature(component.getName()); |
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.
the actual fix of #537 resides here
this will also address some of #169 |
Signed-off-by: Stephane Bouchet <[email protected]>
|
src/main/java/org/jboss/tools/intellij/openshift/actions/service/DescribeServiceAction.java
Show resolved
Hide resolved
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adietish The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/override ci/prow/e2e-openshift |
@sbouchet: Overrode contexts on behalf of sbouchet: ci/prow/e2e-openshift In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What is the purpose of this change? What does it change?
Was the change discussed in an issue?
fixes #537
fixes #634
How to test changes?