1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/common
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
..
__tests__ enfore unix line endings and always ending files with line endings (#1997) 2021-01-21 08:09:41 -05:00
utils Watch-api streaming reworks (#1990) 2021-02-01 15:49:32 +02:00
.gitkeep Lens app source code (#119) 2020-03-15 09:52:02 +02:00
base-store.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
cluster-frames.ts Fix Electron 9.4 frame ipc bug (#1888) 2021-01-04 14:16:35 +02:00
cluster-ipc.ts Fix Electron 9.4 frame ipc bug (#1888) 2021-01-04 14:16:35 +02:00
cluster-store.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
custom-errors.ts enfore unix line endings and always ending files with line endings (#1997) 2021-01-21 08:09:41 -05:00
event-bus.ts Use @typescript-eslint/semi. 2020-11-19 18:12:52 +02:00
event-emitter.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
ipc.ts Initial command palette feature (#1957) 2021-02-02 12:34:13 +02:00
kube-helpers.ts enfore unix line endings and always ending files with line endings (#1997) 2021-01-21 08:09:41 -05:00
prometheus-providers.ts enfore unix line endings and always ending files with line endings (#1997) 2021-01-21 08:09:41 -05:00
rbac.ts Load k8s resources only for selected namespaces (#1918) 2021-01-22 13:18:46 +02:00
register-protocol.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
request.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
search-store.ts Generic logs view with Pod selector (#1984) 2021-01-27 17:20:02 +03:00
system-ca.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
user-store.ts Load k8s resources only for selected namespaces (#1918) 2021-01-22 13:18:46 +02:00
vars.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
workspace-store.ts Enable default workspace on first boot (#1965) 2021-01-19 06:30:05 +02:00