Janne Savolainen
8061760074
Add behaviour for navigating to preferences using tray
...
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2022-06-03 07:44:59 +03:00
Janne Savolainen
885ce01f79
Replace duplicated overrides with global
...
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2022-06-03 07:43:53 +03:00
Janne Savolainen
19b30df3a2
Make tray items comply with Open Closed Principle
...
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2022-06-03 07:43:53 +03:00
Janne Savolainen
0bbba593a4
Extract product name as injectable
...
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2022-06-03 07:43:53 +03:00
Sebastian Malton
e1c1e00a2b
Fix downloading cluster specific kubectl ( #5399 )
2022-06-02 18:40:30 -04:00
Sebastian Malton
ac27077ef9
Fix *.modules.scss that don't get correctly typed ( #5532 )
2022-06-02 08:59:38 -04:00
Sebastian Malton
d4fbab7176
Remove legacy renderBooleans prop ( #5483 )
2022-06-02 08:59:23 -04:00
dependabot[bot]
b86d409c92
Bump mobx-react from 7.4.0 to 7.5.0 ( #5544 )
...
Bumps [mobx-react](https://github.com/mobxjs/mobx ) from 7.4.0 to 7.5.0.
- [Release notes](https://github.com/mobxjs/mobx/releases )
- [Commits](https://github.com/mobxjs/mobx/compare/mobx-react@7.4.0...mobx-react@7.5.0 )
---
updated-dependencies:
- dependency-name: mobx-react
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-01 22:23:57 -04:00
dependabot[bot]
833650195a
Bump cli-progress and @types/cli-progress ( #5543 )
...
Bumps [cli-progress](https://github.com/npkgz/cli-progress ) and [@types/cli-progress](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cli-progress ). These dependencies needed to be updated together.
Updates `cli-progress` from 3.11.0 to 3.11.1
- [Release notes](https://github.com/npkgz/cli-progress/releases )
- [Changelog](https://github.com/npkgz/cli-progress/blob/master/CHANGES.md )
- [Commits](https://github.com/npkgz/cli-progress/compare/v3.11.0...v3.11.1 )
Updates `@types/cli-progress` from 3.9.2 to 3.11.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cli-progress )
---
updated-dependencies:
- dependency-name: cli-progress
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: "@types/cli-progress"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-01 22:23:22 -04:00
dependabot[bot]
65d0bab0b4
Bump react-table and @types/react-table ( #5542 )
...
Bumps [react-table](https://github.com/tannerlinsley/react-table ) and [@types/react-table](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-table ). These dependencies needed to be updated together.
Updates `react-table` from 7.7.0 to 7.8.0
- [Release notes](https://github.com/tannerlinsley/react-table/releases )
- [Commits](https://github.com/tannerlinsley/react-table/compare/v7.7.0...v7.8.0 )
Updates `@types/react-table` from 7.7.11 to 7.7.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-table )
---
updated-dependencies:
- dependency-name: react-table
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: "@types/react-table"
dependency-type: direct:development
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-06-01 22:22:58 -04:00
dependabot[bot]
6dc4350541
Bump @typescript-eslint/eslint-plugin from 5.26.0 to 5.27.0 ( #5541 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.26.0 to 5.27.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.27.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-01 22:21:48 -04:00
Sebastian Malton
06db3119a6
Fix ERR_FAILED for splash screen on windows sometimes ( #5539 )
2022-06-01 16:25:33 -04:00
Sebastian Malton
ec1df4717d
Fix type error in kube-object-menu.test.tsx ( #5540 )
2022-06-01 15:28:02 -04:00
Sebastian Malton
856598c12d
Fix failing kube-object-menu.test.tsx test ( #5538 )
2022-06-01 15:00:54 -04:00
Sebastian Malton
a332327b4f
Cherry Pick: Fix remove and edit buttons not updating ( #5505 ) ( #5537 )
2022-06-01 14:24:36 -04:00
dependabot[bot]
2f13fdcfe1
Bump typedoc from 0.22.15 to 0.22.16 ( #5524 )
...
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc ) from 0.22.15 to 0.22.16.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases )
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.22.15...v0.22.16 )
---
updated-dependencies:
- dependency-name: typedoc
dependency-type: direct:development
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-06-01 13:01:47 -04:00
dependabot[bot]
6ca9f3ea03
Bump sharp from 0.30.4 to 0.30.6 ( #5523 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-01 12:57:20 -04:00
dependabot[bot]
5934d5604b
Bump webpack-dev-server from 4.9.0 to 4.9.1 ( #5522 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-01 12:57:12 -04:00
dependabot[bot]
94504eaec8
Bump got from 11.8.3 to 11.8.5 ( #5525 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-01 12:55:43 -04:00
Sebastian Malton
f12851ff3b
Update slack invite link ( #5515 )
2022-05-31 10:35:59 -04:00
dependabot[bot]
a27c7452a4
Bump dompurify from 2.3.6 to 2.3.8 ( #5509 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 09:52:11 -04:00
dependabot[bot]
86067836d0
Bump postcss from 8.4.13 to 8.4.14 ( #5508 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 09:52:05 -04:00
dependabot[bot]
8514e81441
Bump esbuild-loader from 2.18.0 to 2.19.0 ( #5507 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 09:51:58 -04:00
dependabot[bot]
1e6c07e870
Bump eslint-plugin-react from 7.29.4 to 7.30.0 ( #5506 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 09:51:47 -04:00
Ryan Russell
fc804f3f4c
Improve readability ( #5468 )
...
Signed-off-by: r <ryanrussell@users.noreply.github.com>
2022-05-31 15:33:53 +03:00
dependabot[bot]
e8b337d022
Bump sass from 1.51.0 to 1.52.1 ( #5469 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 14:26:44 -04:00
dependabot[bot]
34eb2f8a0b
Bump marked from 4.0.15 to 4.0.16 ( #5470 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 14:26:36 -04:00
dependabot[bot]
c1b0698a16
Bump type-fest from 2.12.2 to 2.13.0 ( #5471 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 14:26:28 -04:00
dependabot[bot]
7109138b4e
Bump @types/webpack-env from 1.16.4 to 1.17.0 ( #5472 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 14:26:20 -04:00
Sebastian Malton
5acfcf1b89
Make terminal tab icon the same as the menu item icon ( #5449 )
2022-05-30 11:31:33 -04:00
Sebastian Malton
827cb8a886
Fix crash in <CephFs /> ( #5501 )
2022-05-30 11:01:08 -04:00
Sebastian Malton
72ae7173c2
Fix crash in ProjectedVolume component ( #5467 )
2022-05-30 10:58:00 -04:00
Lauri Nevala
923f74ee6f
Remove deprecated nodeSelectorTerms from cluster metrics manifests ( #5474 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2022-05-27 15:52:57 +03:00
Roman
938d34739f
fix: app-crash with multiple usages of monaco-editor component ( #5479 )
...
how to reproduce: open one pod on monaco editor (ie edit), and then try to open another pod details (or try to edit it as well)
2022-05-27 15:16:11 +03:00
Sebastian Malton
41d4daded7
Fix crash when using an inline svg Icon ( #5450 )
2022-05-26 09:46:50 -04:00
dependabot[bot]
c8cf300e9b
Bump concurrently from 7.1.0 to 7.2.1 ( #5464 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 09:21:30 -04:00
dependabot[bot]
34e62c71c0
Bump fork-ts-checker-webpack-plugin from 6.5.0 to 6.5.2 ( #5372 )
...
Bumps [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin ) from 6.5.0 to 6.5.2.
- [Release notes](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/releases )
- [Changelog](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/blob/main/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/compare/v6.5.0...v6.5.2 )
---
updated-dependencies:
- dependency-name: fork-ts-checker-webpack-plugin
dependency-type: direct:development
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-05-26 08:46:41 -04:00
dependabot[bot]
f690898dc8
Bump react-router-dom from 5.3.1 to 5.3.3 ( #5452 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 08:46:24 -04:00
dependabot[bot]
7381533ded
Bump @types/node from 14.18.17 to 14.18.18 ( #5454 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 08:43:20 -04:00
dependabot[bot]
6e358d752f
Bump eslint from 8.15.0 to 8.16.0 ( #5446 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-25 15:58:45 -04:00
dependabot[bot]
199cd57661
Bump immer from 9.0.12 to 9.0.14 ( #5377 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-25 15:55:28 -04:00
dependabot[bot]
58ffb38d74
Bump @pmmmwh/react-refresh-webpack-plugin from 0.5.5 to 0.5.7 ( #5436 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-25 11:16:48 -04:00
dependabot[bot]
b616eee600
Bump @typescript-eslint/eslint-plugin from 5.23.0 to 5.26.0 ( #5437 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-25 10:57:17 -04:00
Sebastian Malton
d09816aacf
Cherry Pick bug fixes from v5.5.0-beta.2 ( #5429 )
2022-05-25 09:00:37 -04:00
Sebastian Malton
a61a455fad
Fix Catalog displaying wrong number of items per category ( #5427 )
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-24 09:28:17 -07:00
Jari Kolehmainen
d6107e9585
Allow bundled extensions to use codesign ( #5438 )
2022-05-24 08:22:46 -04:00
Sebastian Malton
acb119af94
Fix error in legacyRegisterApi on main ( #5426 )
2022-05-20 08:27:47 -04:00
Sebastian Malton
d23f4018c8
Fix splash window having window control buttons ( #5418 )
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-19 10:11:41 -04:00
Sebastian Malton
649ca09d70
Switch to always using latest minikube in CI ( #5408 )
2022-05-18 14:11:56 -04:00
Alex Andreev
c2b4fed5c3
TopBar Update button ( #5376 )
...
* UpdateButton skeleton
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Show UpdateButton in topbar
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Default button styles
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Add update icon to menu item
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Replace colors for medium & high levels
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Fine-tune colors for light theme
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Fix keyboard events bug
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Hide <UpdateButton> from topbar
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Clean up
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Using dropdown icon instead of sandwich
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Used determenistic id for the button
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Respect id prop
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Add small space
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Using accent color directly from active theme
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Update snapshots
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Fix open/close Menu errors
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Linter fix
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Fix linter harder
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Clean up tests
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Fix act() wrapper console.error
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Remove aria-expanded attribute
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-05-18 19:36:40 +03:00