1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/extensions
Sebastian Malton 1470103fd4
Add lens:// protocol handling with a routing mechanism (#1949)
- Add lens:// protocol handling with a routing mechanism

- document the methods in an extension guide

- remove handlers when an extension is deactivated or removed

- make sure that the found extension when routing a request is currently enabled (as a backup)

- added documentation about the above behaviour to the guide

- tweaked the naming convention so that it is clearer that the router uses extension names as not IDs (which currently are folder paths)

- Convert the extension API to use an array for registering handlers

- switch design to execute both main and renderer handlers simultaneously, without any overlap checking

- change open to be a dev dep

- improve docs, export types for extensions, skip integration tests

- switch to event emitting renderer being ready

- Add logging and fix renderer:loaded send to main

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-02-25 09:32:40 -05:00
..
__tests__ Fix extension loader race conditions (#1815) 2020-12-23 11:56:11 +02:00
core-api Tag cluster & workspace as beta features in extension api (#1589) 2020-12-07 13:38:40 +02:00
interfaces Add lens:// protocol handling with a routing mechanism (#1949) 2021-02-25 09:32:40 -05:00
npm/extensions Fix: missing dependent types for Select and Slider components (#1828) 2020-12-22 14:38:06 +02:00
registries Add lens:// protocol handling with a routing mechanism (#1949) 2021-02-25 09:32:40 -05:00
renderer-api Initial command palette feature (#1957) 2021-02-02 12:34:13 +02:00
stores Tag cluster & workspace as beta features in extension api (#1589) 2020-12-07 13:38:40 +02:00
cluster-feature.ts Navigation refactoring, handling extension page params (#1651) 2020-12-22 15:29:25 +02:00
extension-api.ts Enforce semicolons in eslint 2020-11-19 16:35:04 +02:00
extension-discovery.ts Fix extension loader race conditions (#1815) 2020-12-23 11:56:11 +02:00
extension-installer.ts Fix extension loader race conditions (#1815) 2020-12-23 11:56:11 +02:00
extension-loader.ts Add lens:// protocol handling with a routing mechanism (#1949) 2021-02-25 09:32:40 -05:00
extension-store.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
extensions-store.ts Add lens:// protocol handling with a routing mechanism (#1949) 2021-02-25 09:32:40 -05:00
lens-extension.ts Add lens:// protocol handling with a routing mechanism (#1949) 2021-02-25 09:32:40 -05:00
lens-main-extension.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
lens-renderer-extension.ts Add lens:// protocol handling with a routing mechanism (#1949) 2021-02-25 09:32:40 -05:00