pulumi/pkg/resource/deploy
Pat Gavlin 0634c1852a
Fix some potential bugs in the refresher. (#1845)
- Create all refresh steps before issuing any. This is important as the
  state update loop expects all steps to exist.
- Check for cancellation later in the refresher.

This also fixes races in the SnapshotManager and the test journal that
could cause panics during cancellation.
2018-08-29 21:00:05 -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 Reimplement refresh. (#1814) 2018-08-22 17:52:46 -07:00
plan_executor.go Fix some potential bugs in the refresher. (#1845) 2018-08-29 21:00:05 -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 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 Reimplement refresh. (#1814) 2018-08-22 17:52:46 -07:00
source_eval_test.go Implement partial Read 2018-08-10 15:10:14 -07: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 Fix some potential bugs in the refresher. (#1845) 2018-08-29 21:00:05 -07:00
step_executor.go Serialize SourceEvents coming from the refresh source (#1725) 2018-08-08 13:45:48 -07:00
step_generator.go Generate empty update steps for partial failures 2018-08-28 18:00:35 -07:00
target.go Add license headers 2018-05-22 15:02:47 -07:00