pulumi/pkg/backend/local
Pat Gavlin c08ede339f Only display preview/no-op resource rows once on non-TTYs.
Our current strategy for the progress display on non-TTYs causes us to
display multiple identical rows for each resource when the row is a
preview or a no-op. This behavior is not particularly useful, and
generally just makes the display noisier than it needs to be.

These changes avoid displaying resource rows without meaningful output
by supressing the display of resource output events that are delivered
during a preview or that correspond to a no-op update.

Fixes #1384.
2018-05-22 11:35:07 -07:00
..
backend.go Simplify previews, initialize plugin events 2018-05-18 14:58:06 -07:00
crypto.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
display.go Fix issue where replacements were not shown in the progress view. (#1357) 2018-05-11 16:48:05 -07:00
jsonmessage.go Add a new tree-view form for the progress view. (#1260) 2018-04-24 11:13:22 -07:00
progress.go Only display preview/no-op resource rows once on non-TTYs. 2018-05-22 11:35:07 -07:00
rows.go Fix issue where replacements were not shown in the progress view. (#1357) 2018-05-11 16:48:05 -07:00
snapshot.go Remove unused stack name from deploy.Snapshot (#1386) 2018-05-18 11:15:35 -07:00
stack.go Expose change summaries from the backend. 2018-05-15 17:44:35 -07:00
state.go Filter the logs we emit to glog so that we don't leak out secrets. (#1371) 2018-05-15 15:28:00 -07:00