Josh van Leeuwen
Josh van Leeuwen
This PR metrics adds a number of metrics to the proxy. The PR should be split up fairly well per commit. It would be good to have a bit of...
It would be nice to be able to audit exec, and other session data such as port-forwards when using the proxy. Ideally, this can create an exec playback to be...
OXS + docker is not routable from the host. Instead we need to add `extraPorts` to kind on boot and expose the proxy on a node port so we can...
This PR is intended as more of a proposal than a real code change. I propose that we graduate the CertificateSigningRequest controllers to GA. In real terms, this means that...
Fixes #111 PR trims the spaces of attributes which are lists. This improves UX, and enables the example given in the issue. Updates the example deployment making use of the...
The current timeout for this Eventually check is 1s. This is very prohibitive and often causes false negatives in CI runs which is a resource constrained environment.
## Release team Release lead: @JoshVanL Release lead shadow(s): @mikeee Perf test lead: @yaron2 Longhaul test: TODO Build manager: TODO Read about the [Dapr release lifecycle](https://github.com/dapr/community/blob/master/release-process.md) Feature definition starts: 2023-10-24...
Adds integration tests for basic timer functionality, as well as ensuring a timer will not continue to be triggered after the application has been marked as unhealthy. Adds the following...
Adds support for injector process in integration tests. Adds basic healthz & ports tests for injector.