1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Commit Graph

1689 Commits

Author SHA1 Message Date
Sebastian Malton
c650d3dc03 Merge branch 'master' into turn-on-strict 2022-05-12 14:24:09 -04:00
Roman
74b4a752eb
Change engines.lens signature to only respect minimums (#5290)
Co-authored-by: Jim Ehrismann <40840436+jim-docker@users.noreply.github.com>
2022-05-12 14:18:25 -04:00
Sebastian Malton
59b58c17a3 Merge branch 'master' into turn-on-strict 2022-05-12 08:36:43 -04:00
Sebastian Malton
d92233d58e
Add defensive code around Cluster.broadcastConnectUpdate (#5297) 2022-05-12 08:27:33 -04:00
Sebastian Malton
19c77eefaf
Fix CustomResourceDetails merging arrays of values (#5349)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-11 21:57:40 -04:00
Sebastian Malton
6d7609b364
Fix crash with NamespaceSelectFilter (#5367) 2022-05-11 15:05:21 -04:00
Sebastian Malton
baac515276 Merge branch 'master' into turn-on-strict 2022-05-11 10:49:26 -04:00
Alex Andreev
cc9ee67dc2
Fix <Switch/> checked callback attribute value (#5360) 2022-05-11 10:33:01 -04:00
Sebastian Malton
efed90c6e7 Merge branch 'master' into turn-on-strict 2022-05-11 09:16:41 -04:00
Sebastian Malton
42e7daf057
Fix crash when changing os theme kind (#5354) 2022-05-11 09:07:51 -04:00
Sebastian Malton
fd7fe9af8a Merge branch 'master' into turn-on-strict 2022-05-11 08:26:21 -04:00
Juho Heikka
7a8a734957
Remove unused code in the telemetry preference. (#5356) 2022-05-11 07:57:57 -04:00
Sebastian Malton
216dfd7c99 fix more tests from merge
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-10 12:31:19 -04:00
Sebastian Malton
862b53c9e5 Fix tests from the revert of react 18
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-10 12:02:28 -04:00
Sebastian Malton
729d9c3406 Merge branch 'master' into turn-on-strict 2022-05-10 09:07:26 -04:00
Sebastian Malton
9f25212f45
Stop using sharp at runtime (#5346) 2022-05-10 08:44:22 -04:00
Sebastian Malton
a7607ce7e1
Revert upgrade to react 18 (#5352) 2022-05-09 15:44:13 -04:00
Sebastian Malton
3a3572f9f8 fix bug where LensExtension dependencies are not set
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-06 16:02:43 -04:00
Sebastian Malton
076ba7709e remove outdated comment
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-06 10:18:29 -04:00
Sebastian Malton
93d59d6dfe toggleDetails -> toggleKubeDetailsPane is more specific
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-06 09:27:49 -04:00
Sebastian Malton
5dee0db95e make visitor pattern more explicit for Entity contextMenuOpen
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-06 09:21:12 -04:00
Sebastian Malton
fc45f06fc8
Add some debug logging to help debug LED issue (#5288) 2022-05-06 09:18:47 -04:00
Sebastian Malton
dd27e46b00 change confusing variable name in ReactiveDuration
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-05 16:11:03 -04:00
Sebastian Malton
05dc0367df Merge branch 'master' into turn-on-strict 2022-05-05 15:21:15 -04:00
Alex Andreev
fdf65e8ab6
Allowing to copy text from About dialog (#5335) 2022-05-05 11:49:11 -04:00
Sebastian Malton
715de4637c Simplify legacyRegisterApi when working in behaviour unit tests
- Don't emit within main environment as there should be no auto
  registering there

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-05 09:44:32 -04:00
Sebastian Malton
24a9e8c771 rename KubeObject.getDescriptor in favour of name without fundemental JS meaning
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-05 09:40:42 -04:00
Sebastian Malton
a0f22d642d remove oddity of KubeObjectStore.getById(undefined) being allowed
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-05 09:38:43 -04:00
Sebastian Malton
21221d8b37 use more descriptive name for local test mocks
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-05 09:27:59 -04:00
Sebastian Malton
b9ea2098b2 remove unnecessary | undefined types from the exactOptionalFieldTypes experiment
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-05 09:26:35 -04:00
Sebastian Malton
a1afd425b8 Merge branch 'master' into turn-on-strict 2022-05-05 09:15:50 -04:00
Sebastian Malton
5e6c6a3b1a remove specialized overrideStore flags for getDiForUnitTesting
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-05 09:14:50 -04:00
Sebastian Malton
9d4b6c52c0 override logger with mocks only when needed for tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-05 09:01:57 -04:00
Sebastian Malton
f2a0b72253 remove complex createStorage override
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-05 08:56:55 -04:00
Sebastian Malton
2a8ca21fc9 remove iter use from getLegacyGlobalDiForExtensionApi
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-05 08:49:10 -04:00
Sebastian Malton
f71f9e9f8f fix typo to waitUntilDefined
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-05 08:47:11 -04:00
Sebastian Malton
d18b84743d remove duplicate license header
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-05 08:45:54 -04:00
Sebastian Malton
627baf9ddf fix typo in terminalSpawningPool
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-05 08:39:44 -04:00
Sebastian Malton
808e51bdcf reexport BaseKubeJsonApiObjectMetadata
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-05 08:39:22 -04:00
Sebastian Malton
05be7f6296
Fix subclasses of BaseStore<T> not be able to overrride cwd() (#5307)
- The cwd field was being overridden unconditionally by the new getConfigurationFileModelInjectable

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-05 05:02:47 -07:00
Sebastian Malton
2a9cc1a5c3 fix lint after merge
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 19:58:48 -04:00
Sebastian Malton
f88109cc03 fix snapshots after merge
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 16:41:23 -04:00
Sebastian Malton
7c67696c10 fix merge build issues
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 16:35:41 -04:00
Sebastian Malton
d972ca2aa5 Merge branch 'master' into turn-on-strict 2022-05-04 16:25:21 -04:00
Sebastian Malton
dbdde19222
Add ability to hide KubeObjectMenu Edit and Remove buttons in extensions (#5107) 2022-05-04 12:44:31 -04:00
Sebastian Malton
5e47d1ff3b fix kube-object.store.test.ts typing
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 09:30:47 -04:00
Sebastian Malton
80f6ac475a fix new type error
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:21 -04:00
Sebastian Malton
36544f22aa make Select snapshots deterministic
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:21 -04:00
Sebastian Malton
b30ad5aa04 fix crash in test mode for Dialog
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:21 -04:00
Sebastian Malton
4dd3f9d3fd Make KubeconfigSyncManager more injectable
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:21 -04:00