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.
- 12 Nov, 2020 7 commits
-
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Roman authored
Signed-off-by:
Roman <ixrock@gmail.com> Co-authored-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Alex Andreev authored
Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
Lauri Nevala authored
* Add extension development instructions for Windows users Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> Co-authored-by:
steve richards <steve.james.richards@gmail.com>
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Roman authored
Signed-off-by:
Roman <ixrock@gmail.com>
-
- 11 Nov, 2020 8 commits
-
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Roman authored
Signed-off-by:
Roman <ixrock@gmail.com>
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
- 10 Nov, 2020 10 commits
-
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Sebastian Malton authored
* Fix rendering of boolean values in CRDs - add optional special casing for boolean values in DrawerItems and TableRows since React (imo annoying fashion) does not render boolean values by default. - add a spinner on the sidebar for when the CRD menu is expeanded but the entries have not been loaded yet. - Add ability to double click a Badge to expand, also make it so that Badges highligh all text on first click. Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Alex Andreev authored
* Removing !important statements from theme vars Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Wait for user store to load Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Fix this reference Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Aligning test with resetTheme() fixes Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
chh authored
Signed-off-by:
Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
-
Alex Andreev authored
* Passing toolbar prop into action menus Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Toggling .mouse-intent Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Icon focus restyling Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Adding what-input dependency Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
Mario Sarcher authored
Generate API Reference documentation using typedocs and gh-actions
-
Mario Sarcher authored
Signed-off-by:
Mario Sarcher <msarcher@mirantis.com>
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
- 09 Nov, 2020 10 commits
-
-
Jim Ehrismann authored
* implemented app menu testing support * addded Preferences page helm repo test Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com>
-
Alex Andreev authored
Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
Sebastian Malton authored
* add some overview documentation to the getting started page Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Sebastian Malton authored
* Add mechanism for users to specify namespaces that are accessible to them. This is generally useful for when the user doesn't have permission to list the namespaces. - Add new component "EditableList" which provides a simple way to display a list of items that can be added too. - Add the ClusterAccessibleNamespaces to the GeneralClusterSettings - style editable list list of lists, switch to using <> Signed-off-by:
Sebastian Malton <sebastian@malton.name> Co-authored-by:
Sebastian Malton <smalton@mirantis.com>
-
Alex Andreev authored
* Moving logs to virtual list Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Introducing log search Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Setting ref for VirtualList to access its methods Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Introducing search store Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Centering overlay when scroll to it Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Using SearchInput in PodLogSearch Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Using Prev/Next icons for search Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * No trigger logs load when scrolled by method Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * SearchInput refactoring Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Adding find counters Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Clean sear...
-
Roman authored
* export more UI components via extensions-api, touches #1277 #1284 Signed-off-by:
Roman <ixrock@gmail.com> * fix build, added table + notification-store exports Signed-off-by:
Roman <ixrock@gmail.com>
-
chh authored
* Add webpack-dev-server (for hot module replacement) to serve statics, add HardSourceWebpackPlugin to improve re-compiling speed * Serve statics using webpack-dev-server instead of lens-proxy, redirect request of Lens.html/Lens.js to webpack-dev-server * Add react-refresh-webpack-plugin and its dep for hot-reload * Add hot-reload plugin, and make proxy redirects requests to webpackdevserver * Add hard-source webpack plugin to main process * Remove parameter 'path' of handleStaticFile * Upgarde webpack to v4 latest stable * Fix build error: plugins shouldnt be null Signed-off-by:
Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
-
Miska Kaipiainen authored
Signed-off-by:
Miska Kaipiainen <miska.kaipiainen@gmail.com>
-
Roman authored
Signed-off-by:
Roman <ixrock@gmail.com>
-
chh authored
Signed-off-by:
Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
-
- 07 Nov, 2020 1 commit
-
-
Roman authored
* fix: create extension instance only when enabled Signed-off-by:
Roman <ixrock@gmail.com> * mark extension.isEnabled with private modifier Signed-off-by:
Roman <ixrock@gmail.com> * try-catch errors for extension.disable() Signed-off-by:
Roman <ixrock@gmail.com> * fixes & refactoring Signed-off-by:
Roman <ixrock@gmail.com> * make ext.isBundled non optional Signed-off-by:
Roman <ixrock@gmail.com>
-
- 06 Nov, 2020 4 commits
-
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
chh authored
Signed-off-by:
Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
-
Miska Kaipiainen authored
Signed-off-by:
Miska Kaipiainen <miska.kaipiainen@gmail.com>
-