Wei Lim

Results 58 issues of Wei Lim

It is sometimes desirable to log messages while rendering the spinner. Users can do this currently is by not setting a `StopMessage` and using `Stop` + `Start` to temporarily pause...

Our current CI pipeline uses `go test -v` which prints test execution as you'd expect it -- in a sequential, verbose logging format of everything that happened. This has some...

engsys
test automation

Add uploader that reads the telemetry storage queue and uploads telemetry. Also includes some surrounding functionality so that we can test the full telemetry pipeline. Fixes #458 The telemetry pipeline...

We need to set up a component that allows us to log telemetry prior to #190. This can be as simple as using `appinsights-go` package directly to log to AppInsights,...

telemetry

Currently, to format text, we need to both: - Add styling around text that requires formatting - Ensure that any print that consumes the formatted text uses `printWithStyling`. Otherwise, it...

cli
command

We should capture how long it takes for specific Azure resource operations to complete during `azd provision`.

All ApplicationInsights telemetry older than 2 days are rejected by the ingestion API. Our telemetry upload will currently try all these stale items and receive the server rejection. This change...

telemetry

This solves the problem of templates not able to preserve Linux filesystem `exec` bit permissions when `azd init` is ran on Windows. See #893 for an example. This also potentially...

`mcr.microsoft.com/azure-dev-cli-apps:daily` is currently an old build. Our daily `main` builds are not publishing this tag correctly.

engsys