pulumi/pkg/engine
joeduffy 9174c7ffd3 Fix state snapshotting
We need to invoke the post-step event hook *after* updating the
state snapshots, so that it will write out the updated state.
We also need to re-serialize the snapshot again after we receive
updated output properties, otherwise they could be missing if this
happens to be the last resource (e.g., as in Stacks).
2017-11-29 08:36:04 -08:00
..
deploy.go Fix state snapshotting 2017-11-29 08:36:04 -08:00
destroy.go Initial work on tracing support (#521) 2017-11-08 17:08:51 -08:00
engine.go Add (back) component outputs 2017-11-20 17:38:09 -08:00
env.go Initial work on tracing support (#521) 2017-11-08 17:08:51 -08:00
events.go Break the diag goroutine upon exit 2017-10-22 15:52:00 -07:00
eventsink.go Stop formatting output that should be raw. 2017-11-14 11:26:41 -08:00
pack.go Allow overriding a Pulumi.yaml's entrypoint (#582) 2017-11-16 07:49:07 -08:00
plan.go Bring back component outputs 2017-11-29 07:42:14 -08:00
preview.go Bring back component outputs 2017-11-29 07:42:14 -08:00