1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/common/fs
Sebastian Malton de43df1cca
Fix cluster frame display issue (#5518)
* Fix cluster frame display issue

- Add some defensive code to prevent this sort of infinite loop

- Add some unit tests

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

* fix unit tests

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

* Fix build

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

* Fix lint

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

* Factor out injectable for getting of cluster config data

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-06-20 22:23:15 -04:00
..
ensure-dir.injectable.ts Make starting of application modular and unit testable (#5324) 2022-05-18 16:18:02 +03:00
exec-file.injectable.ts Stop using HelmCli from Renderer (#4861) 2022-06-13 11:42:53 +03:00
fs.injectable.ts Update injectable library (#4842) 2022-02-25 11:10:13 -05:00
path-exists.injectable.ts Technical requirements for behavioural unit tests (#5084) 2022-03-31 16:57:05 +03:00
read-dir.injectable.ts Update injectable library (#4842) 2022-02-25 11:10:13 -05:00
read-file-buffer.injectable.ts Technical requirements for behavioural unit tests (#5084) 2022-03-31 16:57:05 +03:00
read-file-sync.injectable.ts Fix cluster frame display issue (#5518) 2022-06-20 22:23:15 -04:00
read-file.injectable.ts Technical requirements for behavioural unit tests (#5084) 2022-03-31 16:57:05 +03:00
read-json-file.injectable.ts Technical requirements for behavioural unit tests (#5084) 2022-03-31 16:57:05 +03:00
read-yaml-file.injectable.ts Stop using HelmCli from Renderer (#4861) 2022-06-13 11:42:53 +03:00
write-file.injectable.ts Technical requirements for behavioural unit tests (#5084) 2022-03-31 16:57:05 +03:00
write-json-file.injectable.ts Technical requirements for behavioural unit tests (#5084) 2022-03-31 16:57:05 +03:00