pulumi/pkg
Fraser Waters 859052d6d9
Revert "Strip Aliases from state (#9275)" (#9282)
This reverts commit 17068e9b49.

Turns out NormalizeURNReferences needs this in the state to fix up URNs while the deployment is running. It feels like we should be able to either thread this information through to the snapshot manager another way but it's not obvious how. It's also tricky to test because snapshot code differs massively in unit tests compared to proper runs.
2022-03-24 20:08:18 +01:00
..
backend Revert "Strip Aliases from state (#9275)" (#9282) 2022-03-24 20:08:18 +01:00
cmd/pulumi Fix cloudBackendReference.String (#9240) 2022-03-24 14:27:14 +00:00
codegen Add data attribute tag for swifttype to resource property element (#9226) 2022-03-21 10:36:04 -07:00
engine Revert "Strip Aliases from state (#9275)" (#9282) 2022-03-24 20:08:18 +01:00
graph Update error handling (#8406) 2021-11-12 18:37:17 -08:00
operations ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
resource Revert "Strip Aliases from state (#9275)" (#9282) 2022-03-24 20:08:18 +01:00
secrets ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
testing/integration ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
util ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
version duplicate version to ensure linking is properly handled 2020-03-19 12:49:34 -07:00
README.md export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
go.mod Update pkg -> sdk dependency (#9169) 2022-03-09 16:35:32 -08:00
go.sum [codegen/go] Add GenerateProgramWithOpts function (#8997) 2022-02-16 11:11:33 -07:00

README.md

pulumi/pkg

While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.