pulumi/pkg/resource/deploy
Sean Gillespie d83774ca96
Fix two issues that can cause hangs during refresh (#1770)
1. 'readID' was never assigned to and was always the default value,
leading the refresh source to believe a resource was deleted
2. The refresh source could hang when a resource is deleted.
2018-08-13 21:43:10 -07:00
..
deploytest Implement partial Read 2018-08-10 15:10:14 -07:00
providers Implement partial Read 2018-08-10 15:10:14 -07:00
plan.go Add a list of in-flight operations to the deployment (#1759) 2018-08-10 21:39:59 -07:00
plan_executor.go Emit diagnostics for errors coming from step generation (#1766) 2018-08-13 13:41:01 -07:00
plan_test.go Add a list of in-flight operations to the deployment (#1759) 2018-08-10 21:39:59 -07:00
snapshot.go Add a list of in-flight operations to the deployment (#1759) 2018-08-10 21:39:59 -07:00
source.go Serialize SourceEvents coming from the refresh source (#1725) 2018-08-08 13:45:48 -07:00
source_eval.go Implement partial Read 2018-08-10 15:10:14 -07:00
source_eval_test.go Implement partial Read 2018-08-10 15:10:14 -07:00
source_fixed.go Serialize SourceEvents coming from the refresh source (#1725) 2018-08-08 13:45:48 -07:00
source_null.go Serialize SourceEvents coming from the refresh source (#1725) 2018-08-08 13:45:48 -07:00
source_refresh.go Fix two issues that can cause hangs during refresh (#1770) 2018-08-13 21:43:10 -07:00
source_refresh_test.go Implement partial Read 2018-08-10 15:10:14 -07:00
step.go Implement partial Read 2018-08-10 15:10:14 -07:00
step_executor.go Serialize SourceEvents coming from the refresh source (#1725) 2018-08-08 13:45:48 -07:00
step_generator.go Implement partial Read 2018-08-10 15:10:14 -07:00
target.go Add license headers 2018-05-22 15:02:47 -07:00