John Cowen
John Cowen
Runs `npm audit fix` which fixes an issue with `nise` (it has a dep on `path-to-regexp`) that dependabot doesn't seem to update.
Various changes to make it easier to work with the new `toResourceRules` in the `_rules` HTTP endpoint: 1. Use the generated types for the mocks 2. Uses `KUMA_CLUSTER_NAME` to allow...
Looks like typescript will accept a `() => string` in place of a `() => void` 🤷 I also moved the sub-dependencies added here to the end of the container...
See title, we no longer use this and it has problematic dependencies
### Description Our mocks have pretty much stayed using the hurriedly built mocking framework from when we started re-architecting the application, they also started off with a set of mocks...
### Description We should be able to figure out which connections are mTLS/not mTLS by using the RBAC stats, and then showing these alongside the connection stats in the inbounds...
### Description The drawers for inbounds/outbounds are supposed to show you the entire "picture" of the policies/config for a dataplane. We currently use the inspect `_rules` API to show us...
### Description There are many places where we show the user a name of say `tcp-service`, which is possibly not a **unique** name for the service. Its fully qualified name...
### Description See https://github.com/kumahq/kuma-gui/pull/2664 for more info, dataplane subscriptions should also use this UX