pulumi/pkg/backend
Pat Gavlin ed46891693
Compute nested diffs in translateDetailedDiff. (#2911)
Instead of simply converting a detailed diff entry that indicates an
update to an entire composite value as a simple old/new value diff,
compute the nested diff. This alllows us to render a per-element diff
for the nested object rather than simply displaying the new and the old
composite values.

This is necessary in order to improve diff rendering once
pulumi/pulumi-terraform#403 has been rolled out.
2019-07-08 16:33:21 -07:00
..
display Compute nested diffs in translateDetailedDiff. (#2911) 2019-07-08 16:33:21 -07:00
filestate Fix a bug when logging into bucket urls 2019-06-10 13:43:17 -07:00
httpstate Defer all diffs to resource providers. (#2849) 2019-07-01 12:34:19 -07:00
state Add license headers 2018-05-22 15:02:47 -07:00
apply.go Don't print error prefix when a confirmation prompt is declined 2019-03-26 15:17:18 -07:00
backend.go Add --server to pulumi plugin install 2019-06-03 09:31:18 -07:00
backend_test.go Refactor config loading out of the backend 2019-05-10 17:07:52 -07:00
snapshot.go Check for provider changes in mustWrite (#2805) 2019-06-05 16:27:26 -07:00
snapshot_test.go Defer all diffs to resource providers. (#2849) 2019-07-01 12:34:19 -07:00
stack.go Allow using the passphrase secrets manager with the pulumi service 2019-05-10 17:07:52 -07:00
updates.go Remove the GitHubLogin and GitHubRepo update metadata keys (#2732) 2019-05-29 11:22:59 -07:00