-
Notifications
You must be signed in to change notification settings - Fork 23
feat: add helm support (#539) #590
Conversation
Skipping CI for Draft Pull Request. |
66371e0
to
d00edb3
Compare
f4d9a99
to
945eda3
Compare
SonarCloud Quality Gate failed.
|
df4b175
to
e008f22
Compare
That's how helm charts are listed:
|
I think it looks pretty good. I think dropping the Versions column in order to show more of the Description makes sense. |
b849c13
to
7aa1b1b
Compare
@adietish : last version works great ! the tree refresh on uninstall is smooth :) |
src/main/java/org/jboss/tools/intellij/openshift/actions/HelmAction.java
Outdated
Show resolved
Hide resolved
src/main/java/org/jboss/tools/intellij/openshift/tree/application/ApplicationsRootNode.java
Outdated
Show resolved
Hide resolved
It would be nice to be able to navigate the table that contains the charts by pressind cursor up & down. I'll file an enhancement issue. |
...main/java/org/jboss/tools/intellij/openshift/tree/application/ApplicationsTreeStructure.java
Show resolved
Hide resolved
src/main/java/org/jboss/tools/intellij/openshift/ui/SwingUtils.java
Outdated
Show resolved
Hide resolved
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.
Overral LGTM, small changes needed
@sbouchet I'm looking into the failing IT. Shouldn't we fix it before merging? |
Signed-off-by: Andre Dietisheim <[email protected]>
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, good work on this !
thanks 😄 appreciate 😄 |
/override ci/prow/e2e-4.11 |
@adietish: Overrode contexts on behalf of adietish: ci/prow/e2e-4.11 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. |
fixes #539