pulumi/pkg/backend
Sean Gillespie 3d5f005c95
Fix several output-related issues (#1919)
* Revert "Don't show stack outputs when update fails (#1916)"

This reverts commit e3f89e82aa.

* Be more precise about printing outputs

This commit prints outputs only if they are known to be complete. This
avoids massive red diffs during previews and when component resources
fail to call registerResourceOutputs.

* CR: Clean up large boolean expression and comment

* CR: boolean compromise
2018-09-11 16:44:06 -07:00
..
display Fix several output-related issues (#1919) 2018-09-11 16:44:06 -07:00
filestate Use optional parent event stream for cancellation (#1912) 2018-09-10 16:42:22 -07:00
httpstate Use optional parent event stream for cancellation (#1912) 2018-09-10 16:42:22 -07:00
state Add license headers 2018-05-22 15:02:47 -07:00
apply.go Don't close eventChannel when panicking (#1891) 2018-09-05 17:50:48 -07:00
backend.go Implement preview-then-update for local stacks 2018-09-05 07:33:18 -07:00
snapshot.go Check for input diffs when eliding same steps. (#1905) 2018-09-07 15:10:02 -07:00
snapshot_test.go Elide unnecessary checkpoint writes. (#1798) 2018-08-20 14:14:50 -07:00
stack.go Implement preview-then-update for local stacks 2018-09-05 07:33:18 -07:00
updates.go Clarify refresh text 2018-08-29 17:09:14 -07:00