1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Sebastian Malton
7469ab261e Harden against navigating to the cluster frame route
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-07-29 13:50:05 -04:00
Sebastian Malton
2ef2cbb2df Fix race condition with multiple opens
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-07-28 14:55:02 -04:00
Sebastian Malton
78ea32eaa3 Fix open in new window
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-07-28 08:18:10 -04:00
Sebastian Malton
c426eb9899 attempt 1 to fix opening bug
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-07-27 11:20:08 -04:00
Sebastian Malton
4b660633dd Got multiple windows open
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-07-26 13:53:05 -04:00
Sebastian Malton
a301283adc
Fix unhandled exception in visibility handler (#3291)
- If an KubernetesCluster entity is being deleted then the
  catalogEntityRegistry.getById() will return undefined. This leads to
  an unhandled exception in the handler because we tried to read
  apiVersion. This commit changes it so that we get the apiVersion and
  kind from KubernetesCluster class itself

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-07-07 09:30:07 +03:00
Sebastian Malton
eb45f45a7a
Add context menu entry for deleting local clusters (#2923) 2021-06-17 12:19:22 -04:00
Sebastian Malton
280af6391e
Switch to more specific IPC helpers (#2821) 2021-06-10 10:34:22 -04:00