pulumi/sdk/go/common/resource/plugin
bors[bot] 90be15c924
Merge #11002 #11031 #11059
11002: Reimplement #10984 r=AaronFriel a=AaronFriel

This is a rebase and squash of #10984 with an additional commit added to satisfy `make lint` and revert a few changes to methods to use value receivers, where the original PR altered marshaling/unmarshaling behavior.

11031: prepare for next release (v3.43.1) r=AaronFriel a=pulumi-bot



11059: (pulumi-bot) Synced file(s) with pulumi/pulumi-yaml r=aq17 a=pulumi-bot

Synced local file(s) with [pulumi/pulumi-yaml](https://github.com/pulumi/pulumi-yaml).

This PR syncs changes to the codegen'd PCL files from the latest `pulumi/yaml` release

<details>
<summary>Changed files</summary>
<ul>
<li>Created local directory <code>pkg/codegen/testing/test/testdata/transpiled_examples</code> and copied all sub files/folders from remote directory <code>pkg/tests/transpiled_examples</code></li>
</ul>
</details>

---

This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#3269786749](https://github.com/pulumi/pulumi-yaml/actions/runs/3269786749)

Co-authored-by: 杨成锴 <homeboyc@foxmail.com>
Co-authored-by: Aaron Friel <mayreply@aaronfriel.com>
Co-authored-by: pulumi-bot <null>
Co-authored-by: Alex Qiu <aqiu@pulumi.com>
2022-10-18 02:13:10 +00:00
..
analyzer.go feat(engine): Adds structured alias support to the engine 2022-10-11 17:56:32 -04:00
analyzer_plugin.go chore: Update doc comments, coding style, fix lint 2022-10-13 13:50:49 -07:00
check.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
config_source.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
context.go chore: Update doc comments, coding style, fix lint 2022-10-13 13:50:49 -07:00
doc.go Provider implementer's guide draft (#6322) 2021-04-13 14:11:02 -07:00
host.go feat(ci): Enable fully offline codegen tests with versioned plugins 2022-10-11 05:16:23 -07:00
host_server.go chore: Update doc comments, coding style, fix lint 2022-10-13 13:50:49 -07:00
langruntime.go Add getOrganization to nodejs and python (#10504) 2022-08-31 10:33:29 +01:00
langruntime_plugin.go Add getOrganization to nodejs and python (#10504) 2022-08-31 10:33:29 +01:00
plugin.go Add tracing to `npm install` and fix orphan tracing (#10518) 2022-09-12 17:42:27 -04:00
plugin_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
provider.go chore: Update doc comments, coding style, fix lint 2022-10-13 13:50:49 -07:00
provider_plugin.go chore: Update doc comments, coding style, fix lint 2022-10-13 13:50:49 -07:00
provider_plugin_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
provider_server.go feat(engine): Adds structured alias support to the engine 2022-10-11 17:56:32 -04:00
provider_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
rpc.go [sdk/go] Marshal output values (#7958) 2021-09-27 09:01:40 -07:00
rpc_rapid_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
rpc_test.go chore: Update doc comments, coding style, fix lint 2022-10-13 13:50:49 -07:00