mirror of https://github.com/pulumi/pulumi.git
a35aba137b
* Retire pending deletions at start of plan Instead of letting pending deletions pile up to be retired at the end of a plan, this commit eagerly disposes of any pending deletions that were pending at the end of the previous plan. This is a nice usability win and also reclaims an invariant that at most one resource with a given URN is live and at most one is pending deletion at any point in time. * Rebase against master * Fix a test issue arising from shared snapshots * CR feedback * plan -> replacement * Use ephemeral statuses to communicate deletions |
||
---|---|---|
.. | ||
config_basic | ||
config_capture_e2e/nodejs | ||
delete_before_create | ||
dependency_steps | ||
diff | ||
double_pending_delete | ||
duplicate_urns | ||
empty | ||
explicit_provider | ||
get_created | ||
invalid_package_json | ||
partial_state | ||
project_main | ||
project_main_abs | ||
project_main_parent | ||
protect_resources | ||
read | ||
recreate_resource_check | ||
stack_bad_parenting | ||
stack_dependencies | ||
stack_outputs | ||
stack_parenting | ||
stack_project_name | ||
steps | ||
integration_test.go |