pulumi/pkg/engine
Sean Gillespie fba87909a0
Re-introduce interface for snapshot management (#1254)
* Re-introduce interface for snapshot management

Snapshot management was done through the Update interface; this commit
splits it into a separate interface

* Put the SnapshotManager instance onto the engine context

* Remove SnapshotManager from planContext and updateActions now that it can be accessed by engine Context
2018-04-23 14:12:13 -07:00
..
destroy.go Re-introduce interface for snapshot management (#1254) 2018-04-23 14:12:13 -07:00
diff.go Implement a refresh command 2018-04-18 10:57:16 -07:00
engine.go Re-introduce interface for snapshot management (#1254) 2018-04-23 14:12:13 -07:00
events.go Switch to a resource-progress oriented view for pulumi preview/update/destroy (#1116) 2018-04-10 12:03:11 -07:00
eventsink.go Don't synthesize a new error to display when we've already emitted a diagnostic error. (#1193) 2018-04-13 16:25:24 -07:00
plan.go Plumb basic cancellation through the engine. (#1231) 2018-04-19 18:59:14 -07:00
preview.go Plumb basic cancellation through the engine. (#1231) 2018-04-19 18:59:14 -07:00
project.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
refresh.go Re-introduce interface for snapshot management (#1254) 2018-04-23 14:12:13 -07:00
snapshot.go Re-introduce interface for snapshot management (#1254) 2018-04-23 14:12:13 -07:00
update.go Re-introduce interface for snapshot management (#1254) 2018-04-23 14:12:13 -07:00