Mukundan Sundararajan
Mukundan Sundararajan
## Describe the proposal For different building blocks the errors during init phase are surfaced in different ways. The following were the error logs when tested with component files with...
# Description Support all ASB metadata handling in bindings component ## Issue reference We strive to have all PR being opened based on an issue, where the problem or feature...
Based on the code in the following lines : ```go if hasIPv4Address { addr = fmt.Sprintf("%s:%d", entry.AddrIPv4[0].String(), port) m.addAppAddressIPv4(appID, addr) } if hasIPv6Address { addr = fmt.Sprintf("%s:%d", entry.AddrIPv6[0].String(), port) m.addAppAddressIPv6(appID,...
## Describe the proposal As it exists placement binary is downloaded and installed in slim init mode, and a proposal have been created for sentry for the same behavior.https://github.com/dapr/cli/issues/1031 With...
## Describe the proposal Related to https://github.com/dapr/dapr/issues/4924 For users wanting to use sentry in self-hosted mode, they have to manually download the sentry version start it and then use it....
## Describe the proposal As it exists, in `dapr annotate` command, we have a flag defined for each annotation. That in itself has defined a huge number of flags for...
## Describe the proposal The Dapr CLI E2E tests are intended to tests the execution of dapr CLI commands and their effects. For example `dapr init` installs a particular version...
## Describe the proposal Add e2e tests for air gap installer feature Get any one of the released installer-bundles, use that to test the air gap installer feature in dapr...
## Expected Behavior dapr quickstarts work as expected ## Actual Behavior Dapr has incorrect component configurations when network flag is specified on init It has configurations either as localhost:6739 (all...
## Describe the proposal [E2E Scenario Test] Reduce time taken for upgrade tests Potential ideas: Split out the upgrade tests based on versions and run each in parallel in GitHub...