pulumi/pkg/resource/deploy
Sean Gillespie 623e5f1be2
Emit reads for external resources when refreshing (#1749)
* Emit reads for external resources when refreshing

Fixes pulumi/pulumi#1744. This commit educates the refresh source about
external resources. If a refresh source encounters a resource with the
External bit set, it'll send a Read event to the engine and the engine
will process it accordingly.

* CR: save last event channel instead of last event, style fixes
2018-08-09 12:45:39 -07:00
..
deploytest Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
providers Fix deletes with duplicate URNs. (#1716) 2018-08-07 11:01:08 -07:00
plan.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
plan_executor.go Execute non-delete step chains in parallel (#1673) 2018-08-06 16:46:17 -07:00
snapshot.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
source.go Serialize SourceEvents coming from the refresh source (#1725) 2018-08-08 13:45:48 -07:00
source_eval.go Serialize SourceEvents coming from the refresh source (#1725) 2018-08-08 13:45:48 -07:00
source_eval_test.go Serialize SourceEvents coming from the refresh source (#1725) 2018-08-08 13:45:48 -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 Emit reads for external resources when refreshing (#1749) 2018-08-09 12:45:39 -07:00
source_refresh_test.go Serialize SourceEvents coming from the refresh source (#1725) 2018-08-08 13:45:48 -07:00
step.go Serialize SourceEvents coming from the refresh source (#1725) 2018-08-08 13:45:48 -07:00
step_executor.go Serialize SourceEvents coming from the refresh source (#1725) 2018-08-08 13:45:48 -07:00
step_generator.go Fix deletes with duplicate URNs. (#1716) 2018-08-07 11:01:08 -07:00
target.go Add license headers 2018-05-22 15:02:47 -07:00