Sebastian Malton
f1fd2c26a9
chore: Fix integration tests failing due to helm testid's changing
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-19 14:58:27 -04:00
Sebastian Malton
e87d7146d9
fix: Fix formatting of custom resource sidebar items
...
- The titles should better handle being line wrapped
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-19 14:58:27 -04:00
Sebastian Malton
e907fd6fb5
chore: Improve title formatting for Horizontal/Vertical Pod Autoscalers
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-19 14:58:27 -04:00
Sebastian Malton
f3ccc35ed7
chore: Fix IDs for some sidebar items
...
- Also cleanup formatting of the sidebar item titles
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-19 14:58:27 -04:00
Sebastian Malton
b79412fa16
chore: Fix more lint
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-19 14:58:27 -04:00
Sebastian Malton
dfa4629e34
chore: Fix lint
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-19 14:58:27 -04:00
Sebastian Malton
949a25ae1d
chore: Fixup tests snapshots to match new testid behaviour
...
- Move order-of-sidebar-items to the new package
- Fix the extension sidebar item registrator
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-19 14:58:27 -04:00
Sebastian Malton
5a911f46df
chore: Convert sidebarItemInjectionToken to use InjectWithMetadata instead of duplicating the IDs
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-19 14:58:27 -04:00
Sebastian Malton
0e44da0559
chore: Rename sidebar item injectable files
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-19 14:58:27 -04:00
Sebastian Malton
45cd7676f6
chore: Extract sidebar item injection token into separate package
...
- Add unit tests to cover custom resources sidebar items
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-19 14:58:27 -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
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
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
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
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
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
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
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
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
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
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
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
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
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
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