pulumi/pkg/resource/deploy
Joe Duffy 369c619ab9
Skip loading language plugins when not needed (#1367)
In pulumi/pulumi#1356, we observed that we can fail during a destroy
because we attempt to load the language plugin, which now eagerly looks
for the @pulumi/pulumi package.

This is also blocking ingestion of the latest engine bits into the PPC.

It turns out that for destroy (and refresh), we have no need for the
language plugin.  So, let's skip loading it when appropriate.
2018-05-14 20:32:53 -07:00
..
plan.go Respond to CR feedback 2018-04-18 11:46:37 -07:00
plan_apply.go Revert "Revert the changes from #1261." 2018-05-08 11:46:15 -07:00
plan_test.go Skip loading language plugins when not needed (#1367) 2018-05-14 20:32:53 -07:00
snapshot.go Revert "Lift snapshot management out of the engine and serialize writes to snapshot (#1069)" (#1216) 2018-04-16 23:04:56 -07:00
source.go Respond to CR feedback 2018-04-18 11:46:37 -07:00
source_eval.go Respond to CR feedback 2018-04-18 11:46:37 -07:00
source_fixed.go Respond to CR feedback 2018-04-18 11:46:37 -07:00
source_null.go Respond to CR feedback 2018-04-18 11:46:37 -07:00
source_refresh.go Respond to CR feedback 2018-04-18 11:46:37 -07:00
step.go Snapshot management overhaul and refactor (#1273) 2018-04-25 17:20:08 -07:00
target.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00