pulumi/sdk/go/common/util
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
..
archive Fix lint errors. (#4856) 2020-06-18 14:17:11 -07:00
buildutil Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
ciutil Use the GH webhook payload to parse PR details when CI system is GH Actions (#4817) 2020-06-15 12:49:09 -07:00
cmdutil Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
contract Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
deepcopy Protect against engine event mutation. (#5003) 2020-07-16 23:52:31 -07:00
executable Re-enabling dockerfile latest, docs and homebrew publishing 2020-04-14 09:40:11 +01:00
fsutil Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
gitutil Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
httputil Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
logging Removing the need for vendoring (#4167) 2020-03-25 15:57:46 -07:00
mapper Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
result move pkg/util/result -> sdk/go/common/util 2020-03-18 15:45:42 -07:00
retry move pkg/util/retry -> sdk/go/common/util/retry 2020-03-18 15:47:01 -07:00
rpcutil update channel options in go 2020-04-23 11:16:36 -07:00