pulumi/pkg/backend/local
Pat Gavlin b5efe40f04
Fold "global" messages under the stack resource. (#1406)
We currently display at most two rows for messages that are not
associated with a URN: one for those that arrive before the stack
resource is first observed and one for those that arrive after the stack
resource is first observed. The former is labeled "global"; the latter
is the row associated with the stack resource. These changes remove the
duplication by reassociating the row used for events with no URN that
arrive before the stack resource with the stack resource once it has
been observed.

Fixes #1385.
2018-05-22 13:30:52 -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 Fold "global" messages under the stack resource. (#1406) 2018-05-22 13:30:52 -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