pulumi/pkg/resource
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
..
config Don't fail on configuration keys like a:config:b:c 2018-11-20 14:14:37 -08:00
deploy Close plugin context on plan creation failure (#2304) 2018-12-18 13:25:52 -08:00
edit Add new 'pulumi state' command for editing state (#2024) 2018-10-15 09:52:55 -07:00
graph Process deletions conservatively in parallel (#1963) 2018-09-27 15:49:08 -07:00
plugin Handle unconfigured plugins in Diff. (#2238) 2018-11-21 16:53:29 -08:00
provider Implement status sinks 2018-08-31 15:56:53 -07:00
stack Add a list of in-flight operations to the deployment (#1759) 2018-08-10 21:39:59 -07:00
testdata
asset.go Tidy up some data structures (#2135) 2018-11-01 08:28:11 -07:00
asset_test.go Adopt golangci-lint and address issues 2018-11-08 14:11:47 -08:00
errors.go
properties.go Use 'output<...>' as our terminology for 'computed' properties. (#2267) 2018-12-02 19:44:50 -08:00
properties_diff.go
properties_diff_test.go
properties_test.go
resource_goal.go Implement partial Read 2018-08-10 15:10:14 -07:00
resource_id.go
resource_id_test.go Adopt golangci-lint and address issues 2018-11-08 14:11:47 -08:00
resource_operation.go Add a list of in-flight operations to the deployment (#1759) 2018-08-10 21:39:59 -07:00
resource_state.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
stack.go Make a smattering of CLI UX improvements 2018-09-24 08:43:46 -07:00
status.go
urn.go
urn_test.go