pulumi/pkg/resource/deploy
Pat Gavlin 234f0816e5 Stop formatting output that should be raw.
These changes introduce a new field, `Raw`, to `diag.Message`. This
field indicates that the contents of the message are not a format string
and should not be rendered via `Sprintf` during stringification.

The plugin std{out,err} readers have been updated to use raw messages,
and the event reader in `pulumi` has been fixed s.t. it does not format
event payloads before display.

Fixes #551.
2017-11-14 11:26:41 -08:00
..
plan.go Track resources that are pending deletion in checkpoints. 2017-10-18 17:09:00 -07:00
plan_apply.go Only call Configure on a package once (#520) 2017-11-03 13:52:59 -07:00
plan_test.go Stop formatting output that should be raw. 2017-11-14 11:26:41 -08:00
snapshot.go Encrypt secrets in Pulumi.yaml 2017-10-24 16:48:12 -07:00
source.go Add a notion of stable properties 2017-10-04 08:22:21 -04:00
source_eval.go Skip unknown properties (#524) 2017-11-03 13:40:15 -07:00
source_fixed.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
source_null.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
step.go Use full state during updates (#526) 2017-11-03 19:45:19 -07:00
target.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00