pulumi/pkg/resource
joeduffy cf2788a254 Allow restarting from partial failures
This change fixes a couple issues that prevented restarting a
deployment after partial failure; this was due to the fact that
unchanged resources didn't propagate IDs from old to new.  This
is remedied by making unchanged a map from new to old, and making
ID propagation the first thing plan application does.
2017-02-28 16:09:56 -08:00
..
config.go Ensure configuration round-trips in Huskfiles 2017-02-28 15:43:46 -08:00
context.go Coconut! 2017-02-25 07:25:33 -08:00
deployment.go Ensure configuration round-trips in Huskfiles 2017-02-28 15:43:46 -08:00
husk.go Ensure configuration round-trips in Huskfiles 2017-02-28 15:43:46 -08:00
moniker.go Add basic targeting capability 2017-02-25 09:24:52 -08:00
plan.go Allow restarting from partial failures 2017-02-28 16:09:56 -08:00
plan_graph.go Checkpoint deployments 2017-02-27 10:26:44 -08:00
plugin.go Coconut! 2017-02-25 07:25:33 -08:00
properties.go Make DeepEquals nullary logic match Diff 2017-02-25 18:24:12 -08:00
properties_diff.go Implement AWS security group updates 2017-02-27 13:33:08 -08:00
provider.go Coconut! 2017-02-25 07:25:33 -08:00
resource.go Coconut! 2017-02-25 07:25:33 -08:00
resource_graph.go Checkpoint deployments 2017-02-27 10:26:44 -08:00
rpc.go Fix some go vet issues 2017-02-28 11:02:33 -08:00
snapshot.go Ensure configuration round-trips in Huskfiles 2017-02-28 15:43:46 -08:00
stable.go Coconut! 2017-02-25 07:25:33 -08:00