pulumi/pkg
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
..
apitype Record engine events concurrently (#2314) 2018-12-20 15:34:30 -08:00
backend Wait until all EEs are recorded after CancelEvent (#2325) 2018-12-24 10:23:32 -08:00
diag Support colors in CI/CD environments (#2094) 2018-10-24 14:45:15 -07:00
encoding Add license headers 2018-05-22 15:02:47 -07:00
engine Don't record reads as changes during updates unless something actually changed. (#2308) 2018-12-19 13:19:56 -08:00
graph Add license headers 2018-05-22 15:02:47 -07:00
operations Fix log retrieval for lambdas. (#2160) 2018-11-05 12:27:11 -08:00
resource Close plugin context on plan creation failure (#2304) 2018-12-18 13:25:52 -08:00
testing Provide an actual 'table' printing routine so that we can appropriate choose columns widths dynamically. (#2266) 2018-12-02 00:22:07 -08:00
tokens Adopt golangci-lint and address issues 2018-11-08 14:11:47 -08:00
tools Add a WriteString method to tools/GenWriter. (#1839) 2018-08-29 14:43:20 -07:00
util Do not disable echo when stdin is not a terminal 2018-12-03 16:40:51 -08:00
version Add license headers 2018-05-22 15:02:47 -07:00
workspace Improve error message when Pulumi.yaml can't be found 2018-12-06 14:04:01 -08:00