Fraser Waters

Results 39 issues of Fraser Waters

Looking into writing some mocked tests for `state destroy` this env var is touched on the login path and is currently not in our "env" system so tricky to mock...

impact/no-changelog-required

Prompted by trying to write some more unit tests for `state delete` and hitting the sadness again of how little of the system is interface'd and thus can be mocked...

impact/no-changelog-required

This adds a schema loader target to the language run request, similar to the generate project/package requests. This allows a language runtime to connect back to the engine to load...

impact/no-changelog-required

Before we ship param providers publicly we should update the engine to advertise a feature flag that it supports param providers (or more likely that we support package_refs, because that's...

kind/engineering
area/parametrization

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

kind/enhancement
area/resource-options

Still WIP This replaces the use of `pulumi-java-gen` with `pulumi package gen-sdk`, the new and modern interface to codegen. `gen-sdk` does make some assumptions about overlay and output paths containing...

impact/no-changelog-required

Fixes https://github.com/spf13/cobra/issues/2240

When using `SetHelpFunc` the function gets given a `Command` object and you'd think you could use `Context()` to get the right context off the command, but it doesn't actually get...