mirror of https://github.com/pulumi/pulumi.git
21b9f2912c
Instead of simply rendering the old and new values for textual properties, compute the diff between the old and new values and render that. For single-line values, the diff is computed and rendered character-wise, with simplification applied to avoid "small" diffs. For multi-line values, the diff is computed and rendered linewise (as we already to for textual assets). Fixes #9136. |
||
---|---|---|
.. | ||
testdata | ||
diff.go | ||
diff_test.go | ||
display.go | ||
doc.go | ||
events.go | ||
json.go | ||
jsonmessage.go | ||
object_diff.go | ||
options.go | ||
progress.go | ||
query.go | ||
rows.go | ||
tableutil.go | ||
watch.go |