1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/main
Jari Kolehmainen b5e7be7591
Initial command palette feature (#1957)
* wip: command palette

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* register shortcut to global menu

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* introduce openCommandDialog & closeCommandDialog

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* fix ipc broadcast to frames from renderer

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* tweak

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* add more commands

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* cleanup

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* ipc fix

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* add integration tests

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* ipc fix

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* implement workspace edit

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* workspace edit fixes

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* make tests green

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* fixes from code review

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* cleanup ipc

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* cleanup CommandRegistry

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* ipc fix

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* fix ClusterManager cluster auto-init

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* ensure cluster view is active before sending a command

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* switch to last active cluster when workspace change

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* tweak integration tests

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* run integration tests serially

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* cleanup

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* fixes based on code review

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* cleanup

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* cleanup more

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* cleanup

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* add workspace fixes

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* cleanup

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2021-02-02 12:34:13 +02:00
..
__test__ Performance fix when cluster has lots of namespaces (#1640) 2020-12-03 14:56:32 +02:00
cluster-detectors enfore unix line endings and always ending files with line endings (#1997) 2021-01-21 08:09:41 -05:00
helm Add posibility to add custom repository (#1368) 2020-12-08 15:54:49 +03:00
prometheus Fix typo in prometheus ingress metrics (#1896) 2021-01-07 07:29:12 +02:00
routes Watch-api streaming reworks (#1990) 2021-02-01 15:49:32 +02:00
app-updater.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
cluster-manager.ts Initial command palette feature (#1957) 2021-02-02 12:34:13 +02:00
cluster.ts Load k8s resources only for selected namespaces (#1918) 2021-01-22 13:18:46 +02:00
context-handler.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
developer-tools.ts add no-unused and react/recommended to eslint (#1523) 2020-11-27 08:48:38 -05:00
exit-app.ts Fix 'cannot read property hide of null' error on quit (#1594) 2020-12-03 14:55:19 +02:00
extension-filesystem.ts use remote.app if app is not defined (#1785) 2020-12-17 08:24:25 -05:00
index.ts Initial command palette feature (#1957) 2021-02-02 12:34:13 +02:00
kube-auth-proxy.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
kubeconfig-manager.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
kubectl_spec.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
kubectl.ts Bundle kubectl 1.18.15 (#2028) 2021-01-27 20:09:11 +02:00
lens-api.ts Enforce semicolons in eslint 2020-11-19 16:35:04 +02:00
lens-binary.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
lens-proxy.ts Fix proxy retry counter cleanup on success (#1825) 2020-12-21 22:10:32 +02:00
logger.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
menu.ts Initial command palette feature (#1957) 2021-02-02 12:34:13 +02:00
node-shell-session.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
port_spec.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
port.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
promise-exec.ts Enforce semicolons in eslint 2020-11-19 16:35:04 +02:00
proxy-env.ts Enforce semicolons in eslint 2020-11-19 16:35:04 +02:00
resource-applier.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
router.ts Watch-api streaming reworks (#1990) 2021-02-01 15:49:32 +02:00
shell-session.ts Disable oh-my-zsh auto-update prompt when resolving shell environment (#1848) 2020-12-23 11:58:15 +02:00
shell-sync.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
tray.ts Fix windows tray icon click (#1908) 2021-01-08 16:44:33 +02:00
window-manager.ts Fix Electron 9.4 frame ipc bug (#1888) 2021-01-04 14:16:35 +02:00