pulumi/pkg/backend
Sean Gillespie f83d32390c
Don't close eventChannel when panicking (#1891)
* Don't close eventChannel when panicking

The state of the system is completely unknown when panicking and in
general it's not safe to infer whether or not it is safe to close a
channel when in this tate.

* CR feedback

* Spelling
2018-09-05 17:50:48 -07:00
..
display Fix a few lint warnings 2018-09-05 08:25:23 -07:00
filestate Fix integration tests 2018-09-05 11:39:58 -07:00
httpstate Fix a few lint warnings 2018-09-05 08:25:23 -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 Fix some potential bugs in the refresher. (#1845) 2018-08-29 21:00:05 -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