This project is mirrored from https://gitee.com/NQL886/lens.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 22 Feb, 2022 1 commit
-
-
Jim Ehrismann authored
Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com>
-
- 17 Feb, 2022 1 commit
-
-
Steven Johnstone authored
Co-authored-by:
Steven Johnstone <sjohntone@mirantis.com>
-
- 16 Feb, 2022 8 commits
-
-
Sebastian Malton authored
- Switch to helper functions instead. They don't impact the prototype tree and it means that we don't need to introduce versions that are both observable and "normal" - Tidy <ItemListLayout> and hiddenTableColumns to not need pre-initialization Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Sebastian Malton authored
-
Sebastian Malton authored
-
Sebastian Malton authored
-
Jim Ehrismann authored
Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com>
-
Jim Ehrismann authored
Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com>
-
Jim Ehrismann authored
-
Alex Andreev authored
-
- 15 Feb, 2022 1 commit
-
-
Roman authored
* attempt to upgrade webpack@5 and all relevant packages to latest version -- part 1 Signed-off-by:
Roman <ixrock@gmail.com> * debugging webpack@5 usage -- part 1 Signed-off-by:
Roman <ixrock@gmail.com> * - attempt to use "react-refresh-typescript" with webpack@5 thingy - extending getTSLoader() to accept more options from ts-loader Signed-off-by:
Roman <ixrock@gmail.com> * more fixes, updating webpack loaders Signed-off-by:
Roman <ixrock@gmail.com> * merge-fixes, using internal webpack@5 asset handlers (type: "asset/*") Signed-off-by:
Roman <ixrock@gmail.com> * fix: raw-loader / <Icon svg="./*">, updated mocked types for importing resources via webpack Signed-off-by:
Roman <ixrock@gmail.com> * removing webpack-dev-server, clean up Signed-off-by:
Roman <ixrock@gmail.com> * fix master-merge conflict Signed-off-by:
Roman <ixrock@gmail.com> * fix/reverted: use sourceMap for styles Signed-off-by:
Roman <ixrock@gmail.com> * fix lint Signed-off-by:
Roman <ixrock@gmail.com> * fix: loading svg icons inline as data-url (workaround for "?raw" as it fails in tests and "!!raw-loader!" seems doesn't work at all in webpack@5) Signed-off-by:
Roman <ixrock@gmail.com> * attempt to use webpack-dev-server via node-api -- part 1 Signed-off-by:
Roman <ixrock@gmail.com> * attempt to use webpack-dev-server via node-api -- part 2 Signed-off-by:
Roman <ixrock@gmail.com> * fix: incorrect parsing svg-icon xml-content by <HotbarEntityIcon/> Signed-off-by:
Roman <ixrock@gmail.com> * fix: more random fixes related to incorrect parsing svg-icon content, added static Icon.isSvg(content: string) Signed-off-by:
Roman <ixrock@gmail.com> * attempt to fix: "Uncaught (in promise) DOMException: A network error occurred." when loading cluster frame -- part 1 Signed-off-by:
Roman <ixrock@gmail.com> * fix: loading cluster frame + error in loading terminal default font (which was causing network exception error and hidden cluster-view) fix: proxying websockets (e.g. terminal) Signed-off-by:
Roman <ixrock@gmail.com> * fix: wait lensProxy.listen() to obtain lensProxy.port for webpack-dev-server Signed-off-by:
Roman <ixrock@gmail.com> * fix lint Signed-off-by:
Roman <ixrock@gmail.com> * fix unit tests Signed-off-by:
Roman <ixrock@gmail.com> * reverted auto-formatted imports with 2 lines (.idea/webstorm) Signed-off-by:
Roman <ixrock@gmail.com> * fix: handle warnings in main-process compilation files Signed-off-by:
Roman <ixrock@gmail.com> * fix: handle warnings in "renderer" compilation Signed-off-by:
Roman <ixrock@gmail.com> * fix: move app fonts preloading into html/css files, clean up Signed-off-by:
Roman <ixrock@gmail.com> * update "webpack@5", "typescript@4.5" in bundled extensions / attempt to fix weird errors in build pipeline: ERROR in /home/runner/work/lens/lens/src/extensions/npm/extensions/dist/src/common/catalog/catalog-category-registry.d.ts 6:27-35 [tsl] ERROR in /home/runner/work/lens/lens/src/extensions/npm/extensions/dist/src/common/catalog/catalog-category-registry.d.ts(6,28) TS1005: ',' expected. ERROR in /home/runner/work/lens/lens/src/extensions/npm/extensions/dist/src/renderer/components/select/select.d.ts 8:14-28 [tsl] ERROR in /home/runner/work/lens/lens/src/extensions/npm/extensions/dist/src/renderer/components/select/select.d.ts(8,15) TS1005: ',' expected. ERROR in /home/runner/work/lens/lens/src/extensions/npm/extensions/dist/src/renderer/api/catalog-entity-registry.d.ts 8:14-22 [tsl] ERROR in /home/runner/work/lens/lens/src/extensions/npm/extensions/dist/src/renderer/api/catalog-entity-registry.d.ts(8,15) TS1005: ',' expected. Signed-off-by:
Roman <ixrock@gmail.com> * fix: handle errors in bundled extensions compilation process Signed-off-by:
Roman <ixrock@gmail.com> * fix: "webpack" not found in production Signed-off-by:
Roman <ixrock@gmail.com> * fix: removed preloading fonts in template via <link preload> since it's not bundled with HtmlWebpackPlugin() anyway anda all fonts loaded via css @font-face rule Signed-off-by:
Roman <ixrock@gmail.com> * apply HMR at least for css/styles and use manual page reload on app/scripts change Signed-off-by:
Roman <ixrock@gmail.com> * use `react-refresh-typescript` and `@pmmmwh/react-refresh-webpack-plugin` to support HMR in most cases Signed-off-by:
Roman <ixrock@gmail.com> * responding to comments Signed-off-by:
Roman <ixrock@gmail.com> * revered extension version in package-lock.json (autoupdated on `make dev`) Signed-off-by:
Roman <ixrock@gmail.com>
-
- 14 Feb, 2022 1 commit
-
-
Sebastian Malton authored
-
- 11 Feb, 2022 2 commits
-
-
Janne Savolainen authored
-
Panu Horsmalahti authored
* Don't block other extensions from loading if one activation fails. Signed-off-by:
Panu Horsmalahti <phorsmalahti@mirantis.com> * Handle synchronous errors in onActivate Signed-off-by:
Panu Horsmalahti <phorsmalahti@mirantis.com> * Keep extensions that can't be activated in this.intances Signed-off-by:
Panu Horsmalahti <phorsmalahti@mirantis.com> * Return extensions that failed to be activated from loadExtensions to match old behavior. Signed-off-by:
Panu Horsmalahti <phorsmalahti@mirantis.com> * Simplify style. Signed-off-by:
Panu Horsmalahti <phorsmalahti@mirantis.com> * Simplify object. Remove unnecessary action. Signed-off-by:
Panu Horsmalahti <phorsmalahti@mirantis.com>
-
- 10 Feb, 2022 7 commits
-
-
Jim Ehrismann authored
* adding extension api for terminal environment variables Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com> * modified shell env api to work as a transformer (WIP) Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com> * address some review comments Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com> * shell env modifiers now take a CatalogEntity in ShellEnvContext param Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com> * tweaks and bug fix Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com> * refactored to remove ShellEnvModifier code from shell-session to local-shell-session Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com> * further refactoring and documentation Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com> * added comment Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com>
-
Sebastian Malton authored
-
Juho Heikka authored
-
Mario Sarcher authored
-
Jari Kolehmainen authored
-
Sebastian Malton authored
Co-authored-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
- 09 Feb, 2022 1 commit
-
-
Sebastian Malton authored
Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
- 08 Feb, 2022 3 commits
-
-
Sebastian Malton authored
* Fix extension sidebar items sometimes being expandable - Change <TabRoutesSidebarItems> to be just a helper function Signed-off-by:
Sebastian Malton <sebastian@malton.name> * Actual fix Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Sebastian Malton authored
Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Sebastian Malton authored
- Only read and parse the proxy config once - Reuse the AuthorizationV1Api instance for the entire refresh instead of recreating it between 32 and 302 times, this should allow for reusing sockets Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
- 07 Feb, 2022 3 commits
-
-
Sebastian Malton authored
-
Sebastian Malton authored
-
Janne Savolainen authored
Upgrade injectable to fix observation of asyncComputed when invalidated before ever observed (#4828) Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi>
-
- 04 Feb, 2022 1 commit
-
-
Jim Ehrismann authored
Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com>
-
- 03 Feb, 2022 9 commits
-
-
Jim Ehrismann authored
Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com>
-
Sebastian Malton authored
-
Sebastian Malton authored
-
Jim Ehrismann authored
-
Jari Kolehmainen authored
-
Sebastian Malton authored
Co-authored-by:
Mikko Aspiala <mikko.aspiala@gmail.com> Co-authored-by:
Janne Savolainen <janne.savolainen@live.fi>
-
Alex Andreev authored
* Add observer wrapper to KubectlBinaries Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Add missing terminal title Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
Janne Savolainen authored
Prevent creation of dynamic components where withInjectables use type parameters to make React not re-mount because of dynamic components being different (#4808) Co-authored-by:
Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi>
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
- 02 Feb, 2022 2 commits
-
-
Jim Ehrismann authored
Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com>
-
Janne Savolainen authored
* Fix virtual list behaviour in item list layout by making table rows observer Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi> * Make selecting item in ItemListLayout not scroll to top Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi> * Fix scrolling to top when selecting all items in item list layout Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi> * Fix refreshing release values when release is unselected Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi> * Remove noisy debugging Co-authored-by:
Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi> * Fix sorting of table rows Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi> * Replace avoidable asyncComputed with normal computed Co-authored-by:
Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi> * Revert unnecessary code style changes Co-authored-by:
Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi> * Fix render-storm in Events Co-authored-by:
Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi> * Fix missing key in React array Co-authored-by:
Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi>
-