pulumi/pkg/backend
Pat Gavlin 418e2291a2
Protect against engine event mutation. (#5003)
Certain operations in `engine/diff` mutate engine events during display.
This mutation can occur concurrently with the serialization of the event
for persistence, which causes a panic in the CLI. These changes fix the
offending code and add code that copies each engine event before
persisteing it in order to guard against future issues.
2020-07-16 23:52:31 -07:00
..
display Protect against engine event mutation. (#5003) 2020-07-16 23:52:31 -07:00
filestate Allow pulumi stack export to decrypt secrets (#4046) 2020-05-11 19:16:30 +01:00
httpstate Protect against engine event mutation. (#5003) 2020-07-16 23:52:31 -07:00
state Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
apply.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
backend.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
backend_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
errors.go Add a link to docs for the 409 Conflict error message (#3207) 2019-09-10 13:25:08 -07:00
mock.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
policypack.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
query.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
snapshot.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
snapshot_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
stack.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
updates.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
watch.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00