Mukundan Sundararajan

Results 53 issues of 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...

pinned

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,...

question
pinned

## 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...

kind/feature
good first issue
area/cli
P2
size/M
triaged/resolved

## 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....

help wanted
good first issue
area/cli
P2
size/S
triaged/resolved
kind/enhancement

## 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...

kind/feature
good first issue
area/test
area/cli
P1
breaking-change
area/test/e2e
triaged/resolved

## 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...

P2
area/test/e2e
triaged/unresolved
pinned
area/release-engineering

## 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...

P1
size/S
area/test/e2e
triaged/resolved

## 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...

kind/bug
P2
discussion
pinned

## 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...

P2
area/test/e2e
triaged/resolved