Sebastian Malton
35e133c68e
Merge branch 'master' into turn-on-strict
2022-05-05 10:37:06 -04:00
dependabot[bot]
f2e070c92d
Bump npm from 6.14.16 to 6.14.17 ( #5330 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-05 10:34:26 -04:00
dependabot[bot]
ab1f99ba1a
Bump @sentry/types from 6.19.3 to 6.19.7 ( #5329 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-05 10:34:19 -04:00
dependabot[bot]
21fa1472b8
Bump typedoc from 0.22.14 to 0.22.15 ( #5328 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-05 10:34:13 -04:00
dependabot[bot]
312f3e79e3
Bump winston from 3.6.0 to 3.7.2 ( #5327 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-05 10:33:49 -04:00
Sebastian Malton
3ef6aad54c
Merge branch 'master' into turn-on-strict
2022-05-05 09:56:37 -04:00
Sebastian Malton
756b5bd7ec
release v5.5.0-beta.0 ( #5326 )
2022-05-05 09:50:08 -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
3252dfc7f1
remove unnecessary addition to 'make clean' target
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-05 09:29:03 -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
Sebastian Malton
6027adaa71
fix type error
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:21 -04:00
Sebastian Malton
3def62cd8d
fix tests from rebase
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:21 -04:00
Sebastian Malton
5d1609e0e4
Fix build-extensions picking wrong @types/react
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:21 -04:00
Sebastian Malton
f3bbae5fa2
update intree extension lock files
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:21 -04:00
Sebastian Malton
a083afd83b
fix code to help CodeQL scanner
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:20 -04:00
Sebastian Malton
cedde7f85a
fix lint
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:20 -04:00
Sebastian Malton
29454a0a11
Fix test name
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:20 -04:00
Sebastian Malton
cdfb0deb14
Fix type error after rebase
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:20 -04:00
Sebastian Malton
35903c05a0
Fix command-palette e2e test
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:20 -04:00
Sebastian Malton
bc188837a0
remove cast in <Animate>
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:20 -04:00
Sebastian Malton
23cd50ee95
cleanup internal-commands
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:20 -04:00
Sebastian Malton
d1bf935d3d
Add e2e test to cover kube api registration
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:20 -04:00
Sebastian Malton
d42d2eb0c4
Rewrite withTooltip to be more type correct
...
- Fixes mobx related "too many recursive actions" error
- Change all the uses of withTooltips to be functional components
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:20 -04:00
Sebastian Malton
413fa8a815
Proper fix for Wizard, fix NamespaceStore.subscribe
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:20 -04:00
Sebastian Malton
31544a386a
cleanup WindowManager
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:20 -04:00
Sebastian Malton
25796b736d
fix KubeApi's not being registered
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:20 -04:00
Sebastian Malton
8499f26707
fix WizardStep and AddNamespaceDialog
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:20 -04:00