Fraser Waters
Fraser Waters
We currently have a number of tests in tests/examples and tests/integration that need to be hand written for each language we support (A number of these are probably duplicated over...
# Description This changes the integration tests to use the new plugin link functionality rather than setting PATH. Also a small change to the `DebugLogging` option to also set "--logflow"...
# Description Always return a PluginInfo with a path. Merge SetSchemaMetadata into SetFileMetadata. Specifically check for .exe in windows test. Try to find an existing file for the reported plugin...
# Description Adds organization name to the gosdk. Part of https://github.com/pulumi/pulumi/issues/2800. ## Checklist - [x] I have added tests that prove my fix is effective or that my feature works...
# Description Also adds a new prompt "yes with generated plan" for updates, this only shows up if you don't already have "--plan" set and lets you run the update...
# Description This changes the "about" command in pkg/cmd to simply be a formatting shim, all the core logic of looking up backends/plugins/stacks etc is now done by a new...
## 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...
Adds a test that fails for the current MemMapFs when creating files in nested directories with synonyms for the path (i.e. full path, relative path, explict relative path). Also fixes...
# Description This adds a new experimental feature to the Go SDK to register remote transform functions. These are currently all prefixed 'X' to show they're experimental (they can't be...
Currently all the integration tests for filestate run in project mode. This is mostly because they all start from a fresh state, and the default for a fresh state is...