pulumi/pkg/backend
Matt Ellis cdcee76abd Fix flaky update history test
The filenames we used to store history data locally only had second
level precision. On my machine, the test history test is able to run
multiple `pulumi update` commands in the same second, which causes a
newer history file to overwrite an older one.

This change moves to using a nanosecond precision timestamp when
writing config. In addition, the CLI was trying to sort the updates
that came back from the backend (instead of just trusting them to be
in newest first order, as we documented) so I removed that code as
well.
2018-03-01 16:20:09 -08:00
..
cloud Eliminate type redundancy 2018-02-28 12:44:55 -08:00
local Fix flaky update history test 2018-03-01 16:20:09 -08:00
state Rename package to project (#935) 2018-02-14 13:56:16 -08:00
backend.go Fix flaky update history test 2018-03-01 16:20:09 -08:00
display.go Clean up colorization logic 2018-01-31 15:46:14 -08:00
stack.go Eliminate type redundancy 2018-02-28 12:44:55 -08:00
updates.go Fix flaky update history test 2018-03-01 16:20:09 -08:00