1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/main
Sebastian Malton 86ac417cab
Upgrade to latest node-fetch (#6046)
* Upgrade to latest node-fetch

- Introduce injection tokens for retriving the implementation of
  node-fetch via await import() calls

- Add webpack file for compiling node-fetch to electron-renderer single
  file format

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Update lock file

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Add type packages which were removed for some reason

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Add more dev @types deps that weren't added last time

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Simpify by using webpack to create a commonjs package

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Fix build for integration tests

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Fix unit tests on CI not having all deps

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Fix tests

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Revert accidental timeout change

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Replace manually specifying nodeJS externals with preset

Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-11-14 10:46:53 -05:00
..
__test__ Upgrade to latest node-fetch (#6046) 2022-11-14 10:46:53 -05:00
app-paths Refactor runnables (#6528) 2022-11-07 19:04:56 +02:00
build-version Add better type safety around Channels (#6133) 2022-10-13 07:50:19 -04:00
catalog Make starting of application modular and unit testable (#5324) 2022-05-18 16:18:02 +03:00
catalog-sources Fix kubeconfig-sync sometimes producing multiple identical entities (#5855) 2022-10-03 10:38:41 -04:00
catalog-sync-to-renderer Refactor runnables (#6528) 2022-11-07 19:04:56 +02:00
child-process Turn on strict mode in tsconfig.json, some helpful lints, and required cleanup where strictness necessitates it (#5195) 2022-05-16 07:17:57 -04:00
cluster Fix kubeconfig-sync sometimes producing multiple identical entities (#5855) 2022-10-03 10:38:41 -04:00
cluster-detectors Fix distribution detector erroneously depending on previous metadata (#6023) 2022-08-12 09:37:00 +03:00
context-handler Fix manually set prometheus service address to work after re-connect (#6435) 2022-10-24 16:02:41 -04:00
create-cluster Making apiBase injectable (#6022) 2022-10-05 08:10:36 -04:00
crypto Fix syncing shell env on TCSH and CSH (#6453) 2022-10-24 11:36:12 -04:00
electron-app Refactor runnables (#6528) 2022-11-07 19:04:56 +02:00
extension-loader Make starting of application modular and unit testable (#5324) 2022-05-18 16:18:02 +03:00
helm Remove global version of appEventBus (#6096) 2022-10-31 14:59:05 +02:00
ipc Make starting of application modular and unit testable (#5324) 2022-05-18 16:18:02 +03:00
k8s Making apiBase injectable (#6022) 2022-10-05 08:10:36 -04:00
kube-auth-proxy Making apiBase injectable (#6022) 2022-10-05 08:10:36 -04:00
kubeconfig-manager Making apiBase injectable (#6022) 2022-10-05 08:10:36 -04:00
kubectl Making apiBase injectable (#6022) 2022-10-05 08:10:36 -04:00
lens-proxy Remove global version of appEventBus (#6096) 2022-10-31 14:59:05 +02:00
navigate-to-route Make starting of application modular and unit testable (#5324) 2022-05-18 16:18:02 +03:00
navigate-to-url Make starting of application modular and unit testable (#5324) 2022-05-18 16:18:02 +03:00
prometheus Add Prometheus Helm 14.x metrics provider (#6157) 2022-09-02 08:47:42 -04:00
protocol-handler Replace jest.mock's with overriding dependencies (#6014) 2022-08-23 13:04:00 +03:00
resource-applier Remove global version of appEventBus (#6096) 2022-10-31 14:59:05 +02:00
router Remove global version of appEventBus (#6096) 2022-10-31 14:59:05 +02:00
routes Upgrade to latest node-fetch (#6046) 2022-11-14 10:46:53 -05:00
shell-session Remove global version of appEventBus (#6096) 2022-10-31 14:59:05 +02:00
start-main-application Refactor runnables (#6528) 2022-11-07 19:04:56 +02:00
stores Fix kubeconfig-sync sometimes producing multiple identical entities (#5855) 2022-10-03 10:38:41 -04:00
theme Refactor runnables (#6528) 2022-11-07 19:04:56 +02:00
tray Refactor runnables (#6528) 2022-11-07 19:04:56 +02:00
utils detach shell process in computeUnixShellEnvironmentInjectable (#6551) 2022-11-10 08:40:05 +02:00
vars Refactor and transform "Application update", "Preferences" and "Application menu" into Features (#6437) 2022-10-26 11:16:23 -04:00
catalog-pusher.ts Fix catalog syncer long delay (#4911) 2022-02-23 06:52:43 +02:00
get-metrics.injectable.ts Making apiBase injectable (#6022) 2022-10-05 08:10:36 -04:00
getDi.ts Revert "Remove mac-ca usage since it was only in tests (#6043)" (#6319) 2022-10-04 17:52:55 -04:00
getDiForUnitTesting.ts Remove global version of appEventBus (#6096) 2022-10-31 14:59:05 +02:00
index.ts Export node-pty spawn from main to extensions (#6438) 2022-10-20 11:02:49 -04:00
k8s-request.injectable.ts Make starting of application modular and unit testable (#5324) 2022-05-18 16:18:02 +03:00
logger.ts Shorten license header to reduce amount of clutter in top of the files (#4709) 2022-01-18 10:18:10 +02:00
stop-services-and-exit-app.injectable.ts Remove global version of appEventBus (#6096) 2022-10-31 14:59:05 +02:00
stores-apis-can-be-created.injectable.ts Turn on strict mode in tsconfig.json, some helpful lints, and required cleanup where strictness necessitates it (#5195) 2022-05-16 07:17:57 -04:00