Sebastian Malton
00f0b9fce4
fix: Remove erroneous prefixes when using loggerInjectable and prefixLoggerInjectable
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-19 14:19:50 -04:00
Gabriel
32a6179681
chore: switch back to arm64
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-05-17 08:09:59 -04:00
Alex Andreev
2dfb5c00f7
Replace StatusBar bgcolor from --colorInfo to --primary ( #7738 )
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2023-05-17 14:26:13 +03:00
Iku-turso
1b5145bac3
chore: Deprecate obsolete ways to log
...
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
2023-05-17 11:55:05 +03:00
Iku-turso
62a76d05ab
chore: Consolidate to using a shared NPM-script
...
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
2023-05-17 11:55:05 +03:00
Iku-turso
f9e5f9bf43
feat: Implement automatic Feature-specific prefixing for logging
...
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
2023-05-17 11:55:05 +03:00
Iku-turso
2e4aba735f
chore: Bump ogre-tools to permit Feature-specific logging prefixes
...
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
2023-05-17 11:55:05 +03:00
Iku-turso
f7b77c781d
feat: Expose different ways to log as tokens, and add unit tests
...
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
2023-05-17 11:55:05 +03:00
K8s Lens Bot
7c1c7d45e8
Release 6.5.0-alpha.13
...
Signed-off-by: K8s Lens Bot <info@k8slens.dev>
2023-05-16 16:47:36 -04:00
Sebastian Malton
618a1c7004
chore: Fixup dependencies and ensure no duplication between kinds of dependencies
...
- Also un-bump xterm-fit-addon as it is only compatible with xterm@^5
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-16 16:42:33 -04:00
Sebastian Malton
a9f48ee93a
chore: Simplify file route handling
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-16 16:42:27 -04:00
Sebastian Malton
14653c84e6
chore: Fix lint
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-16 16:42:15 -04:00
Sebastian Malton
4f8e4707f9
fix: Switch to using IAsyncComputed to resolve bad setState error within ClusterOverview from react
...
- The ClusterOverviewStore (now just ClusterStore) is not an exported type,
so removing the legacy and wrong-abstraction code from it is not
a breaking change
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-16 16:42:15 -04:00
K8s Lens Bot
4a7eff1841
Release 6.5.0-alpha.12
...
Signed-off-by: K8s Lens Bot <info@k8slens.dev>
2023-05-16 08:10:45 -04:00
Sebastian Malton
f2247adfdb
chore: Fix dev mode of open-lens running is circles
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-15 15:58:35 -04:00
Sebastian Malton
1a817d314c
chore: Update snapshot after rebase with master
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-15 11:56:30 -04:00
Sebastian Malton
978015510a
chore: Add some behavioural tests for custom columns for custom resources
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-15 11:56:30 -04:00
Sebastian Malton
2ca77ecfe8
fix: Fix StrictReactNode not accepting multiple children
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-15 11:56:30 -04:00
Sebastian Malton
9ab8cf7bef
chore: Remove incorrect function documentation
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-15 11:56:30 -04:00
Sebastian Malton
c76b30cf4a
chore: Fix typo in CRD view
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-15 11:56:30 -04:00
Sebastian Malton
05784f5dfe
chore: Fix spelling mistake in CRD type
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-15 11:56:30 -04:00
Sebastian Malton
7b57f0d52d
chore: Remove unnecessary use of toSafeReactChildrenArray
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-15 11:56:30 -04:00
Sebastian Malton
58263497ae
chore: Add documenting ref to StrictReactNode type
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-15 11:56:30 -04:00
Sebastian Malton
d8823085a8
chore: Change name from SafeReactNode to StrictReactNode
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-15 11:56:30 -04:00
Sebastian Malton
e88de58b5d
chore: Remove unnecessary use of SingleOrMany<SafeReactNode>
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-15 11:56:30 -04:00
Sebastian Malton
adb288e48a
chore: Update snapshots due to adding new data-testid
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-15 11:56:30 -04:00
Sebastian Malton
15b942aa39
chore: Add unit tests to cover the hovering bug
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-15 11:56:30 -04:00
Sebastian Malton
9d51ef2aa6
fix: Don't crash when hovering hotbar menu index
...
- Remove all uses of React.ReactNode as it is unsafe, replace them with
usages of SafeReactNode which doesn't contain the '{}' type
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-15 11:56:30 -04:00
dependabot[bot]
f13a145a27
chore(deps-dev): Bump xterm-addon-fit from 0.5.0 to 0.7.0
...
Bumps [xterm-addon-fit](https://github.com/xtermjs/xterm.js ) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/xtermjs/xterm.js/releases )
- [Commits](https://github.com/xtermjs/xterm.js/compare/0.5...0.7 )
---
updated-dependencies:
- dependency-name: xterm-addon-fit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 09:58:32 -04:00
dependabot[bot]
5dd49c1c3c
chore(deps-dev): Bump xterm from 4.17.0 to 4.19.0
...
Bumps [xterm](https://github.com/xtermjs/xterm.js ) from 4.17.0 to 4.19.0.
- [Release notes](https://github.com/xtermjs/xterm.js/releases )
- [Commits](https://github.com/xtermjs/xterm.js/compare/4.17.0...4.19.0 )
---
updated-dependencies:
- dependency-name: xterm
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 09:53:23 -04:00
dependabot[bot]
266ee3917d
chore(deps-dev): Bump monaco-editor from 0.37.1 to 0.38.0
...
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor ) from 0.37.1 to 0.38.0.
- [Release notes](https://github.com/microsoft/monaco-editor/releases )
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/microsoft/monaco-editor/compare/v0.37.1...v0.38.0 )
---
updated-dependencies:
- dependency-name: monaco-editor
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 09:53:09 -04:00
Gabriel
0c7a0b3787
chore: remove commented code
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-05-12 19:57:06 +02:00
Gabriel
3714fb24c1
chore: half remove unoverride, more to follow
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-05-12 19:57:06 +02:00
Gabriel
cc94b69860
chore: half remove unoverride, more to follow
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-05-12 19:57:06 +02:00
Gabriel
8445d6eabc
unbump version
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-05-12 19:57:06 +02:00
Gabriel
4933b2a402
chore: fix package exports
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-05-12 19:57:06 +02:00
Gabriel
c3bc1ff0d9
chore: revert version
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-05-12 19:57:06 +02:00
Gabriel
5bc3f604d8
chore: revert version
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-05-12 19:57:06 +02:00
Gabriel
7b28cf89f7
chore: unbump version
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-05-12 19:57:06 +02:00
Gabriel
9fc07ab56c
chore: export ui-component styles
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-05-12 19:57:06 +02:00
Juho Heikka
4dcdd9152c
Add welcome page to hotbar ( #7717 )
...
Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
2023-05-12 10:05:33 +03:00
Sebastian Malton
138f9d14ff
chore: Only download binaries for the current platform by default
...
- Set the DOWNLOAD_ALL_ARCHITECTURES env var to "true" to download for both platforms
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-11 09:31:49 -04:00
K8s Lens Bot
d73ef8fb1b
Release 6.5.0-alpha.11
...
Signed-off-by: K8s Lens Bot <info@k8slens.dev>
2023-05-11 08:23:35 -04:00
Janne Savolainen
e8491ca2d3
fix: Kludge cluster settings not opening when extension introduces new settings without ID when title contains spaces
...
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-10 15:01:20 +03:00
Janne Savolainen
9c7be39eb1
fix: Bring back search filters for pods which were accidentally removed previously
...
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-10 14:21:20 +03:00
Janne Savolainen
f2cb51884f
chore: Adapt unit tests for more strict API parsing
...
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-10 09:39:01 +03:00
Iku-turso
befbe62e63
chore: Refactor legacy code to use pattern matching
...
Also add missing unit tests to cover more.
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
2023-05-10 09:39:01 +03:00
Iku-turso
bba0759d27
chore: Introduce utility function to prepend strings
...
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
2023-05-10 09:39:01 +03:00
Iku-turso
7ca54d8f07
chore: Introduce utility function for "pattern matching" using regex
...
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
2023-05-10 09:39:01 +03:00
Janne Savolainen
ce31715cfd
chore: Remove dead code in API parsing
...
apiPrefix is always at least "/", making the removed code unreachable.
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-10 09:39:01 +03:00
Janne Savolainen
bb400ae667
fix: Add test as repro, and fix bug about kube API details not opening
...
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-10 09:39:01 +03:00
Sebastian Malton
786e0e8ac9
chore: Fix build failing on non-windows platforms
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-09 12:50:45 -04:00
Sebastian Malton
c4d56ef1a7
chore: Don't fail daily alpha workflow when there is nothing to release
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-09 10:10:30 -04:00
Sebastian Malton
3b3d86c9d5
chore: Replace fil:/// instead of file://
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-09 09:55:25 -04:00
Sebastian Malton
9f72b628be
chore: Remove use of glob in CopyPlugin to fix build
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-09 09:55:25 -04:00
Sebastian Malton
2d19948a77
chore: Fix building open-lens on windows
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-09 09:55:25 -04:00
Sebastian Malton
71461feec7
chore: Update snapshot of @k8slens/webpack
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-09 09:55:25 -04:00
Sebastian Malton
81a9a94acb
chore: Remove debug logging
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-09 09:55:25 -04:00
Sebastian Malton
0a2bc6cf2c
chore: Move describeIf and itIf to @k8slens/test-utils
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-09 09:55:25 -04:00
Sebastian Malton
91354eae01
chore: Fix build of open-lens
...
- Remove need for using relative paths during build
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-09 09:55:25 -04:00
Sebastian Malton
6167ad2c25
chore: Fixup unit tests calling 'allowKubeResource' at the wrong time
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-09 09:28:18 -04:00
Sebastian Malton
40af0d31c5
fix: Do not crash when opening details of a helm release
...
- Switch to using RequestChannel instead of LensProxy for better
type safety
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-09 09:28:18 -04:00
K8s Lens Bot
b7ac14df73
Release 6.5.0-alpha.10
...
Signed-off-by: K8s Lens Bot <info@k8slens.dev>
2023-05-09 08:49:48 -04:00
Juho Heikka
da20a93d41
Change welcome icon to home
...
Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
2023-05-08 10:19:24 -04:00
Panu Horsmalahti
8634514c9a
Make StatefulSet dialog consistent with ReplicaSet ( #7685 )
...
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
2023-05-08 14:18:05 +03:00
Sebastian Malton
2b721ab1c9
Release 6.5.0-alpha.9
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-04 13:32:56 -07:00
Sebastian Malton
d989ee11eb
chore: Fix daily alpha to generate release PR
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-04 10:42:42 -07:00
Iku-turso
690dd2e476
chore: Remove some unused dependencies
...
This might even remove a cycle in lerna task graph which can be seen as
warning, sometimes (reason unknown).
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
2023-05-04 14:22:04 +02:00
Jari Kolehmainen
04a23fc4f9
chore: extract json-api from core
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2023-05-04 12:51:11 +03:00
Gabriel
f1f2634490
fix: removed as-legacy-globals-for-extension-api
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-05-03 14:24:14 -07:00
Gabriel
d27c6ff678
chore: added dependencies
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-05-03 14:24:14 -07:00
Gabriel
f9ea643320
chore: injectionToken: loggerInjectionToken,
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-05-03 14:24:14 -07:00
Gabriel
908d6b381d
chore: loggerInjectionToken
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-05-03 14:24:14 -07:00
Gabriel
66f28046b9
@k8slens/logger
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-05-03 14:24:14 -07:00
Janne Savolainen
7cbbcdbab7
chore: Consolidate more packages to use shared build script
...
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-03 09:31:24 +03:00
Janne Savolainen
6b130c3291
chore: Consolidate more ogre-tools versions
...
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-03 09:31:24 +03:00
Iku-turso
9c3160a989
chore: Bump ogre-tools
...
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
2023-05-03 09:31:24 +03:00
Janne Savolainen
2204a4f18d
chore: Consolidate more packages to use shared build script
...
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-03 09:31:24 +03:00
Janne Savolainen
65f04b6e38
chore: Fix code style
...
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-03 09:31:24 +03:00
Janne Savolainen
11ab79b568
chore: Update eslint-config -packages
...
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-03 09:31:24 +03:00
Janne Savolainen
79baa41fc1
chore: Add pushing linkables to packages that do not use reusable build script
...
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-03 09:31:24 +03:00
Janne Savolainen
7e66181be5
feat: Make pushing linkables happen automatically when using re-usable build script
...
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-03 09:31:24 +03:00
Janne Savolainen
355ff3296a
chore: Disable coverage check for webpack package being not interesting
...
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-03 09:31:24 +03:00
Janne Savolainen
39cd31a726
chore: Consolidate ogre-tools versions
...
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-03 09:31:24 +03:00
Janne Savolainen
ba151da513
chore: Switch to using utility function from different library
...
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-03 09:31:24 +03:00
Iku-turso
e81affe0e3
chore: Make infrastructure for webpack cleanable
...
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
2023-05-03 09:31:24 +03:00
Iku-turso
79db1fed26
chore: Consolidate build scripts to the new shared script
...
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-03 09:31:24 +03:00
Iku-turso
98fe1a38bf
feat: Introduce reusable script to build using webpack
...
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-03 09:31:24 +03:00
Iku-turso
9a4b02becb
chore: Consolidate infrastructure of webpack to ts to make it scriptable
...
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-03 09:31:24 +03:00
Sebastian Malton
f2f6cc500c
fix: Add new packages to open-lens to fix build
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-02 10:11:52 -07:00
Sebastian Malton
962ecddb3f
chore: Fix deployment scale tests
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-02 10:11:52 -07:00
Sebastian Malton
97b2d8b1ae
chore: Fix build missing 'Scale' type
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-02 10:11:52 -07:00
Sebastian Malton
e0ce2a39bd
chore: Update lint rules
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-02 10:11:52 -07:00
Sebastian Malton
fe3310624f
chore: Revert eslint change
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-02 10:11:52 -07:00
Sebastian Malton
a42749386a
chore: Fix lint
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-02 10:11:52 -07:00
Sebastian Malton
8461cde200
chore: Fix kube-api tests
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-02 10:11:52 -07:00
Sebastian Malton
34a721a6f9
chore: Update snapshots for cluster-frame
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-02 10:11:52 -07:00
Sebastian Malton
fd5f912ccf
chore: Fix kube-object-list-layout tests to maintain snapshot shape
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-02 10:11:52 -07:00
Sebastian Malton
dcc5495312
chore: Change refactoring of implementation to maintain behaviour
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-02 10:11:52 -07:00
Sebastian Malton
8395c262ad
chore: Fix lint
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-02 10:11:52 -07:00
Sebastian Malton
b4d5732071
chore: Use new typings of metrics components
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-02 10:11:52 -07:00
Sebastian Malton
8f8f77550f
fix!: Use correct typing for Metrics tokens
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-02 10:11:52 -07:00
Sebastian Malton
80458170ad
chore: Use new typings for pod columns
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-02 10:11:52 -07:00
Sebastian Malton
721c3b17ff
fix!: Improve typing of columns for kube object list layout
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-02 10:11:52 -07:00
Sebastian Malton
1bf24db797
chore: Extract @k8slens/kube-object package
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-02 10:11:52 -07:00
Sebastian Malton
576373b16b
chore: Extract legacy global di into separate package
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-02 10:11:52 -07:00
Jari Kolehmainen
1c23162b58
chore: extract event-emitter from core
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2023-05-02 17:07:39 +03:00
dependabot[bot]
09aab1b45c
chore(deps-dev): Bump @types/marked from 4.0.8 to 4.3.0
...
Bumps [@types/marked](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/marked ) from 4.0.8 to 4.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/marked )
---
updated-dependencies:
- dependency-name: "@types/marked"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-02 08:29:38 -04:00
dependabot[bot]
43069dbc10
chore(deps-dev): Bump @ogre-tools/test-utils from 15.6.1 to 15.7.0
...
Bumps [@ogre-tools/test-utils](https://github.com/ogre-works/ogre-tools ) from 15.6.1 to 15.7.0.
- [Release notes](https://github.com/ogre-works/ogre-tools/releases )
- [Changelog](https://github.com/ogre-works/ogre-tools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ogre-works/ogre-tools/compare/v15.6.1...v15.7.0 )
---
updated-dependencies:
- dependency-name: "@ogre-tools/test-utils"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-02 08:28:54 -04:00
dependabot[bot]
d6d0e59a10
chore(deps): Bump @ogre-tools/injectable-extension-for-auto-registration
...
Bumps [@ogre-tools/injectable-extension-for-auto-registration](https://github.com/ogre-works/ogre-tools ) from 15.6.1 to 15.7.0.
- [Release notes](https://github.com/ogre-works/ogre-tools/releases )
- [Changelog](https://github.com/ogre-works/ogre-tools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ogre-works/ogre-tools/compare/v15.6.1...v15.7.0 )
---
updated-dependencies:
- dependency-name: "@ogre-tools/injectable-extension-for-auto-registration"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-02 08:28:32 -04:00
dependabot[bot]
9911b6e144
chore(deps-dev): Bump playwright from 1.32.3 to 1.33.0
...
Bumps [playwright](https://github.com/Microsoft/playwright ) from 1.32.3 to 1.33.0.
- [Release notes](https://github.com/Microsoft/playwright/releases )
- [Commits](https://github.com/Microsoft/playwright/compare/v1.32.3...v1.33.0 )
---
updated-dependencies:
- dependency-name: playwright
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-02 08:28:05 -04:00
dependabot[bot]
dee85caf7d
chore(deps): Bump @ogre-tools/injectable-react from 15.6.1 to 15.7.0
...
Bumps [@ogre-tools/injectable-react](https://github.com/ogre-works/ogre-tools ) from 15.6.1 to 15.7.0.
- [Release notes](https://github.com/ogre-works/ogre-tools/releases )
- [Changelog](https://github.com/ogre-works/ogre-tools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ogre-works/ogre-tools/compare/v15.6.1...v15.7.0 )
---
updated-dependencies:
- dependency-name: "@ogre-tools/injectable-react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-01 15:29:58 -04:00
dependabot[bot]
1cf80be4aa
chore(deps): Bump sharp from 0.32.0 to 0.32.1
...
Bumps [sharp](https://github.com/lovell/sharp ) from 0.32.0 to 0.32.1.
- [Release notes](https://github.com/lovell/sharp/releases )
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md )
- [Commits](https://github.com/lovell/sharp/compare/v0.32.0...v0.32.1 )
---
updated-dependencies:
- dependency-name: sharp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-01 15:05:31 -04:00
dependabot[bot]
46b4f604f8
chore(deps): Bump @ogre-tools/injectable-extension-for-mobx
...
Bumps [@ogre-tools/injectable-extension-for-mobx](https://github.com/ogre-works/ogre-tools ) from 15.6.1 to 15.7.0.
- [Release notes](https://github.com/ogre-works/ogre-tools/releases )
- [Changelog](https://github.com/ogre-works/ogre-tools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ogre-works/ogre-tools/compare/v15.6.1...v15.7.0 )
---
updated-dependencies:
- dependency-name: "@ogre-tools/injectable-extension-for-mobx"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-01 15:05:08 -04:00
dependabot[bot]
04024d6972
chore(deps): Bump @ogre-tools/injectable from 15.6.1 to 15.7.0
...
Bumps [@ogre-tools/injectable](https://github.com/ogre-works/ogre-tools ) from 15.6.1 to 15.7.0.
- [Release notes](https://github.com/ogre-works/ogre-tools/releases )
- [Changelog](https://github.com/ogre-works/ogre-tools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ogre-works/ogre-tools/compare/v15.6.1...v15.7.0 )
---
updated-dependencies:
- dependency-name: "@ogre-tools/injectable"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-01 15:04:58 -04:00
dependabot[bot]
c708f9741a
chore(deps-dev): Bump xterm-addon-fit from 0.5.0 to 0.7.0
...
Bumps [xterm-addon-fit](https://github.com/xtermjs/xterm.js ) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/xtermjs/xterm.js/releases )
- [Commits](https://github.com/xtermjs/xterm.js/compare/0.5...0.7 )
---
updated-dependencies:
- dependency-name: xterm-addon-fit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-27 09:25:38 -04:00
dependabot[bot]
6d838aa160
chore(deps): Bump webpack from 5.80.0 to 5.81.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.80.0 to 5.81.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.80.0...v5.81.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-27 09:25:14 -04:00
dependabot[bot]
904106f181
chore(deps-dev): Bump electron from 22.3.6 to 22.3.7
...
Bumps [electron](https://github.com/electron/electron ) from 22.3.6 to 22.3.7.
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v22.3.6...v22.3.7 )
---
updated-dependencies:
- dependency-name: electron
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-27 08:52:29 -04:00
Sebastian Malton
b8abe07177
chore: Update snapshots to match new behaviour
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-04-26 09:43:47 -04:00
Sebastian Malton
43cedae7b0
fix: Only show Update Channel preferences when applicable
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-04-26 09:43:47 -04:00
Sebastian Malton
a0953df4b1
chore: Flatten file hierarchy
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-04-26 09:43:47 -04:00
Gabriel
161cfa7d2a
chore: extract @k8slens/resizing-anchor
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-04-26 15:40:00 +02:00
dependabot[bot]
4c0aa60993
chore(deps-dev): Bump @types/http-proxy from 1.17.10 to 1.17.11
...
Bumps [@types/http-proxy](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/http-proxy ) from 1.17.10 to 1.17.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/http-proxy )
---
updated-dependencies:
- dependency-name: "@types/http-proxy"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-26 09:28:37 -04:00
dependabot[bot]
14af67b489
chore(deps-dev): Bump @types/node from 16.18.24 to 16.18.25
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 16.18.24 to 16.18.25.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-26 09:28:31 -04:00
dependabot[bot]
4981caa05b
chore(deps): Bump sass from 1.62.0 to 1.62.1
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.62.0 to 1.62.1.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.62.0...1.62.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-26 09:28:22 -04:00
dependabot[bot]
525172cd6b
chore(deps): Bump tailwindcss from 3.3.1 to 3.3.2
...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.3.2/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.1...v3.3.2 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-26 09:27:38 -04:00
Sebastian Malton
4379edf0c7
chore: Remove leading '+' on some directory names
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-04-26 09:26:39 -04:00
Gabriel
7dff8e31a6
chore: extract error-boundary
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-04-26 14:03:30 +02:00
Gabriel
815e9adfca
chore: updated deps
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-04-25 17:38:02 -04:00
Gabriel
3f882276ac
chore: LocationState => unknown
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-04-25 17:38:02 -04:00
Gabriel
f783c1d73e
chore: remove tailwind
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-04-25 17:38:02 -04:00
Gabriel
8c0220c353
fix: observableHistoryInjectionToken and 1 revert for GlobalOverride
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-04-25 17:38:02 -04:00
Iku-turso
db9a3675e1
chore: Extract an injectionToken
...
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
2023-04-25 17:38:02 -04:00
Gabriel
0dae1594ba
fix: removed dependencies: [reactApplicationFeature],
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-04-25 17:38:02 -04:00
Gabriel
b33a8b4960
fix: add routingFeature to getDiForUnitTesting
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-04-25 17:38:02 -04:00
Gabriel
e8c94abc0b
feature @k8slens/routing
...
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-04-25 17:38:02 -04:00
Sebastian Malton
6ae078c91d
chore: Add support for using injectionTokens in global overrides
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-04-25 14:27:30 -04:00
Alex Andreev
3532fc1dab
feat: Adjust container status colors to be distinguable with red/green filter ( #7621 )
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2023-04-25 14:05:40 -04:00
Sebastian Malton
54e7f10ca5
ci: Fix daily alpha workflow to just create the next alpha
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-04-25 09:17:49 -04:00
dependabot[bot]
f2070a1e4c
chore(deps-dev): Bump @typescript-eslint/eslint-plugin
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.59.0 to 5.59.1.
- [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.59.1/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-25 08:20:57 -04:00
Panu Horsmalahti
5f3a7a5873
Display zero minAvailable/maxUnavailable as 0 instead of N/A ( #7620 )
...
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
2023-04-25 15:15:44 +03:00
dependabot[bot]
4024d184fa
chore(deps-dev): Bump typedoc from 0.24.5 to 0.24.6
...
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc ) from 0.24.5 to 0.24.6.
- [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.24.5...v0.24.6 )
---
updated-dependencies:
- dependency-name: typedoc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-25 08:09:36 -04:00
dependabot[bot]
a12a78b244
chore(deps): Bump @ogre-tools/injectable-extension-for-mobx
...
Bumps [@ogre-tools/injectable-extension-for-mobx](https://github.com/ogre-works/ogre-tools ) from 15.5.1 to 15.6.1.
- [Release notes](https://github.com/ogre-works/ogre-tools/releases )
- [Changelog](https://github.com/ogre-works/ogre-tools/blob/v15.6.1/CHANGELOG.md )
- [Commits](https://github.com/ogre-works/ogre-tools/compare/v15.5.1...v15.6.1 )
---
updated-dependencies:
- dependency-name: "@ogre-tools/injectable-extension-for-mobx"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-25 08:09:10 -04:00
dependabot[bot]
ce6fd21521
chore(deps-dev): Bump @typescript-eslint/parser from 5.59.0 to 5.59.1
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.59.0 to 5.59.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.1/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-25 08:08:23 -04:00
Sebastian Malton
1c8559013b
chore: Add test verifying new notification formatting behaviour
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-04-24 10:17:24 -04:00
Sebastian Malton
bcf95a65f1
fix: Remove incorrect timeout on standard info notifications
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-04-24 10:17:24 -04:00
Sebastian Malton
561d8dbc09
feat: Never auto-close error notifications
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-04-24 10:17:24 -04:00
Sebastian Malton
43f3059c9b
test: Fix kube-api-version-detection tests
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-04-24 10:17:24 -04:00
Sebastian Malton
5dc94f291b
chore: Update tests to use more business logic
...
- To have a higher confidence in the code, given that the old tests didn't save us
from modifying the code before.
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-04-24 10:17:24 -04:00
Sebastian Malton
bc149f0627
chore: Simplify requestPatchKubeResource impl
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-04-24 10:17:24 -04:00