pulumi/pkg/backend/httpstate
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
..
client Support publishing Python policy packs (#4644) 2020-05-22 15:01:15 -07:00
backend.go Add support for a PULUMI_CONSOLE_DOMAIN env var (#4410) 2020-04-17 11:50:00 -07:00
console.go Add support for a PULUMI_CONSOLE_DOMAIN env var (#4410) 2020-04-17 11:50:00 -07:00
console_test.go Add support for a PULUMI_CONSOLE_DOMAIN env var (#4410) 2020-04-17 11:50:00 -07:00
policypack.go Install and use dependencies automatically for new Python projects (#4775) 2020-06-09 16:42:53 -07:00
snapshot.go Allow pulumi stack export to decrypt secrets (#4046) 2020-05-11 19:16:30 +01:00
stack.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
state.go Protect against engine event mutation. (#5003) 2020-07-16 23:52:31 -07:00