1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/extensions
Roman 1456e1e597
New resource view: Network -> Ingress Classes (#6808)
* added backbone for k8s-api/endpoints/ingress-class.api

Signed-off-by: Roman <ixrock@gmail.com>

* added ingress-class store, naming clean up

Signed-off-by: Roman <ixrock@gmail.com>

* navigate to ingress-classses injectable

Signed-off-by: Roman <ixrock@gmail.com>

* added new sidebar item: "Network -> Ingress Classes"

Signed-off-by: Roman <ixrock@gmail.com>

* added explicit returning type for `ingresses-sidebar-items.injectable`

Signed-off-by: Roman <ixrock@gmail.com>

* added initial ingress-class table-view + magic route-component.injectable

Signed-off-by: Roman <ixrock@gmail.com>

* fix: show loaded items from api into IngressClasses view

Signed-off-by: Roman <ixrock@gmail.com>

* fix: new bugs after master merging (with conflicts!), looks like breaking change if those apis where exported

Signed-off-by: Roman <ixrock@gmail.com>

* fix lint

Signed-off-by: Roman <ixrock@gmail.com>

* added icon-marker to see default ingress class in the list

Signed-off-by: Roman <ixrock@gmail.com>

* Page refresh is broken in development mode #6818 (upcoming fix)

Signed-off-by: Roman <ixrock@gmail.com>

* added "set as default" menu action for ingress classes

Signed-off-by: Roman <ixrock@gmail.com>

* fix: consistent sidebar items order by janne's request

Signed-off-by: Roman <ixrock@gmail.com>

* chore, fix lint

Signed-off-by: Roman <ixrock@gmail.com>

* fix: incorrect icons layout in ingress-class details

Signed-off-by: Roman <ixrock@gmail.com>

* some fixes, improved items search by values from `spec.parameters.*`

Signed-off-by: Roman <ixrock@gmail.com>

* fix: duplicating/overcaching items with each page visiting (Nnetwork -> Ingress classes)

Signed-off-by: Roman <ixrock@gmail.com>

* handling IngressClass drawer details

Signed-off-by: Roman <ixrock@gmail.com>

* fixes: remove duplicating / allow editing IngressClass items (due api's "namespaced=true")

Signed-off-by: Roman <ixrock@gmail.com>

* fix: incorrect `apiName` for `front-end-routing/cluster/network/ingress-class`

Signed-off-by: Roman <ixrock@gmail.com>

* fix: IngressClass proper metadata typing

Signed-off-by: Roman <ixrock@gmail.com>

* allow to mark as default IngressClass from menu item

Signed-off-by: Roman <ixrock@gmail.com>

* fix lint

Signed-off-by: Roman <ixrock@gmail.com>

* fixes & responding to comments

Signed-off-by: Roman <ixrock@gmail.com>

Signed-off-by: Roman <ixrock@gmail.com>
2023-01-05 13:26:04 -05:00
..
__tests__ Make base store non Singleton (#6690) 2022-12-15 17:07:19 +02:00
as-legacy-globals-for-extension-api Bump typescript, @typescript-eslint/eslint-plugin, and @typescript-eslint/parser (#6143) 2022-09-01 10:05:32 -04:00
common-api Fix allowed resources checks on GKE (#6657) 2022-12-20 17:20:27 +02:00
extension-discovery Massively simplify bundled extension loading (#6787) 2022-12-21 16:46:51 +02:00
extension-installation-state-store Update injectable library (#4842) 2022-02-25 11:10:13 -05:00
extension-installer Make base store non Singleton (#6690) 2022-12-15 17:07:19 +02:00
extension-loader Allow to import app as a library (#6722) 2022-12-23 13:33:35 +02:00
extension-packages-root Update injectable library (#4842) 2022-02-25 11:10:13 -05:00
extensions-store Make base store non Singleton (#6690) 2022-12-15 17:07:19 +02:00
ipc Shorten license header to reduce amount of clutter in top of the files (#4709) 2022-01-18 10:18:10 +02:00
main-api Make starting of application modular and unit testable (#5324) 2022-05-18 16:18:02 +03:00
renderer-api New resource view: Network -> Ingress Classes (#6808) 2023-01-05 13:26:04 -05:00
extension-api.ts Shorten license header to reduce amount of clutter in top of the files (#4709) 2022-01-18 10:18:10 +02:00
extension-store.ts Fix typing of ExtensionStore.createInstance static (#6764) 2022-12-15 16:29:43 -05:00
extensions.injectable.ts 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
lens-extension-set-dependencies.ts Replace CatalogEntityDetailRegistry with an injectable solution (#6605) 2022-12-02 10:31:27 -05:00
lens-extension.ts Replace CatalogEntityDetailRegistry with an injectable solution (#6605) 2022-12-02 10:31:27 -05:00
lens-main-extension.ts Allow computed tray menu for extensions (#6598) 2022-11-17 11:03:25 -05:00
lens-renderer-extension.ts Replace CatalogEntityDetailRegistry with an injectable solution (#6605) 2022-12-02 10:31:27 -05:00
main-extensions.injectable.ts Update injectable library (#4842) 2022-02-25 11:10:13 -05:00
renderer-extensions.injectable.ts Update injectable library (#4842) 2022-02-25 11:10:13 -05:00