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.
- 11 Nov, 2020 3 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>
-
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 search query on dock tab change Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Refresh search when logs get changed Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Case-insensitive search Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Improve logs scrolling experience Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Catching empty logs in various places Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Fixing downloading logs Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Clean up some duplicated styles Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Removing jump-to-bottom animation Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Fixing since label Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Reducing container selector size Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Scroll down to bottom after each reload Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Fix search within timestamps if they not provided Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Use log row hover color from theme Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Add search bindings for 'Esc' & 'Enter' hits Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Focus input fields on CmdOrCtrl+F Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Move search.store.ts in to /common folder Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * search.store.ts -> search-store.ts Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Adding test for search store Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Adding integration tests for logs Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Fixing scroll jumping bug Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Removing download icon check for testing purpose Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Removing clicking on nginx-create-pod-test Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Moving log tests before cluster operations Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Build extensions before integration tests Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> * Build also npm before integration tests Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> * Move npm build and extension build into own build step Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> * Removing separator sketches Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Horizontal scrolling to founded keyword Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Delaying horizontal scrolling Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> Co-authored-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
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 8 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>
-
Alex Andreev authored
Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Mario Sarcher authored
Reworked Clusters/Settings
-
Paul Williams authored
Reworked and added screenshots to clusters/settings.md and reworked first sentence of clusters/removing-clusters.md
-
- 05 Nov, 2020 3 commits
-
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Mario Sarcher authored
Co-authored-by:
Steve Richards <srichards@mirantis.com> Co-authored-by:
Mario Sarcher <msarcher@mirantis.com> Co-authored-by:
steve richards <steve.james.richards@gmail.com> Co-authored-by:
Paul Williams <pawilliams@mirantis.com> Co-authored-by:
pauljwil <pauljwil@gmail.com>
-
pashevskii authored
Signed-off-by:
Pavel Ashevskii <pashevskii@mirantis.com>
-
- 04 Nov, 2020 5 commits
-
-
Roman authored
* Extensions page and menu item Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Basic extension list view Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Adding get userExtensions filter Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Using WizardLayout at extension page Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Adding search to extension page Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Few style fixes Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * clean up Signed-off-by:
Roman <ixrock@gmail.com> * added folder-icon to open extensions in finder, refactoring Signed-off-by:
Roman <ixrock@gmail.com> * remove export warnings in dev:main, tooltip.getPosition() fix Signed-off-by:
Roman <ixrock@gmail.com> * refactoring base lens-extension.ts, added `isBundled` flag Signed-off-by:
Roman <ixrock@gmail.com> * added enabled/disable buttons Signed-off-by:
Roman <ixrock@gmail.com> * auto enable/disable extensions -- part 1 Signed-off-by:
Roman <ixrock@gmail.com> * auto enable/disable extensions -- part 2 Signed-off-by:
Roman <ixrock@gmail.com> * auto enable/disable extensions -- part 3 Signed-off-by:
Roman <ixrock@gmail.com> * auto enable/disable extensions -- part 4 Signed-off-by:
Roman <ixrock@gmail.com> * refactoring & fixes Signed-off-by:
Roman <ixrock@gmail.com> * fix: use page-layout with fullsize viewport Signed-off-by:
Roman <ixrock@gmail.com> Co-authored-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Sebastian Malton authored
Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
chh authored
Signed-off-by:
Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
-
Sebastian Malton authored
Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-