1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/extensions
Sebastian Malton 998f7aa934
Add the ability to sync kube config files (#2567)
* Add the ability to sync kube config files

- Will update when the files changes

- add KUBECONFIG_SYNC label

- fix rebase and change to addObservableSource

- move UI to user settings

- support shallow folder watching

- add some unit tests for the diff-er

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* responding to review comments

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* fix tests and add try/catch

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* always sync c&p folder, remove bad rebase

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* fix preferences

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Fix settings saving and catalog view

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* fix unit tests

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* fix synced clusters not connectable

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* change to non-complete shallow watching

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* fix sizing

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Catch readStream errors

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* don't clear UserStore on non-existant preference field, fix unlinking not removing items from source

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* change label to file

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-04-30 16:48:20 +03:00
..
__tests__ Cherry-pick from 4.2.3 (#2628) 2021-04-27 08:11:50 +03:00
core-api Switch CatalogEntity and CatalogCategory abstract classes (#2612) 2021-04-23 16:08:21 -04:00
interfaces Switch CatalogEntity and CatalogCategory abstract classes (#2612) 2021-04-23 16:08:21 -04:00
npm/extensions Use productName from package.json (#2580) 2021-04-22 07:13:29 +03:00
registries Extensible welcome page (#2637) 2021-04-27 11:24:39 +03:00
renderer-api Fixing Singleton typing to correctly return child class (#1914) 2021-04-21 09:59:59 -04:00
cluster-feature.ts Fixing Singleton typing to correctly return child class (#1914) 2021-04-21 09:59:59 -04:00
extension-api.ts Enforce semicolons in eslint 2020-11-19 16:35:04 +02:00
extension-discovery.ts Ignore failures due to files in bundled folder (#2661) 2021-04-28 15:29:02 -04:00
extension-installer.ts Fix extension loader race conditions (#1815) 2020-12-23 11:56:11 +02:00
extension-loader.ts Extensible welcome page (#2637) 2021-04-27 11:24:39 +03:00
extension-store.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
extensions-store.ts Fixing Singleton typing to correctly return child class (#1914) 2021-04-21 09:59:59 -04:00
lens-extension.ts Fixing Singleton typing to correctly return child class (#1914) 2021-04-21 09:59:59 -04:00
lens-main-extension.ts Add the ability to sync kube config files (#2567) 2021-04-30 16:48:20 +03:00
lens-renderer-extension.ts Extensible welcome page (#2637) 2021-04-27 11:24:39 +03:00