Alex Andreev
822500dc21
Remove dock-tabs styles from dock.scss
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-03-14 11:34:37 +03:00
Alex Andreev
3d5da4f60d
Removing custom left/right arrow buttons
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-03-14 11:24:10 +03:00
Alex Andreev
98af8f9bc1
Show close btn on hover
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-03-11 18:34:01 +03:00
Alex Andreev
4ac89429de
Active tab soft background
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-03-11 18:10:59 +03:00
Alex Andreev
00121fd044
Merge branch 'master' into improve-dock-tabs-ux
2022-03-11 11:45:37 +03:00
Alex Andreev
772e879b81
Fix "logs from" date ( #4987 )
2022-03-10 16:13:22 -05:00
dependabot[bot]
613d107545
Bump @sentry/types from 6.15.0 to 6.18.2 ( #4981 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-10 15:11:32 -05:00
dependabot[bot]
e9c2f273c8
Bump type-fest from 1.0.2 to 1.4.0 ( #4985 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-10 15:05:52 -05:00
Jim Ehrismann
bba3199bb5
Remove listener for online event ( #4970 )
2022-03-10 11:08:31 -05:00
Jim Ehrismann
98235d17ac
fixed non-virtual list row rendering ( #4983 )
2022-03-10 09:05:05 -05:00
Sebastian Malton
8b6f8e5dc3
Fix HelmChart validator requiring digest field ( #4920 )
...
* Fix HelmChart validator requiring digest field
Signed-off-by: Sebastian Malton <sebastian@malton.name>
* fix tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-03-10 07:06:47 -05:00
dependabot[bot]
65ba094d97
Bump nanoid from 3.1.30 to 3.2.0 ( #4736 )
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-10 14:47:54 +03:00
dependabot[bot]
a37bcf36b2
Bump simple-get from 4.0.0 to 4.0.1 ( #4772 )
...
Bumps [simple-get](https://github.com/feross/simple-get ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/feross/simple-get/releases )
- [Commits](https://github.com/feross/simple-get/compare/v4.0.0...v4.0.1 )
---
updated-dependencies:
- dependency-name: simple-get
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-10 13:57:09 +03:00
dependabot[bot]
aaad9262ed
Bump url-parse from 1.5.3 to 1.5.10 ( #4921 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.3 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.10 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-10 13:53:34 +03:00
dependabot[bot]
070ef31220
Bump follow-redirects from 1.14.7 to 1.14.8 ( #4857 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-10 13:47:21 +03:00
Sebastian Malton
a19f094a0d
Consolidate downloading binaries into one script ( #4942 )
...
* Consolidate downloading binaries into one script
- Upgrade lens-k8s-proxy to 0.1.5 which allows us to remove the trailing
slash in KubeAuthProxy
- Consolidate nromalizing arch and os strings
- Remove LensBinary as HelmCli is not just a raw object since it is
always bundled
- Introduce OnceCell and use it for the binary paths
Signed-off-by: Sebastian Malton <sebastian@malton.name>
* Fully remove helmCli, move associated variable to vars
Signed-off-by: Sebastian Malton <sebastian@malton.name>
* Fix helm downloading on windows
Signed-off-by: Sebastian Malton <sebastian@malton.name>
* Don't download binaries for unsupported windows
Signed-off-by: Sebastian Malton <sebastian@malton.name>
* Arch specific paths
Signed-off-by: Sebastian Malton <sebastian@malton.name>
* Fix downloading helm on windows
Signed-off-by: Sebastian Malton <sebastian@malton.name>
* rename once-cell file to lazy-initialized
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-03-09 17:51:51 -05:00
Alex Andreev
dd5dfb393d
Add 'Sync with computer' theme option ( #4973 )
2022-03-09 08:08:24 -05:00
Jari Kolehmainen
a4954b9f8d
Webpack quality of life improvements for dev mode ( #4980 )
2022-03-08 09:48:16 -05:00
Carlos René Mederos Arias
adf3b8dc60
Fix annotation for cronjob when is manually triggered ( #4976 )
...
Signed-off-by: Carlos René Mederos Arias <krlosmederos@gmail.com>
2022-03-08 07:04:25 -05:00
Jim Ehrismann
e59cb04d5a
quick fix for logs not showing in tabs after first tab ( #4964 )
...
* quick fix for logs not showing in tabs after first tab
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
* proper fix
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
2022-03-04 07:02:29 -05:00
Dmitriy Noa
769a9441f8
Fix unselect. Add unit tests ( #4961 )
...
* Fix unselect. Add unit tests
Signed-off-by: DmitriyNoa <dmytro.zharkov@gmail.com>
* Cleanup
Signed-off-by: DmitriyNoa <dmytro.zharkov@gmail.com>
* Add additional test for undefined
Signed-off-by: DmitriyNoa <dmytro.zharkov@gmail.com>
2022-03-04 10:09:15 +01:00
Janne Savolainen
125a47a56d
Replace WorkloadsOverviewDetailRegistry with reactive solution ( #4817 )
...
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2022-03-04 10:04:38 +02:00
Jari Kolehmainen
8dbc0b82f8
Fix api-manager kubeobject types ( #4959 )
...
* loosen api-manager kubeobject types
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
* less any
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
* less any
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
* fix typings
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
* fix typings
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2022-03-03 19:26:56 +02:00
Janne Savolainen
54b87efd89
Replace KubeObjectStatusRegistry with reactive solution ( #4815 )
2022-03-03 07:55:57 -05:00
Sebastian Malton
d72ebac5f3
Bump lens-k8s-proxy to v0.1.5 ( #4946 )
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-03-02 17:21:32 -05:00
dependabot[bot]
e6d4b05e42
Bump plist from 3.0.2 to 3.0.4 ( #4952 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 13:55:49 -05:00
DmitriyNoa
7d47861ddc
Merge branch 'master' into improve-dock-tabs-ux
...
# Conflicts:
# src/renderer/components/dock/dock-tabs.tsx
2022-03-02 16:59:33 +01:00
Sebastian Malton
1077a949ec
Cherry Pick from master to release/v5.4 ( #4945 ) ( #4955 )
2022-03-02 08:58:52 -05:00
Sebastian Malton
0b32775d40
Enforce some naming conventions ( #4813 )
2022-03-01 13:06:53 -05:00
Sebastian Malton
dc6615f98f
Cherry Pick commits from master to release/5.4 ( #4943 )
2022-03-01 11:11:39 -05:00
Sebastian Malton
ff14603be6
Fix formatDuration test to be stable ( #4944 )
2022-03-01 11:05:32 -05:00
Sebastian Malton
5196ffa55d
Fix Editor's Font Family preference not being editable ( #4938 )
2022-03-01 10:53:44 -05:00
Jari Kolehmainen
c04a3b8d33
Replace kubectl-proxy with lens-k8s-proxy ( #4924 )
2022-02-28 09:37:29 -05:00
Sebastian Malton
f5a7d64551
Reduce cluster logging on quit ( #4935 )
2022-02-28 08:34:45 -05:00
Janne Savolainen
b65f6e00ec
Update injectable library ( #4842 )
...
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>
2022-02-25 11:10:13 -05:00
Mellow993
e8ca1ddf87
Bump concurrently version to fix windows 10 builds ( #4871 )
2022-02-25 10:39:10 -05:00
Roman
476ca252fb
Updated typescript target to ES2019 ( #4869 )
2022-02-25 10:20:22 -05:00
Roman
ff55719ffa
Upgrade to webpack@5 ( #4894 )
2022-02-25 10:20:06 -05:00
Jim Ehrismann
8524f9d244
release v5.4.0-beta.5 ( #4930 )
...
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
2022-02-24 18:04:54 -05:00
Alex Andreev
2bed34ccd5
Show helm details fetch errors in Notifications ( #4905 )
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-02-24 07:52:45 +03:00
Dmitriy Noa
9d04c23290
release v5.4.0-beta.4 ( #4926 )
...
Signed-off-by: DmitriyNoa <dmytro.zharkov@gmail.com>
2022-02-23 13:20:08 -05:00
Jari Kolehmainen
ee15188285
use official helm icon ( #4925 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2022-02-23 14:04:46 +02:00
Janne Savolainen
81819dbbe9
Revert accidental breaking change in Extension API ( #4904 )
...
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2022-02-23 13:26:14 +02:00
Jari Kolehmainen
12a6bd8512
Fix catalog syncer long delay ( #4911 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2022-02-23 06:52:43 +02:00
Sebastian Malton
9c604dcfa1
Fix UnhandledPromiseRejectionWarning in KubeApi.watch ( #4919 )
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-02-22 13:34:49 -05:00
Jim Ehrismann
7c9ec87b3c
release v5.4.0-beta.3 ( #4918 )
...
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
2022-02-22 12:23:24 -05:00
Steven Johnstone
625b00c247
Introduce and use "openBrowser" ( #4876 )
...
Co-authored-by: Steven Johnstone <sjohntone@mirantis.com>
2022-02-17 08:37:34 -05:00
Sebastian Malton
8088d3b5c2
Remove ExtenedMap, ToggleSet, and observable versions ( #3310 )
...
- Switch to helper functions instead. They don't impact the prototype
tree and it means that we don't need to introduce versions that are
both observable and "normal"
- Tidy <ItemListLayout> and hiddenTableColumns to not need
pre-initialization
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-02-16 18:20:22 -05:00
Sebastian Malton
ed91ef2d03
Cleanup HelmRepoManager and <HelmCharts> ( #4564 )
2022-02-16 14:43:26 -05:00
Sebastian Malton
dd819bb534
Refine UserStore from/to usage ( #3292 )
2022-02-16 14:43:19 -05:00