1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/common
Roman be4e1aa15c
Navigation refactoring, handling extension page params (#1651)
* decentralizing page url-params management -- PoC / tsc 4.1 random fixes

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

* fixes, tweak example-extension for demo

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

* lint fixes, revert tests

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

* removed occasional changes related to typescript 4.1

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

* updated example with 2 menu-items targeting same page with different params

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

* fix: merge page url chunks with native URL()-api, simplified default page-params registration

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

* fix: make lint happy

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

* fix: unit-tests

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

* renaming by jim's request: UrlParam => PageParam (type), createUrlParam => createPageParam (helper)

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

* fix: reverting NamespaceStore public-api breaking changes

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

* lint fix

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

* fine-tuning

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

* yes, lint always unhappy

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

* fix build

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

* small fixes

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

* fix merge-conflicts

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

* removed `isSystem` page-param's init field exposed to extensions-api

Signed-off-by: Roman <ixrock@gmail.com>
2020-12-22 15:29:25 +02:00
..
__tests__ Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
utils Navigation refactoring, handling extension page params (#1651) 2020-12-22 15:29:25 +02:00
.gitkeep Lens app source code (#119) 2020-03-15 09:52:02 +02:00
base-store.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
cluster-frames.ts Enforce semicolons in eslint 2020-11-19 16:35:04 +02:00
cluster-ipc.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
cluster-store.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
custom-errors.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
event-bus.ts Use @typescript-eslint/semi. 2020-11-19 18:12:52 +02:00
event-emitter.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
ipc.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
kube-helpers.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
prometheus-providers.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
rbac.ts Full support for ReplicaSets (#1704) 2020-12-10 15:23:51 +03:00
register-protocol.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
request.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
search-store.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
system-ca.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
user-store.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
vars.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
workspace-store.ts Tag cluster & workspace as beta features in extension api (#1589) 2020-12-07 13:38:40 +02:00