pulumi/pkg
Luke Hoban 5bf490228a
Use \n for provider protocol even on Windows (#3855)
The provider plugin protocol is to write a port number followed by `\n`.  We must guarantee we do that even on Windows, so must avoid Python `print` statements which implicitly rewrite newlines to platform specific character sequences.

Fixes #3807.
2020-02-06 11:34:05 -08:00
..
apitype Add rename to apitype.UpdateKind. 2020-01-27 11:45:05 -08:00
backend Fix bug in computing whether checkpoint write is necessary (#3860) 2020-02-04 18:56:24 -08:00
codegen Add schema support for deprecated properties. (#3865) 2020-02-06 09:29:06 -08:00
diag Do not prefix failed operation errors. 2019-11-19 17:17:17 -08:00
encoding Add license headers 2018-05-22 15:02:47 -07:00
engine Improve PP naming for local PPs (#3839) 2020-01-30 13:31:41 -08:00
graph Improve stack graph. (#3431) 2019-10-31 17:39:15 -07:00
npm Fix for windows policy-pack install (#3837) 2020-01-29 16:02:44 -08:00
operations Collect logs from Google Cloud Functions 2019-04-08 09:44:05 -07:00
resource Handle failures from plugins' CheckConfig. (#3813) 2020-01-26 13:19:13 -08:00
secrets Cache account information. (#3340) 2019-10-15 15:37:57 -07:00
testing Use \n for provider protocol even on Windows (#3855) 2020-02-06 11:34:05 -08:00
tokens Fix comment about QName regex (#3121) 2019-08-20 14:43:48 -07:00
tools Add a WriteString method to tools/GenWriter. (#1839) 2018-08-29 14:43:20 -07:00
util Validate stack tag names (#3804) 2020-01-29 10:53:33 -08:00
version Add license headers 2018-05-22 15:02:47 -07:00
workspace Move stack name validation to the Backend interface (#3679) 2019-12-30 10:24:48 -08:00