pulumi/sdk/go/common/resource/plugin
bors[bot] da8241988f
Merge #11866 #11867
11866: sdk/plugin: Delete unused tracingToFile field r=abhinav a=abhinav

The unused tracingToFile on pluginArgumentOptions
caused a reference to cmdutil.TracingToFile
which has been deprecated.

Issue caught by staticcheck:

```
go/common/resource/plugin/plugin.go:301:20: SA1019: cmdutil.TracingToFile is deprecated: Even in this case TracingEndpoint will now have the tcp:// scheme and will point to a proxy server that will append traces to the user-specified file. Plugins should respect TracingEndpoint and ignore TracingToFile. (staticcheck)
```

Refs #11808


11867: sdk/internal: pulumi.NewOutput => ctx.NewOutput r=abhinav a=abhinav

pulumi.NewOutput has been deprecated in favor of Context.NewOutput.
Issue caught by staticcheck:

```
go/pulumi/internals/outputs_test.go:37:22: SA1019: pulumi.NewOutput is deprecated: use Context.NewOutput instead. (staticcheck)
go/pulumi/internals/outputs_test.go:50:21: SA1019: pulumi.NewOutput is deprecated: use Context.NewOutput instead. (staticcheck)
```

Refs #11808


Co-authored-by: Abhinav Gupta <abhinav@pulumi.com>
2023-01-14 00:22:54 +00:00
..
analyzer.go feat(engine): Adds structured alias support to the engine 2022-10-11 17:56:32 -04:00
analyzer_plugin.go grpc: WithInsecure is deprecated 2023-01-11 12:15:40 -08: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 gosimple: select with single case 2023-01-12 09:55:34 -08:00
doc.go Provider implementer's guide draft (#6322) 2021-04-13 14:11:02 -07:00
host.go Improve err message on an invalid plugin override 2023-01-13 12:47:58 -08:00
host_server.go Embed default gRPC server implementations 2023-01-05 17:54:11 -08:00
langruntime.go Engine and Golang support for shimless providers 2022-11-14 11:25:41 +00:00
langruntime_plugin.go Merge #11819 #11834 #11842 #11845 2023-01-12 20:11:42 +00:00
plugin.go sdk/plugin: Delete unused tracingToFile field 2023-01-13 13:26:02 -08: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 Phase 3 of the convert mapper 2022-12-01 23:43:43 +00:00
provider_plugin.go Merge #11819 #11834 #11842 #11845 2023-01-12 20:11:42 +00: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 sdk/resource/ProviderServer: Fix potential panic at Configure 2023-01-12 11:32:42 -08:00
provider_server_test.go sdk/resource/ProviderServer: Fix potential panic at Configure 2023-01-12 11:32:42 -08:00
provider_test.go Add forward compatible UnimplementedProvider for bridge 2022-12-09 18:44:28 -08:00
provider_unimplemented.go sdk/go: Remove 'nolint' directives from package docs 2023-01-06 09:06:47 -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 sdk/resource/plugin: Don't print from test 2023-01-12 11:31:33 -08:00