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.
- 10 Mar, 2021 2 commits
-
-
pashevskii authored
Signed-off-by:
Pavel Ashevskiy <pavel.ashevskiy@ifellow.ru> Co-authored-by:
Pavel Ashevskiy <pavel.ashevskiy@ifellow.ru>
-
Violetta authored
Signed-off-by:
vshakirova <vshakirova@mirantis.com>
-
- 09 Mar, 2021 1 commit
-
-
Alex authored
* Add configuration for debugging integration tests Signed-off-by:
Alex Culliere <alozhkin@mirantis.com> * Add launch configuration for debugging main process Signed-off-by:
Alex Culliere <alozhkin@mirantis.com> * Continue polishing debug configurations Signed-off-by:
Alex Culliere <alozhkin@mirantis.com> * Remove unnecessary dependency Signed-off-by:
Alex Culliere <alozhkin@mirantis.com> * Add debug configuration for unit tests + cleanup vscode tasks Signed-off-by:
Alex Culliere <alozhkin@mirantis.com> * Update src/renderer/bootstrap.tsx Add `await` keyword to debugger attachment Co-authored-by:
chh <1474479+chenhunghan@users.noreply.github.com> Signed-off-by:
Alex Culliere <alozhkin@mirantis.com> * Update src/renderer/bootstrap.tsx Co-authored-by:
chh <1474479+chenhunghan@users.noreply.github.com> Signed-off-by:
Alex Culliere <alozhkin@mirantis.com> * Use existing variable to wait for chrome debugger attachment Signed-off-by:
Alex Culliere <alozhkin@mirantis.com> * Update src/renderer/bootstrap.tsx Use available helper function instead of raw promise Co-authored-by:
Sebastian Malton <sebastian@malton.name> Signed-off-by:
Alex Culliere <alozhkin@mirantis.com> * Import delay utility Signed-off-by:
Alex Culliere <alozhkin@mirantis.com> * Move async function to async context (attaching debugger) Signed-off-by:
Alex Culliere <alozhkin@mirantis.com> Co-authored-by:
Alex Culliere <alozhkin@mirantis.com> Co-authored-by:
chh <1474479+chenhunghan@users.noreply.github.com> Co-authored-by:
Sebastian Malton <sebastian@malton.name>
-
- 08 Mar, 2021 2 commits
-
-
Sebastian Malton authored
Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Sebastian Malton authored
Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
- 05 Mar, 2021 2 commits
-
-
Sebastian Malton authored
Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Sebastian Malton authored
-
- 04 Mar, 2021 2 commits
-
-
Sebastian Malton authored
* broadcast update available only after downloading update * remove unnecessary downloads, force silent and restart modes if user chooses to install update immediately * add app.exit() for installing (fixes bug on Windows) Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Alex Andreev authored
* Removing @observer decorator from <App/> Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Add observer wrapper to <MainLayoutHeader/> Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Fix eslint claim Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Moving extension route renderers to components Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Clean up Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Removing external observables out from App render() Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Fetching hosted cluster inside Command Palette Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Setting route lists explicitly To avoid using observable data within tabRoutes arrays Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Review fixes Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
- 03 Mar, 2021 2 commits
-
-
Sebastian Malton authored
- Remove mixing of async and promises - Remove unnecessary instance close method - Use condition call syntax Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Lauri Nevala authored
* Render only secret name on pod details without access to secrets Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> * Preserving layout when amount of secrets passed Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Refactor secrets to observable map Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> Co-authored-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
- 02 Mar, 2021 1 commit
-
-
Sebastian Malton authored
Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
- 01 Mar, 2021 2 commits
-
-
Lauri Nevala authored
* Ignore clusters with invalid kubeconfig Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> * Improve error message Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> * Mark cluster as dead if kubeconfig loading fails Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> * Fix tests Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> * Validate cluster object in kubeconfig when constructing cluster Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> * Add unit tests for validateKubeConfig Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> * Refactor validateKubeconfig unit tests Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> * Extract ValidationOpts type Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> * Add default value to validationOpts param Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> * Change isDead to property Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> * Fix lint issues Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> * Add missing new line Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> * Update validateKubeConfig in-code documentation Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> * Remove isDead property Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> * Display warning notification if invalid kubeconfig detected (#2233) * Display warning notification if invalid kubeconfig detected Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Alex Andreev authored
Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
- 26 Feb, 2021 4 commits
-
-
Sebastian Malton authored
Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Christoph Meier authored
For rbac the `PodDisruptionBudget` should use the `policy` group. Signed-off-by:
Christoph MEIER <top@foyer.lu>
-
Jari Kolehmainen authored
* flush response header always when proxy gets a response Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com> * force flush only when watch param exists Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
- 25 Feb, 2021 3 commits
-
-
pashevskii authored
Signed-off-by:
Pavel Ashevskiy <pavel.ashevskiy@ifellow.ru> Co-authored-by:
Pavel Ashevskiy <pavel.ashevskiy@ifellow.ru>
-
Sebastian Malton authored
- 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>
-
Jim Ehrismann authored
* the select all checkbox should not select disabled items Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com> * remove improper bullet-proofing Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com> * added default for customizeTableRowProps Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com>
-
- 24 Feb, 2021 4 commits
-
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Sebastian Malton authored
Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Violetta authored
Signed-off-by:
vshakirova <vshakirova@mirantis.com>
-
Alex Andreev authored
* Refactor of excludeDeprecated helm service method Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Pick first helm chart from the list on load Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Removing helm filtering in UI Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Cleaning up Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Cleaning up type definitions Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Adding sorting charts by version Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Adding tests for methods that manipute chart listing Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Cleaning up tests a bit Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Adding semver coercion before comparing versions Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
- 23 Feb, 2021 3 commits
-
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Sebastian Malton authored
- Move all strings of the form {`...`} to use just "" - Fix RoleBindingDetails not rendering the name of the role binding Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Steven Martin authored
Repositories was misspelled in Managing Helm Repositories Signed-off-by:
stevenGravy <steven@gravitational.com>
-
- 22 Feb, 2021 4 commits
-
-
Sebastian Malton authored
- Fix auto update on quit with newer version - If the user specifies that Lens should auto update on quit to a specific version, and before they quit the auto-updater finds a newer version. Then disregard the previous request to update - reset broadcast-ed version if failed to broadcast Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Roman authored
Signed-off-by:
Roman <ixrock@gmail.com>
-
Sebastian Malton authored
Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Roman authored
- fix: don't reload namespaces on every page visit / NamespaceSelect.render() Signed-off-by:
Roman <ixrock@gmail.com>
-
- 19 Feb, 2021 1 commit
-
-
Roman authored
* - fix: proper sorting for resource age column - use Date.now() instead of new Date().getTime() (#2141 follow-up) Signed-off-by:
Roman <ixrock@gmail.com> * fix: proper bar-chart tooltip callback Signed-off-by:
Roman <ixrock@gmail.com> * fix: sorting in cronjobs, more Date.now() replacements Signed-off-by:
Roman <ixrock@gmail.com>
-
- 18 Feb, 2021 7 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>
-
Rafed Ramzi authored
Signed-off-by:
Rafed Ramzi <rafedramzi@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
* fix: use default sorting for <Events/> as on "timeline" (fresh on top) Signed-off-by:
Roman <ixrock@gmail.com> * responding to comments Signed-off-by:
Roman <ixrock@gmail.com> * convert comments to jsdoc (table.tsx) Signed-off-by:
Roman <ixrock@gmail.com>
-
dependabot[bot] authored
Bumps [xterm](https://github.com/xtermjs/xterm.js) from 4.6.0 to 4.10.0. - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/4.6.0...4.10.0 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-