1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/common/utils
Sebastian Malton cedb0c4fa9 Clean up versioning and packageJson uses
- Rename packageJsonInjectable -> applicationInformationInjectable

- Add injectables for all sub items

- Introduce storeMigrationVersionInjectable for BaseStores

- Introduce extensionApiVersionInjectable

- Use buildVersionInjectable in more places, such as in telemetry

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-09-15 09:43:28 -04:00
..
__tests__ Fix completely overriding PATH in shellSync (#5451) 2022-08-09 10:08:56 -04:00
channel Introduce a centralised way to emit telemetry from calls of injectable functions (#6164) 2022-09-02 09:33:22 -04:00
date Improved metrics for updating application (#5607) 2022-06-16 09:05:00 -04:00
is-promise Introduce way to install update directly from tray. Make application updater unit testable... (#5433) 2022-06-03 11:21:36 +03:00
observable-crate Fix check on NamespaceSelectFilter not updating (#5691) 2022-07-07 11:59:33 -04:00
reactive-now Fix stuff happening based on timers not being run correctly in unit tests (#5764) 2022-07-01 19:40:34 +03:00
resolve-system-proxy Helper to resolve proxy from URL in any environment, or using extension-API (#5690) 2022-06-22 16:09:24 +03:00
sync-box Introduce a centralised way to emit telemetry from calls of injectable functions (#6164) 2022-09-02 09:33:22 -04:00
with-error-logging Introduce a centralised way to emit telemetry from calls of injectable functions (#6164) 2022-09-02 09:33:22 -04:00
with-error-suppression Bump @async-fn/jest from 1.6.1 to 1.6.2 (#5808) 2022-07-08 08:43:02 -04:00
with-orphan-promise Introduce way to install update directly from tray. Make application updater unit testable... (#5433) 2022-06-03 11:21:36 +03:00
abort-controller.ts Use default export to fix issue with package lying with types (#6081) 2022-08-22 16:42:06 -04:00
app-version.ts Clean up versioning and packageJson uses 2022-09-15 09:43:28 -04:00
array.ts Shorten license header to reduce amount of clutter in top of the files (#4709) 2022-01-18 10:18:10 +02:00
async-result.ts Stop using HelmCli from Renderer (#4861) 2022-06-13 11:42:53 +03:00
autobind.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
base64.ts Shorten license header to reduce amount of clutter in top of the files (#4709) 2022-01-18 10:18:10 +02:00
buildUrl.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
camelCase.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
cluster-id-url-parsing.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
collection-functions.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
convertCpu.ts Fix ResourceQuotaDetails quotas display bugs (#5909) 2022-08-05 14:02:35 -04:00
convertMemory.ts Fix parsing memory metrics expecting wrong unit suffix (#5585) 2022-06-30 08:25:56 -04:00
debouncePromise.ts Shorten license header to reduce amount of clutter in top of the files (#4709) 2022-01-18 10:18:10 +02:00
delay.ts Use abort-controller package to fix typing issues (#6077) 2022-08-22 11:18:01 -04:00
disposer.ts Fix terminal fit errors (#5811) 2022-07-18 09:53:15 -04:00
downloadFile.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
environment-variables.injectable.ts Make starting of application modular and unit testable (#5324) 2022-05-18 16:18:02 +03:00
escapeRegExp.ts Shorten license header to reduce amount of clutter in top of the files (#4709) 2022-01-18 10:18:10 +02:00
formatDuration.ts Shorten license header to reduce amount of clutter in top of the files (#4709) 2022-01-18 10:18:10 +02:00
get-error-message.ts Stop using HelmCli from Renderer (#4861) 2022-06-13 11:42:53 +03:00
get-random-id.injectable.ts Fix installation of helm charts (#5841) 2022-07-20 08:15:27 +03:00
get-startable-stoppable.test.ts Make starting of application modular and unit testable (#5324) 2022-05-18 16:18:02 +03:00
get-startable-stoppable.ts Make starting of application modular and unit testable (#5324) 2022-05-18 16:18:02 +03:00
getRandId.ts Shorten license header to reduce amount of clutter in top of the files (#4709) 2022-01-18 10:18:10 +02:00
hash-set.ts Enable consistent-type-imports eslint rule (#5205) 2022-04-06 10:34:16 -04:00
index.ts Remove usage of deprecated xtermjs's registerLinkMatcher API (#5996) 2022-08-09 19:25:11 -07:00
is-allowed-resource.injectable.ts Move phenomenon of renderer out from common by introducing different implementations for environments 2022-06-16 08:44:38 -04:00
iter.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
json.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
lazy-initialized.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
n-fircate.ts Shorten license header to reduce amount of clutter in top of the files (#4709) 2022-01-18 10:18:10 +02:00
noop.ts Fix check on NamespaceSelectFilter not updating (#5691) 2022-07-07 11:59:33 -04:00
objects.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
open-link-in-browser.global-override-for-injectable.ts Remove usage of deprecated xtermjs's registerLinkMatcher API (#5996) 2022-08-09 19:25:11 -07:00
open-link-in-browser.injectable.ts Remove usage of deprecated xtermjs's registerLinkMatcher API (#5996) 2022-08-09 19:25:11 -07:00
paths.ts Shorten license header to reduce amount of clutter in top of the files (#4709) 2022-01-18 10:18:10 +02:00
promise-exec.ts Shorten license header to reduce amount of clutter in top of the files (#4709) 2022-01-18 10:18:10 +02:00
readableStream.ts Bump typescript, @typescript-eslint/eslint-plugin, and @typescript-eslint/parser (#6143) 2022-09-01 10:05:32 -04:00
readonly.ts Add ability to hide KubeObjectMenu Edit and Remove buttons in extensions (#5107) 2022-05-04 12:44:31 -04:00
reject-promise.ts Use abort-controller package to fix typing issues (#6077) 2022-08-22 11:18:01 -04:00
singleton.ts Bump typescript, @typescript-eslint/eslint-plugin, and @typescript-eslint/parser (#6143) 2022-09-01 10:05:32 -04:00
sort-compare.ts Fix issues when using newer @types/semver (#6132) 2022-08-30 09:46:52 +03:00
splitArray.ts Shorten license header to reduce amount of clutter in top of the files (#4709) 2022-01-18 10:18:10 +02:00
tar.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
tentative-parse-json.ts Introduce way to install update directly from tray. Make application updater unit testable... (#5433) 2022-06-03 11:21:36 +03:00
tentative-stringify-json.ts Introduce way to install update directly from tray. Make application updater unit testable... (#5433) 2022-06-03 11:21:36 +03:00
toJS.ts Shorten license header to reduce amount of clutter in top of the files (#4709) 2022-01-18 10:18:10 +02:00
tuple.ts Fix Pod Container sorting not correlating to visuals (#5175) 2022-08-02 12:44:32 -04:00
type-narrowing.ts Fix changes to InputValidator to resolve accidental breaking changes (#5403) 2022-06-10 06:41:29 -04:00
types.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
union-env-path.ts Fix completely overriding PATH in shellSync (#5451) 2022-08-09 10:08:56 -04:00
wait-for-path.ts Full dependency inversion of <Dock> and all current tab kinds (#4757) 2022-01-31 09:49:36 -05:00
wait.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