pulumi/pkg/backend
Chris Smith c189a49172
Wait until all EEs are recorded after CancelEvent (#2325)
When returning immediately from the loop, we are closing the `done` channel early. This signals that we have finished processing every engine event, however that isn't true. Since some events may still be in-flight in `recordEngineEvent`. (This could potentially lead to a race condition in the `diag.Sink` passed to the API client used to record the call.)
2018-12-24 10:23:32 -08:00
..
display Fix synchronization with the event renderer (#2290) 2018-12-13 19:58:26 -08:00
filestate Fix synchronization with the event renderer (#2290) 2018-12-13 19:58:26 -08:00
httpstate Wait until all EEs are recorded after CancelEvent (#2325) 2018-12-24 10:23:32 -08:00
state Add license headers 2018-05-22 15:02:47 -07:00
apply.go Don't prompt if you want to continue when --skip-preview is passed 2018-10-26 15:41:29 -07:00
backend.go Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
snapshot.go Use Infof instead of Info when formatting 2018-10-29 18:06:04 -05:00
snapshot_test.go Elide unnecessary checkpoint writes. (#1798) 2018-08-20 14:14:50 -07:00
stack.go Tidy up some data structures (#2135) 2018-11-01 08:28:11 -07:00
updates.go Fix error when canceling update (#2254) 2018-11-29 12:54:05 -08:00