-
Notifications
You must be signed in to change notification settings - Fork 11
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
ConfigWatcher does not notify if kubeconfig was deleted #201
Milestone
Comments
adietish
added a commit
to adietish/intellij-common
that referenced
this issue
Nov 13, 2023
…er#201) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-common
that referenced
this issue
Nov 13, 2023
Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-common
that referenced
this issue
Nov 13, 2023
Signed-off-by: Andre Dietisheim <[email protected]>
This was referenced Nov 13, 2023
Logging into the cluster does not refresh the tree
redhat-developer/intellij-openshift-connector#595
Closed
@sbouchet: this PR makes sure that the config watcher would notify if the kubeconfig is removed and then offers the methods to compare a new kubeconfig with the old one, making sure things are null-safe (current impl in intellij-openshift isn't) |
adietish
added a commit
to adietish/intellij-common
that referenced
this issue
Nov 13, 2023
Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-common
that referenced
this issue
Nov 13, 2023
Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-common
that referenced
this issue
Nov 13, 2023
Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-common
that referenced
this issue
Nov 13, 2023
Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
that referenced
this issue
Nov 14, 2023
Signed-off-by: Andre Dietisheim <[email protected]>
github-project-automation
bot
moved this from 🏗 In progress
to ✅ Done
in IDE Cloudaptors
Nov 14, 2023
adietish
added a commit
that referenced
this issue
Nov 14, 2023
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
this follows up on #190
In #190 a check was introduced that would prevent multiple events from making it to the client program. Unfortunately this then caused - and we didn't notice it - removals of the kubeconfig not to be notified.
Removing this check means that client programs now need to take care of the multiple events (for the same change) that #190 aimed at preventing.
The text was updated successfully, but these errors were encountered: