intellij-openshift-connector
intellij-openshift-connector copied to clipboard
IntelliJ OpenShift Toolkit
follows up on #595 relates to #617 **Steps:** 1. EXEC: pick "Refresh" in the context menu for the cluster node **Result:** Refresh takes quite some time to actually refresh the...
follows up on #595 related to #616 Currently the tree would validate the current namespace before displaying it: The current namespace/project in the client is taken and checked if it...
[kind/bug] ## What versions of software are you using? - Operating System: Fedora 38 - IntelliJ version: 2023.2 Ultimate - OpenShift version: 1.7.0 SNAPSHOT ## Bug Closing and reopening IJ...
ex. `CreateProjectAction#doActionPerformed` ```java } catch (IOException | CompletionException e) { ... UIHelper.executeInUI(() -> Messages.showErrorDialog("Error: " + e.getLocalizedMessage(), "Create Project")); } ``` Since no user action is required, a dialog is...
**Steps:** 1. ASSERT: Make sure that you're not logged in into your current cluster 2. ASSERT: launch the plugin 3. EXEC: unfold the root node **Result:** The root node shows...
**Steps:** 1. EXEC: make sure that you have a cluster listed and that you are logged into your cluster. 2. EXEC: In the resource tree right click onto the cluster...
**Steps:** 1. EXEC: make sure that you're connected to the Red Hat Developer Sandbox 2. ASSERT: sandbox offers a `modelmesh-controller` out of the box (not created locally), it is therefore...
**Steps:** 1. ASSERT: have a project that has no context 2. EXEC: in openshift tree: select project node and pick "New Component" in context menu 3. ASSERT: component dialog pops...
[kind/Enhancement] ## Which functionality do you think we should update/improve? The "Leave feedback" button in Getting Started points to https://github.com/redhat-developer/intellij-openshift-connector. I think it should be better that this button will...
[kind/bug] ## What versions of software are you using? - Operating System: - IntelliJ version: - OpenShift version: ## What did you run exactly? 1. ASSERT: have a cluster that...