pulumi/sdk/go/pulumi
Pat Gavlin 8f9a13a76f
[sdk/go] Fix a typo in marshaling. (#7768)
A few identically-typed variables got confused with the changes in #7737.
The confusion caused empty property values to be included in resources
that had any dependencies on other resources, which confused the
unmarshaling code for Go multi-language components. These changes fix
the typo and restore the original behavior, which is to omit empty
property values.

Co-authored-by: Emiliza Gutierrez <emiliza@pulumi.com>
2021-08-16 19:01:20 -05:00
..
config Temporarily disable config secrets warning (#7129) 2021-05-24 16:06:27 -07:00
provider [sdk/go] Support for implementing methods in provider (#7379) 2021-07-01 15:46:16 -07:00
templates Temporarily disable config secrets warning (#7129) 2021-05-24 16:06:27 -07:00
alias.go [sdk/go] Simplify Apply method options to reduce binary size (#6607) 2021-04-14 19:32:18 +01:00
asset.go [sdk/{go,dotnet] Unmarshal invalid assets. (#7579) 2021-07-21 13:40:36 -07:00
context.go Fixes 5642 for Go: allow DependsOn accepting inputs and outputs (#7584) 2021-08-13 11:13:23 -04:00
context_test.go Fixing WaitGroup related panics in the Go SDK (#7661) 2021-07-29 12:39:28 -04:00
generate.go Fix tests for builtins 2021-03-30 22:24:11 -07:00
log.go Fixing WaitGroup related panics in the Go SDK (#7661) 2021-07-29 12:39:28 -04:00
mocks.go Initial support for resource methods (authoring from Node.js, calling from Python) (#7363) 2021-06-30 07:48:56 -07:00
printf.go Redesign the Go SDK resource/input/output system. (#3506) 2020-01-18 10:08:37 -05:00
printf_test.go Support remote components in Go (#5558) 2020-10-29 15:13:17 -07:00
provider.go Fixes 5642 for Go: allow DependsOn accepting inputs and outputs (#7584) 2021-08-13 11:13:23 -04:00
provider_linked.go [sdk/go] Support for implementing methods in provider (#7379) 2021-07-01 15:46:16 -07:00
provider_test.go Preliminary fix for #7359. (#7369) 2021-06-28 16:04:21 -07:00
resource.go Fixes 5642 for Go: allow DependsOn accepting inputs and outputs (#7584) 2021-08-13 11:13:23 -04:00
resource_set.go [sdk/go] Transitive component dependencies. (#7737) 2021-08-11 21:51:23 -05:00
resource_test.go Fixes 5642 for Go: allow DependsOn accepting inputs and outputs (#7584) 2021-08-13 11:13:23 -04:00
rpc.go [sdk/go] Fix a typo in marshaling. (#7768) 2021-08-16 19:01:20 -05:00
rpc_test.go Fixes 5642 for Go: allow DependsOn accepting inputs and outputs (#7584) 2021-08-13 11:13:23 -04:00
run.go [sdk/go] Warn when a secret config is read as a non-secret (#7080) 2021-05-18 15:02:43 -07:00
run_test.go Await outstanding async work in Go. (#6983) 2021-05-14 12:00:21 -07:00
stack_reference.go [sdk/go] Add stack output helpers for numeric types (#7410) 2021-07-22 15:48:47 -07:00
stack_reference_test.go [sdk/go] Add stack output helpers for numeric types (#7410) 2021-07-22 15:48:47 -07:00
transformation.go Support transformations in Go (#3978) 2020-03-02 13:59:11 -08:00
types.go Fixes 5642 for Go: allow DependsOn accepting inputs and outputs (#7584) 2021-08-13 11:13:23 -04:00
types_builtins.go [sdk/go] Simplify Apply method options to reduce binary size (#6607) 2021-04-14 19:32:18 +01:00
types_builtins_test.go Await outstanding async work in Go. (#6983) 2021-05-14 12:00:21 -07:00
types_test.go Fixing WaitGroup related panics in the Go SDK (#7661) 2021-07-29 12:39:28 -04:00
urnset.go Fixes 5642 for Go: allow DependsOn accepting inputs and outputs (#7584) 2021-08-13 11:13:23 -04:00
workgroup.go Fixing WaitGroup related panics in the Go SDK (#7661) 2021-07-29 12:39:28 -04:00
workgroup_test.go Fixing WaitGroup related panics in the Go SDK (#7661) 2021-07-29 12:39:28 -04:00