pulumi/pkg/util
Sean Gillespie 1cbf8bdc40 Partial status for resource providers
This commit adds CLI support for resource providers to provide partial
state upon failure. For resource providers that model resource
operations across multiple API calls, the Provider RPC interface can now
accomodate saving bags of state for resource operations that failed.
This is a common pattern for Terraform-backed providers that try to do
post-creation steps on resource as part of Create or Update resource
operations.
2018-07-02 13:32:23 -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 Partial status for resource providers 2018-07-02 13:32:23 -07:00
testutil Enable fork builds. (#1495) 2018-06-11 16:01:04 -07:00