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 Jan, 2022 2 commits
-
-
Sebastian Malton authored
Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Sebastian Malton authored
Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
- 11 Jan, 2022 3 commits
-
-
Sebastian Malton authored
-
Jim Ehrismann authored
Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com>
-
Janne Savolainen authored
Command Palette Improvements
-
- 10 Jan, 2022 2 commits
-
-
Sebastian Malton authored
-
Jim Ehrismann authored
* adding disabled status to port forwards (WIP) Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com> * more work Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com> * almost working Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com> * working Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com> * refactoring and bug fixing, still issue with port-forward-dialog Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com> * further refactoring and bug fixing Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com> * fixed remaining issues around port-forward dialog, changed port-forward-item id to resource name, etc from local port Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com> * documentation, more cleanup Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com> * address review comments Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com>
-
- 07 Jan, 2022 1 commit
-
-
Sebastian Malton authored
-
- 05 Jan, 2022 8 commits
-
-
Sebastian Malton authored
Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Sebastian Malton authored
Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Sebastian Malton authored
Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Sebastian Malton authored
- Deprecate the "scope" on command registrations as it is buggy and generally unfixable - Switch to mounting CommandContainer in each new frame so that there is no need to broadcast anything other than opening palette - Add CRD entries to the command registry within each cluster - Add navigate to CommandActionContext to simplify handling of root frame scoped URLs - Switch to using DI for some of the deps Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Sebastian Malton authored
-
dependabot[bot] authored
Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Sebastian Malton authored
* Fix CRD.getPreferedVersion() to work based on apiVersion Signed-off-by:
Sebastian Malton <sebastian@malton.name> * Add tests Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
- 04 Jan, 2022 2 commits
-
-
Sebastian Malton authored
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
- 31 Dec, 2021 5 commits
-
-
Juho Heikka authored
* Add extension ability to add tray menu items. Signed-off-by:
Juho Heikka <juho.heikka@gmail.com> * Add tray menu extension documentation Signed-off-by:
Juho Heikka <juho.heikka@gmail.com> * Add tests to tray menu items. Fix autorun infinite loop. Signed-off-by:
Juho Heikka <juho.heikka@gmail.com> * Fix documentation Signed-off-by:
Juho Heikka <juho.heikka@gmail.com> * Remove unnecessary slice() Signed-off-by:
Juho Heikka <juho.heikka@gmail.com> * Define a type for tray menu registration Signed-off-by:
Juho Heikka <juho.heikka@gmail.com> * Change TrayMenuRegistration not to leak or depend on Electron Menu API Signed-off-by:
Juho Heikka <juho.heikka@gmail.com> * Update trayMenus Extension API documentation Signed-off-by:
Juho Heikka <juho.heikka@gmail.com> * Refactor all tests to use runInAction Signed-off-by:
Juho Heikka <juho.heikka@gmail.com>
-
Janne Savolainen authored
Replace TopBarRegistry with reactive solution
-
Janne Savolainen authored
Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi>
-
Janne Savolainen authored
Co-authored-by:
Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi>
-
Janne Savolainen authored
Replace WelcomeMenuRegistry and WelcomeBannerRegistry with reactive solution
-
- 30 Dec, 2021 1 commit
-
-
Alex Andreev authored
* Switch component initial draft Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Add onClick event Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * onClick fine-tunings Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Fine-tuning styles Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Adding tests Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Fix light theme thumb color Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Using native switch in places Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Removing material ui switcher Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Revert "Removing material ui switcher" This reverts commit 6b9e0a090c7ff239fd7fbe071a16ff04448ab8c0. * Mark Switcher and FormSwitch as deprecated Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Cleaning up Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Using theme-light mixin Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Fix fetching values from onChange callback Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Add custon onChange event with checked prop Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Check for onChange() availability Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Fix show minimap label Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
- 28 Dec, 2021 5 commits
-
-
Alex Andreev authored
* Adding basic colors to tailwind theme Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Using tailwind inline to style close button Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Make Select look similar to inputs Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Moving styles into separate module Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Convert tailwind commands to css Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
Janne Savolainen authored
Co-authored-by:
Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi>
-
Janne Savolainen authored
Co-authored-by:
Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi>
-
Janne Savolainen authored
Co-authored-by:
Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi>
-
Janne Savolainen authored
Adapt to recent simplifications in injectable
-
- 27 Dec, 2021 6 commits
-
-
Janne Savolainen authored
Co-authored-by:
Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi>
-
Janne Savolainen authored
Co-authored-by:
Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi>
-
Janne Savolainen authored
Co-authored-by:
Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi>
-
Janne Savolainen authored
Co-authored-by:
Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by:
Janne Savolainen <janne.savolainen@live.fi>
-
Roman authored
Signed-off-by:
Roman <ixrock@gmail.com>
-
Roman authored
Signed-off-by:
Roman <ixrock@gmail.com>
-
- 24 Dec, 2021 1 commit
-
-
Sebastian Malton authored
* Remove unnecessary CatalogEntityItem Signed-off-by:
Sebastian Malton <sebastian@malton.name> * Using simple notation to set search url params Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Fix styles file name Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> Co-authored-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
- 23 Dec, 2021 3 commits
-
-
Roman authored
using sass + css-modules + tailwind for styling, part of #3701
-
Strokachuk Oleg authored
Signed-off-by:
zifter <zifter.ai@gmail.com>
-
Juho Heikka authored
* Show splash window until bundled extensions have been loaded Signed-off-by:
Juho Heikka <juho.heikka@gmail.com> * Remove unnecessary variable. Signed-off-by:
Juho Heikka <juho.heikka@gmail.com> * Refactor autoInitExtensions Signed-off-by:
Juho Heikka <juho.heikka@gmail.com> * Add timeout to waiting for bundled extensions to load Signed-off-by:
Juho Heikka <juho.heikka@gmail.com>
-
- 22 Dec, 2021 1 commit
-
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-