Justin Van Patten
Justin Van Patten
It looks like there is a problem triggering downstream codegen tests. While waiting for the downstream PR to be opened, we're getting API rate limit exceeded responses. For example: https://github.com/pulumi/pulumi/actions/runs/10365819486/job/28693742702?pr=16948#step:3:9...
## Overview This epic tracks addressing some known quality issues with packaged components (MLCs). ## Key Stakeholders EPD: @tgummerer, @justinvp, @mjeffryes, @EronWright ## Key Deliverables Bug fixes will roll out...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
This was originally included in the download cron workflow, but had to be removed because there wasn't a reliable way to use the winget CLI from GitHub's runners. There's now...
Apply the same `isInstance` checks that were added to `Construct` to `Call`. Node: https://github.com/pulumi/pulumi/blob/6e9ec22efd0f107ee10f0d1af50edd20c0d62fb2/sdk/nodejs/provider/server.ts#L383-L393 Python: https://github.com/pulumi/pulumi/blob/6e9ec22efd0f107ee10f0d1af50edd20c0d62fb2/sdk/python/lib/pulumi/provider/server.py#L115-L126 Go: https://github.com/pulumi/pulumi/blob/6e9ec22efd0f107ee10f0d1af50edd20c0d62fb2/sdk/go/pulumi/provider.go#L144-L158
A capability like this would be really useful for multi-lang components that want to accept the args of child resources the component is going to create. A workaround today is...
## Overview Support for importing resources from a parameterized provider. ## Key KPIs ## Key Stakeholders ## Key Deliverables ### References 📔 - [ ] Project View - [ ]...
## Overview Add conformance tests for parameterized providers. ## Key KPIs ## Key Stakeholders ## Key Deliverables ### References 📔 - [ ] Project View - [ ] PR/FAQ -...
## Overview Enable conformance tests for the remaining supported languages: - [ ] [.NET](https://github.com/pulumi/pulumi-dotnet/pull/314) - [ ] [YAML](https://github.com/pulumi/pulumi-yaml/pull/549) - [ ] [Java](https://github.com/pulumi/pulumi-java/pull/1403) ## Key KPIs ## Key Stakeholders ## Key...
We should invest in fuzz testing to help catch snapshot integrity and other issues. The tests could generate an initial state with random set of resources and random dependency graph...