1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/core/src/renderer
Sebastian Malton 0fe4daf8d3
Cherry pick PRs from 6.4.4 and 6.4.3 (#7309)
* Add support for using release branch targetted PRs (#7291)

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

* Fix namespaces not respecting accessible namespace config (#7279)

* Fix namespaces not respecting accessible namespace config

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

* Fix warning hover text formatting

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

* Log state after refresh accessibility

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

* Fix tests

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

* Fix NamespaceStore.allowedNamespaces

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

* Remove unnecessary '?'

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

* Add deprecation messages

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

* Move selected_namespaces storage to injectable

- And its initialization

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

* Implement contextNamespaces logic in forNamespacedResources

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

* Update snapshot

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

* Fix formatting

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

* Fix formatting

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

* Fix test

- This was a side effect of the previous bug fixes where
  the clusterContext.hasAllSelected was previously erroneously 'false'

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

* Change log level

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

* Fix another test suite

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

---------

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

* Fix not showing some non-core kinds (#7303)

* Fix not showing some non-core kinds

- Specifically if a Kind is not present within the preferredVersion of
  a group then we don't know that resource exists

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

* Add technical tests

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

---------

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

---------

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-03-07 09:46:00 -08:00
..
api Simplify test setup by removing option for global overrides (#7302) 2023-03-07 12:23:57 -05:00
app-paths Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
base-store Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
before-frame-starts Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
catalog Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
certificate Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
cluster Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
cluster-frame-context Cherry pick PRs from 6.4.4 and 6.4.3 (#7309) 2023-03-07 09:46:00 -08:00
components Cherry pick PRs from 6.4.4 and 6.4.3 (#7309) 2023-03-07 09:46:00 -08:00
extension-loader Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
fonts Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
frames Simplify test setup by removing option for global overrides (#7302) 2023-03-07 12:23:57 -05:00
hooks Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
initializers Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
ipc Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
k8s Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
kube-object Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
kube-watch-api Cherry pick PRs from 6.4.4 and 6.4.3 (#7309) 2023-03-07 09:46:00 -08:00
kubectl Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
logger White-listing of telemetry params (#7262) 2023-03-06 13:14:27 +02:00
monaco Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
navigation Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
port-forward Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
protocol-handler Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
remote-helpers Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
routes Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
search-store Simplify test setup by removing option for global overrides (#7302) 2023-03-07 12:23:57 -05:00
start-frame Switch to using start application from Feature (#7260) 2023-03-06 10:40:04 +02:00
stores Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
themes Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
utils Simplify test setup by removing option for global overrides (#7302) 2023-03-07 12:23:57 -05:00
vars Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
window Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
bootstrap.global-override-for-injectable.ts Switch to using start application from Feature (#7260) 2023-03-06 10:40:04 +02:00
bootstrap.injectable.ts Switch to using start application from Feature (#7260) 2023-03-06 10:40:04 +02:00
bootstrap.tsx Switch to using start application from Feature (#7260) 2023-03-06 10:40:04 +02:00
extension-api.ts Fix @k8slens/extensions being broken after monorepo (#7058) 2023-01-30 16:32:30 -05:00
getDiForUnitTesting.tsx Simplify test setup by removing option for global overrides (#7302) 2023-03-07 12:23:57 -05:00
library.ts Switch to using start application from Feature (#7260) 2023-03-06 10:40:04 +02:00
mui-base-theme.tsx Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
register-lens-core.ts Switch to using start application from Feature (#7260) 2023-03-06 10:40:04 +02:00
stores-apis-can-be-created.injectable.ts Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
template.html Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00