pulumi/pkg/engine
Pat Gavlin c383810bf8
Omit unknowns in resources in stack outputs during preview. (#3427)
If a stack output includes a `Resource`, we will as of a recent change
always show the output diff, but this diff will potentially include
unknowns, leading to spurious output like:

```
+ namePrefix : output<string>
```

These changes supress these diffs by adding a special key to the POJO
we generate for resources *during preview only* that indicates that the
POJO represents a Pulumi resource, then stripping all adds of unknown
values from diffs for objects marked with that key.

Fixes #3314.
2019-10-30 11:36:03 -07:00
..
destroy.go Buffer events. (#3332) 2019-10-15 15:47:40 -07:00
diff.go Omit unknowns in resources in stack outputs during preview. (#3427) 2019-10-30 11:36:03 -07:00
engine.go Don't require a stack to run pulumi query 2019-10-23 15:14:56 -07:00
errors.go Show a better error message when decrypting fails (#1815) 2018-08-22 15:32:54 -07:00
events.go Fix bug causing pulumi query to hang forever 2019-10-23 15:14:56 -07:00
eventsink.go Make a smattering of CLI UX improvements 2018-09-24 08:43:46 -07:00
lifecycle_test.go Fix crash when specifying update-target that doesn't exist. (#3408) 2019-10-28 11:41:43 -07:00
plan.go Add support for updating a subset of resources in the stack (i.e. --target) (#3251) 2019-09-30 23:41:56 -07:00
plugins.go Add more details to an assert (#3129) 2019-08-28 11:28:04 -07:00
plugins_test.go Load default providers deterministically (#2590) 2019-03-26 13:29:34 -07:00
project.go Use PulumiPolicy.yaml instead of Pulumi.yaml for PolicyPacks 2019-10-10 10:15:51 -07:00
query.go Allow query on local backend stack snapshots 2019-10-29 16:47:15 -07:00
refresh.go Buffer events. (#3332) 2019-10-15 15:47:40 -07:00
snapshot.go Remove uses of plugins in the snapshot (#2662) 2019-04-23 09:53:44 -07:00
update.go Buffer events. (#3332) 2019-10-15 15:47:40 -07:00