pulumi/pkg
Pat Gavlin 78aaa29cee
Fix httputil.DoWithRetry. (#1555)
If we've hit the maximum number of retry attempts, return `true` for
`done`. As it stands, it is possible for us to return a `nil` error
(e.g. if the request sends successfully but returns a `50x` status) and
`false` for `done`, which `retry.Until` will interpret as "keep
retrying".
2018-06-21 11:06:54 -07:00
..
apitype Fail fast when attempting to load a too-new or too-old deployment (#1382) 2018-05-25 13:29:59 -07:00
backend Fix printing out outputs in a pulumi program. (#1531) 2018-06-18 16:03:26 -07:00
diag Add a colors.Highlight function 2018-06-12 08:14:41 -07:00
encoding Add license headers 2018-05-22 15:02:47 -07:00
engine Add license headers 2018-05-22 15:02:47 -07:00
graph Add license headers 2018-05-22 15:02:47 -07:00
operations Add license headers 2018-05-22 15:02:47 -07:00
resource Issue an error when attempting to read an invalid Asset. (#1528) 2018-06-18 11:08:17 -07:00
testing Run export/import rounttrip as part of our lifecycle tests 2018-06-14 16:01:28 -07:00
tokens Add license headers 2018-05-22 15:02:47 -07:00
tools Add license headers 2018-05-22 15:02:47 -07:00
util Fix httputil.DoWithRetry. (#1555) 2018-06-21 11:06:54 -07:00
version Add license headers 2018-05-22 15:02:47 -07:00
workspace Allow overriding config location 2018-06-05 09:26:48 -07:00