pulumi/pkg/util
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
..
archive Add license headers 2018-05-22 15:02:47 -07:00
buildutil Do not include git information in PyPI version. 2018-06-11 13:01:49 -06:00
cancel Add license headers 2018-05-22 15:02:47 -07:00
cmdutil Tidy up the login message and colors 2018-06-12 07:52:22 -07:00
contract Add license headers 2018-05-22 15:02:47 -07:00
fsutil Add license headers 2018-05-22 15:02:47 -07:00
gitutil Remove pulumi init 2018-05-22 13:37:08 -07:00
httputil Fix httputil.DoWithRetry. (#1555) 2018-06-21 11:06:54 -07:00
logging Add license headers 2018-05-22 15:02:47 -07:00
mapper Add license headers 2018-05-22 15:02:47 -07:00
retry Merge pull request #1358 from pulumi/retry-bugs 2018-06-01 17:11:23 -07:00
rpcutil Add license headers 2018-05-22 15:02:47 -07:00
testutil Enable fork builds. (#1495) 2018-06-11 16:01:04 -07:00