pulumi/pkg/codegen/python
Justin Van Patten 043c42b336
Use `pulumi-plugin.json` rather than `pulumiplugin.json` (#8593)
Current/older versions of the Python language host cannot read `pulumiplugin.json` without returning an error. This hasn't been a problem because none of our packages have included the file. However, we're going to start including this file by default in packages. To avoid this error on older CLIs, we'll use a different file name. And since we're introducing the use of this file in the .NET and Go language hosts, we'll use the new name for these languages as well for consistency.
2021-12-15 10:41:44 -08:00
..
.gitignore Simplify output-funcs codegen test (#8039) 2021-09-23 13:42:20 -04:00
doc.go Support "lifting" single-valued method returns to their return type (#8111) 2021-10-01 11:33:02 -07:00
gen.go Use `pulumi-plugin.json` rather than `pulumiplugin.json` (#8593) 2021-12-15 10:41:44 -08:00
gen_intrinsics.go Clean up the language-specific schema APIs. (#4454) 2020-04-20 16:36:05 -07:00
gen_program.go [codegen] Rename the PCL package. (#8103) 2021-09-29 20:11:56 -07:00
gen_program_expressions.go Programgen support for fn_output forms in Python (#7949) (#8433) 2021-11-18 17:43:13 -05:00
gen_program_lower.go [codegen] Rename the PCL package. (#8103) 2021-09-29 20:11:56 -07:00
gen_program_quotes.go [codegen] Rename the PCL package. (#8103) 2021-09-29 20:11:56 -07:00
gen_program_quotes_test.go [codegen] Rename the PCL package. (#8103) 2021-09-29 20:11:56 -07:00
gen_program_test.go Cleanup program-gen test dependency gathering (#8248) 2021-10-19 12:17:19 -07:00
gen_resource_mappings.go [schema] Add IsOverlay option to disable codegen for particular types (#8338) 2021-11-11 17:00:03 -07:00
gen_resource_mappings_test.go Validate Name, Version and Enviroment (#7896) 2021-09-17 12:12:22 -07:00
gen_test.go Cleanup sdk codegen tests (#8508) 2021-11-30 11:09:36 -08:00
importer.go [codegen/python] emit `pulumiplugin.json` by default (#8527) 2021-12-01 18:07:23 -08:00
python.go [codegen/python] Improve program gen perf. (#7547) 2021-07-16 15:45:00 -07:00
python_test.go [codegen/python] Fix unintended name changes from PyName and some whitespace cleanup (#5202) 2020-08-20 20:51:32 -07:00
requirements.txt Simplify output-funcs codegen test (#8039) 2021-09-23 13:42:20 -04:00
utilities.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
utilities_test.go [codegen] Rename the PCL package. (#8103) 2021-09-29 20:11:56 -07:00