pulumi/pkg/engine
joeduffy f9995159c6 Fix a handful of things, mostly logging
* Initialize the diganostics logger with opts.Debug when doing
  a Deploy, like we do Plan.

* Don't spew leaked promises if there were Log.errors.

* Serialize logging RPC calls so that they can't appear out of order.

* Print stack traces in more places and, in particular, remember
  the original context for any errors that may occur asynchronously,
  like resource registration and calls to mapValue.

* Include origin stack traces generally in more error messages.

* Add some more mapValue test cases.

* Only undefined-propagate mapValue values during dry-runs.
2017-09-09 13:43:51 -07:00
..
config_delete.go Configure providers at well-defined points 2017-09-04 11:35:21 -07:00
config_get.go Configure providers at well-defined points 2017-09-04 11:35:21 -07:00
config_list.go Configure providers at well-defined points 2017-09-04 11:35:21 -07:00
config_set.go Configure providers at well-defined points 2017-09-04 11:35:21 -07:00
deploy.go Fix a handful of things, mostly logging 2017-09-09 13:43:51 -07:00
destroy.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
engine.go Ensure we fail during deploys 2017-09-09 12:42:04 -07:00
env.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
env_current.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
env_info.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
env_init.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
env_list.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
env_remove.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
env_select.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
pack.go Rename Lumi.yaml to Pulumi.yaml 2017-09-04 11:35:21 -07:00
plan.go Convey errors if any error messages occurred 2017-09-06 09:35:35 -07:00