pulumi/pkg/resource
Luke Hoban e0035a9cd2
Include transitive children in dependency list for deletes (#7788)
Fixes deletion order issues outlined in #7780 related to dependencies on multi language components not ensuring that all (transitive) children of the dependency are treated as dependencies.

Since the state file is not guaranteed to include all transitive dependencies explicitly specified (because dependencies on multi-langauge components will only include the dependency on the component itself, not all of it's transitive children), this PR enlightens the computation of dependencies for deletion ordering to expand the transitive dependency to include transitive children of direct dependencies.
2021-08-18 18:26:36 -07:00
..
analyzer [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
deploy Respect provider aliases (#7166) 2021-07-28 12:12:53 -07:00
edit [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
graph Include transitive children in dependency list for deletes (#7788) 2021-08-18 18:26:36 -07:00
provider Add provider.MainWithOptions helper function (#7598) 2021-07-29 10:31:09 -07:00
stack Error instead of assert on invalid resource in state file (#7065) 2021-05-17 09:47:28 +01:00
testdata support jar files 2020-08-10 14:15:35 -07:00