-
Notifications
You must be signed in to change notification settings - Fork 23
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
Logging into the cluster does not refresh the tree #595
Comments
@martinszuc thanks sharing. I'll try to fix your issue, too. |
both use cases have different causes:
@Override
public void run() {
runOnConfigChange((Config config) -> {
--> if (config != null) {
listener.onUpdate(this, config);
}
});
} This check was introduced because of redhat-developer/intellij-common#190
|
to fix this I created redhat-developer/intellij-common#201 |
adietish
added a commit
to adietish/intellij-openshift-connector
that referenced
this issue
Nov 14, 2023
Signed-off-by: Andre Dietisheim <[email protected]>
This was referenced Nov 14, 2023
adietish
added a commit
to adietish/intellij-openshift-connector
that referenced
this issue
Nov 14, 2023
…edhat-developer#595) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-openshift-connector
that referenced
this issue
Nov 14, 2023
…edhat-developer#595) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-openshift-connector
that referenced
this issue
Nov 14, 2023
…edhat-developer#595) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-openshift-connector
that referenced
this issue
Nov 15, 2023
…edhat-developer#595) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-openshift-connector
that referenced
this issue
Nov 16, 2023
…edhat-developer#595) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-openshift-connector
that referenced
this issue
Nov 17, 2023
…edhat-developer#595) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-openshift-connector
that referenced
this issue
Nov 20, 2023
…edhat-developer#595) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-openshift-connector
that referenced
this issue
Nov 22, 2023
…edhat-developer#595) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-openshift-connector
that referenced
this issue
Nov 22, 2023
…-developer#595) Signed-off-by: Andre Dietisheim <[email protected]>
github-project-automation
bot
moved this from 🏗 In progress
to ✅ Done
in IDE Cloudaptors
Nov 24, 2023
sbouchet
pushed a commit
that referenced
this issue
Nov 24, 2023
…610) * fix: refreshing tree upon config change or kubeconfig removal (#595) Signed-off-by: Andre Dietisheim <[email protected]> * display default-/first namespace if current doesnt exist Signed-off-by: Andre Dietisheim <[email protected]> * correct type of parent to CreateComponentLinkNode Signed-off-by: Andre Dietisheim <[email protected]> * fix: dont 'fatal IDE error' when cluster is not reachable (#621) Signed-off-by: Andre Dietisheim <[email protected]> --------- Signed-off-by: Andre Dietisheim <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
depends on redhat-developer/intellij-common#201
Steps:
Result:
The tree still shows "Please log in to the cluster". "Refresh" doesnt help, I have to restart the IDE.
The text was updated successfully, but these errors were encountered: