1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer/components/+workloads-statefulsets
Janne Savolainen 5c8ca2c038
Implement a lot of technical requirements for behavioural unit tests
Note: the crux of this was to make routing env-agnostic, and not based on URLs as magic strings, but instead something type-enforced.

Note: extension-based routes comply to same exact interface by "late-registering" their routes when installed. Routes are just injectables.

Note: another chunk of global shared state is no more.

Note: a lot of explicit side effects have been cornered to injectables.

Note: a lot of stuff has become reactive as part if this.

Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2022-03-31 15:13:26 +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
stateful-set-menu.tsx Replace kube object menu registry with reactive solution (#4731) 2022-01-31 10:16:29 -05:00
statefulset-details.scss Shorten license header to reduce amount of clutter in top of the files (#4709) 2022-01-18 10:18:10 +02:00
statefulset-details.tsx Enforce some naming conventions (#4813) 2022-03-01 13:06:53 -05:00
statefulset-scale-dialog.scss Shorten license header to reduce amount of clutter in top of the files (#4709) 2022-01-18 10:18:10 +02:00
statefulset-scale-dialog.test.tsx Fix all Age, LastSeen, and FirstSeen displays (#4990) 2022-03-17 15:17:03 -04:00
statefulset-scale-dialog.tsx Enforce some naming conventions (#4813) 2022-03-01 13:06:53 -05:00
statefulset.store.ts Shorten license header to reduce amount of clutter in top of the files (#4709) 2022-01-18 10:18:10 +02:00
statefulsets-route-component.injectable.ts Implement a lot of technical requirements for behavioural unit tests 2022-03-31 15:13:26 +03:00
statefulsets-sidebar-items.injectable.tsx Implement a lot of technical requirements for behavioural unit tests 2022-03-31 15:13:26 +03:00
statefulsets-store.injectable.ts Implement a lot of technical requirements for behavioural unit tests 2022-03-31 15:13:26 +03:00
statefulsets.scss Shorten license header to reduce amount of clutter in top of the files (#4709) 2022-01-18 10:18:10 +02:00
statefulsets.tsx Implement a lot of technical requirements for behavioural unit tests 2022-03-31 15:13:26 +03:00