pulumi/sdk/nodejs/tests/runtime/langhost/cases
Pat Gavlin a2c30f75ed
Resolve missing outputs as `undefined`. (#1427)
Before the changes in #1414, all output properties were guaranteed to
have values after deserialization. After #1414, any properties with no
value were no longer resolved, which was treated as an error. These
changes resolve all missing proprties to `undefined`. If a property is
missing during an update, its `undefined` value is marked as known.
2018-05-24 11:22:08 -07:00
..
000.empty Implement free variable calculations 2017-09-04 11:35:21 -07:00
001.one_resource Add auto-parenting 2017-10-15 04:38:26 -07:00
002.ten_resources Add auto-parenting 2017-10-15 04:38:26 -07:00
003.one_complex_resource Resolve missing outputs as `undefined`. (#1427) 2018-05-24 11:22:08 -07:00
004.ten_complex_resources Introduce Output<T> and update Resource construction code to properly handle it. (#834) 2018-02-05 14:44:23 -08:00
005.resource_thens Introduce Output<T> and update Resource construction code to properly handle it. (#834) 2018-02-05 14:44:23 -08:00
006.asset Add auto-parenting 2017-10-15 04:38:26 -07:00
007.promises_io Add auto-parenting 2017-10-15 04:38:26 -07:00
008.ten_depends_on_resources Add auto-parenting 2017-10-15 04:38:26 -07:00
009.invoke Pass "special" properties to `Invoke`. (#1277) 2018-05-01 15:05:42 -07:00
010.runtime_settings Allow multiple Pulumi SDKs side-by-side (#1132) 2018-04-07 08:02:59 -07:00
011.unhandled_error Add a test. 2017-12-13 17:30:43 -08:00
012.assets_archive Test the asset deserialization changes from #677. 2017-12-08 15:37:30 -08:00
013.unhandled_promise_rejection Add a test. 2017-12-13 17:30:43 -08:00
014.read_resource Simplify resource lookup (#1133) 2018-04-07 10:15:58 -07:00
015.runtime_sxs Fix SxS config (#1175) 2018-04-13 11:26:01 -07:00
016.promise_leak Improve the promise leak experience (#1374) 2018-05-17 15:32:39 -07:00