pulumi/pkg/resource/deploy
Levi Blackstone 8a9b381767
Fix panic related to update with refresh (#5980)
The step generator was incorrectly tracking goal states for
old resources, which could lead to a panic if the resource
was removed in the update. This fix only generates goal
states for resources that exist in the updated program.
2020-12-18 23:03:40 -08:00
..
deploytest Improve resource ref unit tests. (#5960) 2020-12-16 12:38:20 -08:00
providers switch uuid packages (#5608) 2020-11-04 03:13:04 +00:00
builtins.go Fix new resource recording. (#5897) 2020-12-08 19:21:58 -08:00
deployment.go Fix panic related to update with refresh (#5980) 2020-12-18 23:03:40 -08:00
deployment_executor.go Ensure we have an import error before using in import path (#5884) 2020-12-08 00:43:35 +00:00
deployment_test.go Rename deploy.Plan to deploy.Deployment. (#5774) 2020-11-18 09:47:52 -08:00
import.go Prevent panic when using pulumi import with local backend (#5906) 2020-12-10 13:31:45 +00:00
snapshot.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
source.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
source_error.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
source_eval.go Fix bug with ComponentResource resource refs (#5949) 2020-12-18 14:45:52 -07:00
source_eval_test.go Add support for provider-side preview. (#5443) 2020-10-09 13:13:55 -07:00
source_fixed.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
source_null.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
source_query.go Add engine support for getResource. (#5646) 2020-11-02 13:36:12 -08:00
source_query_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
step.go Add ignoreChanges preprocessing in ImportStep. (#5976) 2020-12-17 14:46:50 -08:00
step_executor.go Fix panic related to update with refresh (#5980) 2020-12-18 23:03:40 -08:00
step_generator.go Fix panic related to update with refresh (#5980) 2020-12-18 23:03:40 -08:00
step_generator_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
target.go Respect provider config secretness. (#5742) 2020-11-12 12:18:12 -08:00