1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer/components/dock
Janne Savolainen f281df1693
Fix installation of helm charts (#5841)
* Relax validator for installing charts

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Tweak spacing between words in confirmation dialog

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Add mocks for monaco editor and virtualized auto sizer to allow components to be rendered in unit tests

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Improve typing for a function

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Remove usage of shared global state from a component

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Provide a way to unit test usages of storages

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Add way to get current value from select in behavioural unit tests

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Rework installation of helm charts to get rid of the majority of bugs

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Update snapshots

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Remove technical test for being covered in behaviours

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Split behaviour to smaller pieces

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Add tests accidentally removed back

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Mark functions causing side effects

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Remove behaviour covered by other behaviours

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Tweak naming

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Remove unused dependency

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2022-07-20 08:15:27 +03:00
..
__test__ Move phenomenon of renderer out from common by introducing different implementations for environments 2022-06-16 08:44:38 -04:00
create-resource Make starting of application modular and unit testable (#5324) 2022-05-18 16:18:02 +03:00
dock Turn on strict mode in tsconfig.json, some helpful lints, and required cleanup where strictness necessitates it (#5195) 2022-05-16 07:17:57 -04:00
dock-tab-store Turn on strict mode in tsconfig.json, some helpful lints, and required cleanup where strictness necessitates it (#5195) 2022-05-16 07:17:57 -04:00
edit-resource Turn on strict mode in tsconfig.json, some helpful lints, and required cleanup where strictness necessitates it (#5195) 2022-05-16 07:17:57 -04:00
install-chart Fix installation of helm charts (#5841) 2022-07-20 08:15:27 +03:00
logs Fix html font size and adjust usage of rem units (#5641) 2022-06-15 19:38:10 -04:00
terminal Fix terminal fit errors (#5811) 2022-07-18 09:53:15 -04:00
upgrade-chart Turn on strict mode in tsconfig.json, some helpful lints, and required cleanup where strictness necessitates it (#5195) 2022-05-16 07:17:57 -04:00
dock-tab.module.scss Fix html font size and adjust usage of rem units (#5641) 2022-06-15 19:38:10 -04:00
dock-tab.tsx Fix installation of helm charts (#5841) 2022-07-20 08:15:27 +03:00
dock-tabs.module.scss Improve dock tabs UX (#4754) 2022-03-21 15:55:51 +03:00
dock-tabs.tsx Fix installation of helm charts (#5841) 2022-07-20 08:15:27 +03:00
dock.scss Set dock tab contrast bg color (#5143) 2022-03-30 10:54:34 -04:00
dock.tsx Fix installation of helm charts (#5841) 2022-07-20 08:15:27 +03:00
editor-panel.module.scss Fix installation of helm charts (#5841) 2022-07-20 08:15:27 +03:00
editor-panel.tsx Fix installation of helm charts (#5841) 2022-07-20 08:15:27 +03:00
index.ts Shorten license header to reduce amount of clutter in top of the files (#4709) 2022-01-18 10:18:10 +02:00
info-panel.scss Shorten license header to reduce amount of clutter in top of the files (#4709) 2022-01-18 10:18:10 +02:00
info-panel.tsx Fix installation of helm charts (#5841) 2022-07-20 08:15:27 +03:00