pulumi/pkg/codegen
Justin Van Patten 4156df31f7
[codegen/python] Cache the package version (#7293)
Every time a resource is created (without an explicit provider version specified), `_utilities.get_version()` is called to determine the package version. This call is expensive and can measurably impact performance, especially for programs with many resources. This change caches the value so it is only determined once.
2021-06-14 10:22:57 -07:00
..
docs [codegen/python] Rename conflicting ResourceArgs classes (#7171) 2021-06-10 10:41:49 -07:00
dotnet [codegen/dotnet] Fix plain properties (#7180) 2021-06-04 09:25:20 -07:00
go Fix Go init.go codegen to be govet compliant (#7195) 2021-06-04 13:57:04 +03: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/python] Rename conflicting ResourceArgs classes (#7171) 2021-06-10 10:41:49 -07:00
nodejs [codegen/go] Fix emitted type of resources and types (#7158) 2021-05-27 16:02:19 -07:00
python [codegen/python] Cache the package version (#7293) 2021-06-14 10:22:57 -07:00
schema Add schema support for methods (#7141) 2021-06-10 09:47:25 -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 Add helper methods to StringSet 2021-06-09 12:02:32 +02:00
utilities_test.go Add helper methods to StringSet 2021-06-09 12:02:32 +02:00
utilities_types.go Distinguish between inputty and plain args types. (#6811) 2021-04-19 16:40:39 -07:00