pulumi/pkg/resource/deploy
Pat Gavlin 24f89e1121
Close plugin context on plan creation failure (#2304)
This ensures that the gRPC server is properly shut down. This fixes an
issue in which a resource plugin that is still configuring could report
log messages to the plugin host, which would in turn attempt to send
diagnostic packets over a closed channel, causing a panic.

Fixes #2170.
2018-12-18 13:25:52 -08:00
..
deploytest Close plugin context on plan creation failure (#2304) 2018-12-18 13:25:52 -08:00
providers Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
builtins.go Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
plan.go Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
plan_executor.go Process deletions conservatively in parallel (#1963) 2018-09-27 15:49:08 -07:00
plan_test.go Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
snapshot.go Add a list of in-flight operations to the deployment (#1759) 2018-08-10 21:39:59 -07:00
source.go Reimplement refresh. (#1814) 2018-08-22 17:52:46 -07:00
source_error.go Reimplement refresh. (#1814) 2018-08-22 17:52:46 -07:00
source_eval.go Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
source_eval_test.go Adopt golangci-lint and address issues 2018-11-08 14:11:47 -08:00
source_fixed.go Reimplement refresh. (#1814) 2018-08-22 17:52:46 -07:00
source_null.go Reimplement refresh. (#1814) 2018-08-22 17:52:46 -07:00
step.go Eliminate the same prefix 2018-09-22 13:34:43 -07:00
step_executor.go Default to unbounded parallelism (#2065) 2018-10-17 15:33:26 -07:00
step_generator.go Handle unconfigured plugins in Diff. (#2238) 2018-11-21 16:53:29 -08:00
target.go Add license headers 2018-05-22 15:02:47 -07:00