pulumi/pkg
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
..
backend [backend/http] Better lease renewal diagnosability (#7761) 2021-08-13 15:14:07 -05:00
cmd/pulumi Stop printing value if it looks like a secret (#7327) 2021-08-13 06:07:52 -07:00
codegen stabilize go codegen for nested collection types (#7787) 2021-08-18 12:07:30 -07:00
engine [sdk/go] Fix a typo in marshaling. (#7768) 2021-08-16 19:01:20 -05:00
graph [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
operations [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
resource Include transitive children in dependency list for deletes (#7788) 2021-08-18 18:26:36 -07:00
secrets [cli] Prevent regression in loading passphrase secrets provider from state (#6976) 2021-05-06 14:40:44 +01:00
testing/integration Tracing enhancements for CLI perf metrics capture (#7279) 2021-06-15 13:25:03 -04:00
util [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
version duplicate version to ensure linking is properly handled 2020-03-19 12:49:34 -07:00
go.mod [codegen/schema] YAML {un,}marshaling support. (#7509) 2021-07-13 16:41:40 -07:00
go.sum Add a convert-trace command. (#7319) 2021-06-17 14:46:05 -07:00