pulumi/pkg/resource/deploy
CyrusNajmabadi d4aa5fe20d Switch to 'console.log' for our hang warning. Add warning to synchronous StackReference calls. (#3456)
Codepaths which could result in a hang will print a message to the console indicating the problem, along with a link to documentation on how to restructure code to best address it.

`StackReference.getOutputSync` and `requireOutputSync` have been deprecated as they may cause hangs on some combinations of Node and certain OS platforms. `StackReference.getOutput` and `requireOutput` should be used instead.
2019-11-19 12:51:14 -08:00
..
deploytest Propagate inputs to outputs during preview. (#3327) 2019-11-11 12:09:34 -08:00
providers Implement `StreamInvoke` 2019-11-05 10:47:48 -08:00
builtins.go Switch to 'console.log' for our hang warning. Add warning to synchronous StackReference calls. (#3456) 2019-11-19 12:51:14 -08:00
plan.go Loosen resource targeting restrictions. (#3426) 2019-11-18 20:28:25 -08:00
plan_executor.go Loosen resource targeting restrictions. (#3426) 2019-11-18 20:28:25 -08:00
plan_test.go Retain the SecretsManager that was used to deserialize a deployment 2019-05-10 17:07:52 -07:00
snapshot.go error instead of panic when different resources use the same alias (#3457) 2019-11-06 08:49:13 -08:00
source.go Propagate inputs to outputs during preview. (#3327) 2019-11-11 12:09:34 -08:00
source_error.go Use result.Result in more places. (#2568) 2019-03-19 16:21:50 -07:00
source_eval.go Propagate inputs to outputs during preview. (#3327) 2019-11-11 12:09:34 -08:00
source_eval_test.go Allow users to explicitly disable delete-before-replace. (#3118) 2019-08-20 15:51:02 -07:00
source_fixed.go Use result.Result in more places. (#2568) 2019-03-19 16:21:50 -07:00
source_null.go Use result.Result in more places. (#2568) 2019-03-19 16:21:50 -07:00
source_query.go Don't send spurious empty stream invoke response 2019-11-12 13:51:19 -08:00
source_query_test.go Allow provider loading in `query` mode 2019-10-23 15:14:56 -07:00
step.go Loosen resource targeting restrictions. (#3426) 2019-11-18 20:28:25 -08:00
step_executor.go Loosen resource targeting restrictions. (#3426) 2019-11-18 20:28:25 -08:00
step_generator.go Loosen resource targeting restrictions. (#3426) 2019-11-18 20:28:25 -08:00
step_generator_test.go Pass ignoreChanges to providers. (#3005) 2019-07-31 11:39:07 -05:00
target.go Allow provider loading in `query` mode 2019-10-23 15:14:56 -07:00