pulumi/pkg/codegen
Justin Van Patten ed9124972c
[codegen/go] Fix emitted type of resources and types (#7158)
In Go, resource types are modeled as pointers, but there were cases where the type was not being emitted as a pointer, leading to panics and marshaling errors in programs. Additionally, array and map values that are external references were being emitted as pointers, but only resources should be pointers (not types), regardless of whether the resource type is external or local.
2021-05-27 16:02:19 -07:00
..
docs Add RKE and SumoLogic to docs generation titles (#7108) 2021-05-21 18:48:25 +01:00
dotnet [codegen/go] Fix emitted type of resources and types (#7158) 2021-05-27 16:02:19 -07:00
go [codegen/go] Fix emitted type of resources and types (#7158) 2021-05-27 16:02:19 -07:00
hcl2 Discriminated unions in schema and programgen 2021-05-05 10:01:22 +02:00
importer [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
internal/test [codegen/go] Fix emitted type of resources and types (#7158) 2021-05-27 16:02:19 -07:00
nodejs [codegen/go] Fix emitted type of resources and types (#7158) 2021-05-27 16:02:19 -07:00
python [codegen] Encrypt input args for secret properties (#7128) 2021-05-26 16:00:51 -06:00
schema Omit non-string provider properties from code-gen (#7058) 2021-05-21 10:37:48 -07:00
docs.go Fix inconsistent object type naming. (#6686) 2021-04-15 19:03:28 -07:00
docs_test.go [codegen/docs] Reimplement example extraction. (#4851) 2020-06-18 12:32:15 -07:00
utilities.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
utilities_types.go Distinguish between inputty and plain args types. (#6811) 2021-04-19 16:40:39 -07:00