| .. |
|
__tests__
|
Remove a lot of usages of legacy globals (#6825)
|
2023-01-09 16:15:37 -05:00 |
|
app-event-bus
|
Remove global version of appEventBus (#6096)
|
2022-10-31 14:59:05 +02:00 |
|
app-paths
|
Fix tests not stopping by forcing cleanup
|
2023-01-10 15:18:11 -05:00 |
|
base-store
|
Make base store non Singleton (#6690)
|
2022-12-15 17:07:19 +02:00 |
|
catalog
|
Make base store non Singleton (#6690)
|
2022-12-15 17:07:19 +02:00 |
|
catalog-entities
|
Remove a lot of usages of legacy globals (#6825)
|
2023-01-09 16:15:37 -05:00 |
|
certificate
|
Fix unit tests
|
2023-01-10 15:18:12 -05:00 |
|
certificate-authorities
|
Handle globalAgent having a single non-array CA (#6628)
|
2022-11-24 11:28:33 -08:00 |
|
cluster
|
Fix type errors
|
2023-01-10 15:18:11 -05:00 |
|
cluster-store
|
Fix allowed resources checks on GKE (#6657)
|
2022-12-20 17:20:27 +02:00 |
|
directory-for-lens-local-storage
|
Making apiBase injectable (#6022)
|
2022-10-05 08:10:36 -04:00 |
|
error-reporting
|
Fix crash on clean startup (#6276)
|
2022-09-20 08:19:09 +02:00 |
|
fetch
|
Fix type errors
|
2023-01-10 15:18:11 -05:00 |
|
front-end-routing
|
New resource view: Network -> Ingress Classes (#6808)
|
2023-01-05 13:26:04 -05:00 |
|
fs
|
Fix errors blocking compilation
|
2023-01-10 15:18:12 -05:00 |
|
get-configuration-file-model
|
Remove a lot of usages of legacy globals (#6825)
|
2023-01-09 16:15:37 -05:00 |
|
helm
|
Add enough code to get first couple terminal tests to pass
|
2023-01-10 15:17:50 -05:00 |
|
hotbars
|
Make base store non Singleton (#6690)
|
2022-12-15 17:07:19 +02:00 |
|
initializable-state
|
Clean up versioning and packageJson uses (#6196)
|
2022-09-15 17:20:58 -04:00 |
|
ipc
|
Replace last use of customRequestPromise with di
|
2023-01-10 15:18:11 -05:00 |
|
k8s
|
Make ResourceStack fully injectable (#6591)
|
2022-11-24 08:46:53 -05:00 |
|
k8s-api
|
Fix tests not using ApplicationBuilder
|
2023-01-10 15:18:12 -05:00 |
|
kube-helpers
|
Fix code after rebase
|
2023-01-10 15:18:12 -05:00 |
|
logger
|
Add winston formatting support for error causes (#6576)
|
2022-11-17 14:56:16 +02:00 |
|
os
|
Fix not using the users configured shell for sync (#6589)
|
2022-11-17 10:15:56 -05:00 |
|
path
|
Get tests passing
|
2023-01-10 15:18:10 -05:00 |
|
protocol-handler
|
Replace CatalogEntityDetailRegistry with an injectable solution (#6605)
|
2022-12-02 10:31:27 -05:00 |
|
root-frame
|
Add better type safety around Channels (#6133)
|
2022-10-13 07:50:19 -04:00 |
|
runnable
|
Make base store non Singleton (#6690)
|
2022-12-15 17:07:19 +02:00 |
|
terminal
|
Fix failing to start shell being hidden from user
|
2023-01-10 15:17:49 -05:00 |
|
test-utils
|
Remove a lot of usages of legacy globals (#6825)
|
2023-01-09 16:15:37 -05:00 |
|
user-store
|
Make base store non Singleton (#6690)
|
2022-12-15 17:07:19 +02:00 |
|
utils
|
Fix unit tests
|
2023-01-10 15:18:12 -05:00 |
|
vars
|
Replace usage of request in setupLensProxy
|
2023-01-10 15:18:11 -05:00 |
|
weblinks-store
|
Make base store non Singleton (#6690)
|
2022-12-15 17:07:19 +02:00 |
|
.gitkeep
|
Lens app source code (#119)
|
2020-03-15 09:52:02 +02:00 |
|
cluster-frames.injectable.ts
|
Make starting of application modular and unit testable (#5324)
|
2022-05-18 16:18:02 +03:00 |
|
cluster-frames.ts
|
Enforce member-delimiter-style using eslint (#4870)
|
2022-02-16 14:43:03 -05:00 |
|
cluster-types.ts
|
fix: getAllowedResources for all namespaces using SelfSubjectRulesReview (#6614)
|
2022-11-22 09:48:59 -08:00 |
|
event-emitter.ts
|
Remove global version of appEventBus (#6096)
|
2022-10-31 14:59:05 +02:00 |
|
item.store.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 |
|
kube-helpers.ts
|
Remove a lot of usages of legacy globals (#6825)
|
2023-01-09 16:15:37 -05:00 |
|
library.ts
|
Allow to import app as a library (#6722)
|
2022-12-23 13:33:35 +02:00 |
|
log-error.global-override-for-injectable.ts
|
Refactor and transform "Application update", "Preferences" and "Application menu" into Features (#6437)
|
2022-10-26 11:16:23 -04:00 |
|
log-error.injectable.ts
|
Helper to resolve proxy from URL in any environment, or using extension-API (#5690)
|
2022-06-22 16:09:24 +03:00 |
|
logger.global-override-for-injectable.ts
|
Remove a lot of usages of legacy globals (#6825)
|
2023-01-09 16:15:37 -05:00 |
|
logger.injectable.ts
|
Fix allowed resources checks on GKE (#6657)
|
2022-12-20 17:20:27 +02:00 |
|
logger.ts
|
Add enough code to get first couple terminal tests to pass
|
2023-01-10 15:17:50 -05:00 |
|
rbac.ts
|
New resource view: Network -> Ingress Classes (#6808)
|
2023-01-05 13:26:04 -05:00 |
|
vars.ts
|
Remove a lot of usages of legacy globals (#6825)
|
2023-01-09 16:15:37 -05:00 |