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.
- 04 Feb, 2021 1 commit
-
-
Roman authored
* Detach NamespaceStore from KubeWatchApi, proper KubeObjectStore.loadAll (rebase of #2033) Signed-off-by:
Roman <ixrock@gmail.com> * Watch-api requests optimization (#2066) * subscribe for watching resources in single request when has admin-like access rights Signed-off-by:
Roman <ixrock@gmail.com> * responding to comments Signed-off-by:
Roman <ixrock@gmail.com> * fix unit-tests Signed-off-by:
Roman <ixrock@gmail.com> * fix: reloading stores when preloading enabled and waitUntilLoaded=false Signed-off-by:
Roman <ixrock@gmail.com> * mark Cluster.canUseWatchApi() and Cluster.refreshAccessibility() as private Signed-off-by:
Roman <ixrock@gmail.com> * fix unit test: make public Cluster.canUseWatchApi() Signed-off-by:
Roman <ixrock@gmail.com> * responding to comments in #2066 Signed-off-by:
Roman <ixrock@gmail.com>
-
- 29 Dec, 2020 1 commit
-
-
Jari Kolehmainen authored
* remove lingui Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com> * babelless Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com> * tweak ts-loader options Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com> * tweak renderer webpack config Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
- 22 Dec, 2020 1 commit
-
-
Roman authored
* decentralizing page url-params management -- PoC / tsc 4.1 random fixes Signed-off-by:
Roman <ixrock@gmail.com> * fixes, tweak example-extension for demo Signed-off-by:
Roman <ixrock@gmail.com> * lint fixes, revert tests Signed-off-by:
Roman <ixrock@gmail.com> * removed occasional changes related to typescript 4.1 Signed-off-by:
Roman <ixrock@gmail.com> * updated example with 2 menu-items targeting same page with different params Signed-off-by:
Roman <ixrock@gmail.com> * fix: merge page url chunks with native URL()-api, simplified default page-params registration Signed-off-by:
Roman <ixrock@gmail.com> * fix: make lint happy Signed-off-by:
Roman <ixrock@gmail.com> * fix: unit-tests Signed-off-by:
Roman <ixrock@gmail.com> * renaming by jim's request: UrlParam => PageParam (type), createUrlParam => createPageParam (helper) Signed-off-by:
Roman <ixrock@gmail.com> * fix: reverting NamespaceStore public-api breaking changes Signed-off-by:
Roman <ixrock@gmail.com> * lint fix Signed-off-by:
Roman <ixrock@gmail.com> * fine-tuning Signed-off-by:
Roman <ixrock@gmail.com> * yes, lint always unhappy Signed-off-by:
Roman <ixrock@gmail.com> * fix build Signed-off-by:
Roman <ixrock@gmail.com> * small fixes Signed-off-by:
Roman <ixrock@gmail.com> * fix merge-conflicts Signed-off-by:
Roman <ixrock@gmail.com> * removed `isSystem` page-param's init field exposed to extensions-api Signed-off-by:
Roman <ixrock@gmail.com>
-
- 18 Dec, 2020 1 commit
-
-
Alex Andreev authored
* Moving SidebarNavItem component to its own file Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Using id prop to preserve expanding state Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
- 04 Dec, 2020 1 commit
-
-
Alex Andreev authored
Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
- 02 Dec, 2020 1 commit
-
-
Panu Horsmalahti authored
Signed-off-by:
Panu Horsmalahti <phorsmalahti@mirantis.com>
-
- 30 Nov, 2020 1 commit
-
-
Panu Horsmalahti authored
Signed-off-by:
Panu Horsmalahti <phorsmalahti@mirantis.com>
-
- 27 Nov, 2020 1 commit
-
-
Sebastian Malton authored
* add no-unused-vars and no-unused-imports * added quotes: double, and remove ignore pattern * move itif and describeif into utils Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
- 20 Nov, 2020 1 commit
-
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
- 19 Nov, 2020 2 commits
-
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Panu Horsmalahti authored
Signed-off-by:
Panu Horsmalahti <phorsmalahti@mirantis.com>
-
- 16 Nov, 2020 1 commit
-
-
Roman authored
* PageRegistration & PageMenuRegistration fixes & more simplification, fix #1383 Signed-off-by:
Roman <ixrock@gmail.com> * clean up test, deprecate page.routePath Signed-off-by:
Roman <ixrock@gmail.com> * fix: proper `isActive` state matching for page-menu-target to page considering current document location Signed-off-by:
Roman <ixrock@gmail.com>
-
- 13 Nov, 2020 1 commit
-
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com> Co-authored-by:
Roman <ixrock@gmail.com>
-
- 12 Nov, 2020 1 commit
-
-
Roman authored
Signed-off-by:
Roman <ixrock@gmail.com> Co-authored-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
- 10 Nov, 2020 1 commit
-
-
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>
-
- 27 Oct, 2020 1 commit
-
-
Roman authored
* Tray icon #833 -- part 1 Signed-off-by:
Roman <ixrock@gmail.com> * Tray icon #833 -- part 2 Signed-off-by:
Roman <ixrock@gmail.com> * Tray icon #833 -- part 3 Signed-off-by:
Roman <ixrock@gmail.com> * Tray icon #833 -- part 4 Signed-off-by:
Roman <ixrock@gmail.com> * fix: lint / linux build failed Signed-off-by:
Roman <ixrock@gmail.com> * allow to disable tray from preferences Signed-off-by:
Roman <ixrock@gmail.com> * allow to tweak svg-icon before applying as tray-icon Signed-off-by:
Roman <ixrock@gmail.com> * add checkbox indication, setActive workspace on cluster select Signed-off-by:
Roman <ixrock@gmail.com> * fix build version (cannon find module 'react') Signed-off-by:
Roman <ixrock@gmail.com> * - switching dark/light icon depending on os-x theme settings - optimization: don't re-create tray icon on menu udpates (avoid blinking) Signed-off-by:
Roman <ixrock@gmail.com> * fix: refresh icon after turning on/off + switching dark-mode Signed-off-by:
Roman <ixrock@gmail.com> * allow to close main window and re-open from dock or tray icon Signed-off-by:
Roman <ixrock@gmail.com> * small fix Signed-off-by:
Roman <ixrock@gmail.com> * fix: ensure main-window from global menu Signed-off-by:
Roman <ixrock@gmail.com> * chore Signed-off-by:
Roman <ixrock@gmail.com> * fix: hide traffic-light buttons for tray window Signed-off-by:
Roman <ixrock@gmail.com> * removed redundant tray window Signed-off-by:
Roman <ixrock@gmail.com> * removed delay from base-store Signed-off-by:
Roman <ixrock@gmail.com> * adding cluster fix (reverted changes from master) Signed-off-by:
Roman <ixrock@gmail.com> * - hide icon in dock when main-window closed (mac-os only) - added preferences checkbox to open app at system start-up Signed-off-by:
Roman <ixrock@gmail.com> * handle quit app action from tray menu Signed-off-by:
Roman <ixrock@gmail.com> * moved generating tray icons to build step Signed-off-by:
Roman <ixrock@gmail.com> * Fix integration tests (#1080) * Fix integration tests Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> * Update integration/helpers/utils.ts Co-authored-by:
Sebastian Malton <sebastian@malton.name> Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> Co-authored-by:
Sebastian Malton <sebastian@malton.name> * fix-build: invisible app icon when there are more files within "build/icons/*.png" Signed-off-by:
Roman <ixrock@gmail.com> * chore Signed-off-by:
Roman <ixrock@gmail.com> * yarn i18n.extract Signed-off-by:
Roman <ixrock@gmail.com> * clean-up Signed-off-by:
Roman <ixrock@gmail.com> * navigation refactoring, move out `buildUrl` to common/utils so `react` and `react-router` not required as package.json dependecies in runtime (main) Signed-off-by:
Roman <ixrock@gmail.com> * Ignore namespace query param on integration tests (#1109) Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> * merge-conflicts fixes Signed-off-by:
Roman <ixrock@gmail.com> * support page fixes Signed-off-by:
Roman <ixrock@gmail.com> * make eslint happy again Signed-off-by:
Roman <ixrock@gmail.com> Co-authored-by:
Lauri Nevala <lauri.nevala@gmail.com> Co-authored-by:
Sebastian Malton <sebastian@malton.name>
-
- 26 Oct, 2020 1 commit
-
-
Roman authored
Signed-off-by:
Roman <ixrock@gmail.com>
-
- 24 Oct, 2020 1 commit
-
-
Roman authored
Signed-off-by:
Roman <ixrock@gmail.com> Co-authored-by:
Jim Ehrismann <40840436+jim-docker@users.noreply.github.com>
-
- 13 Oct, 2020 1 commit
-
-
Jari Kolehmainen authored
* initial telemetry extension Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com> * Fix preferences saving and default value Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> Co-authored-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
- 08 Oct, 2020 1 commit
-
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
- 06 Oct, 2020 1 commit
-
-
Roman authored
Signed-off-by:
Roman <ixrock@gmail.com>
-
- 21 Sep, 2020 1 commit
-
-
Yangjun Wang authored
* fix bug: side bar scrolls after clicking on lower item Signed-off-by:
Yangjun Wang <yangjun.wang@wartsila.com> * fix issue main area missing issue, add mobx observer to TabLayout Signed-off-by:
Yangjun Wang <yangjun.wang@wartsila.com> Co-authored-by:
Yangjun Wang <yangjun.wang@wartsila.com>
-
- 09 Sep, 2020 1 commit
-
-
Roman authored
Signed-off-by:
Roman <ixrock@gmail.com> Co-authored-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
- 20 Aug, 2020 1 commit
-
-
Roman authored
Signed-off-by:
Roman <ixrock@gmail.com> Co-authored-by:
Sebastian Malton <sebastian@malton.name> Co-authored-by:
Sebastian Malton <smalton@mirantis.com> Co-authored-by:
Lauri Nevala <lauri.nevala@gmail.com> Co-authored-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
- 30 Jun, 2020 1 commit
-
-
Roman authored
Signed-off-by:
Roman <ixrock@gmail.com>
-
- 17 Jun, 2020 1 commit
-
-
Lauri Nevala authored
-
- 05 Jun, 2020 1 commit
-
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
- 09 May, 2020 1 commit
-
-
Adam Malcontenti-Wilson authored
Signed-off-by:
Adam Malcontenti-Wilson <adman.com@gmail.com>
-
- 13 Apr, 2020 1 commit
-
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
- 28 Mar, 2020 1 commit
-
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
- 15 Mar, 2020 1 commit
-
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-