1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer/components/table
Jari Kolehmainen 58a446bd45
Refactor k8s api to common (#3553)
* refactor kube api to common

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* refactor more utils to common

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* refactor more utils to common

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* fix tests

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* switch to use node-fetch on both sides

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* cleanup

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* improve logger

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* fix lint errors

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* fix/improve tests

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* fix tests

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* fix node-fetch require error on prod build

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* preload fix

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* fixes

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* read serverAddress from apiBase

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* cleanup

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2021-08-10 13:26:14 +03:00
..
index.ts Check source files for license header (#2763) 2021-05-12 18:33:26 +03:00
react-table.module.css Restyling extensions page with tailwindcss (#2796) 2021-05-23 15:15:42 +03:00
react-table.tsx Restyling extensions page with tailwindcss (#2796) 2021-05-23 15:15:42 +03:00
table-cell.scss Check source files for license header (#2763) 2021-05-12 18:33:26 +03:00
table-cell.tsx Mobx-6 migration (#2718) 2021-05-25 10:24:31 +03:00
table-head.scss Fix .TableHead.sticky in for details panels (#3331) 2021-07-14 12:31:58 +03:00
table-head.tsx Check source files for license header (#2763) 2021-05-12 18:33:26 +03:00
table-row.scss Check source files for license header (#2763) 2021-05-12 18:33:26 +03:00
table-row.tsx Refactor k8s api to common (#3553) 2021-08-10 13:26:14 +03:00
table.mixins.scss Badge: option to show short/full versions of contents (#1397) 2021-07-13 17:00:11 +03:00
table.scss Check source files for license header (#2763) 2021-05-12 18:33:26 +03:00
table.storage.ts Turn on noUnusedLocals, noImplicitReturns, importsNotUsedAsValues: error, and isolatedModules (#2777) 2021-05-19 12:11:54 -04:00
table.tsx Improve Table typing and remove annotations on callbacks (#2981) 2021-07-22 10:42:27 -04:00