pulumi/pkg/resource/deploy
Sean Gillespie 57ae7289f3
Work around a potentially bad assert in the engine (#1644)
* Work around a potentially bad assert in the engine

The engine asserts if presented with a plan that deletes the same URN
more than once. This has been empirically proven to be possible, so I am
removing the assert.

* CR: Add log for multiple pending-delete deletes
2018-07-18 15:48:55 -07:00
..
plan.go Add signal cancellation to resource provider 2018-07-15 11:05:44 -10:00
plan_apply.go [Parallelism] Introduce a "step generator" component in the engine (#1622) 2018-07-12 14:24:38 -07:00
plan_test.go Add signal cancellation to resource provider 2018-07-15 11:05:44 -10:00
snapshot.go Delete Before Create (#1365) 2018-05-23 14:43:17 -07:00
source.go Add license headers 2018-05-22 15:02:47 -07:00
source_eval.go Add license headers 2018-05-22 15:02:47 -07:00
source_fixed.go Add license headers 2018-05-22 15:02:47 -07:00
source_null.go Add license headers 2018-05-22 15:02:47 -07:00
source_refresh.go Add license headers 2018-05-22 15:02:47 -07:00
step.go Small cleanups and comments 2018-07-06 15:57:08 -07:00
step_generator.go Work around a potentially bad assert in the engine (#1644) 2018-07-18 15:48:55 -07:00
target.go Add license headers 2018-05-22 15:02:47 -07:00