pulumi/pkg/resource/plugin
Joe Duffy 69f7f51375 Many asset improvements
This improves a few things about assets:

* Compute and store hashes as input properties, so that changes on
  disk are recognized and trigger updates (pulumi/pulumi#153).

* Issue explicit and prompt diagnostics when an asset is missing or
  of an unexpected kind, rather than failing late (pulumi/pulumi#156).

* Permit raw directories to be passed as archives, in addition to
  archive formats like tar, zip, etc. (pulumi/pulumi#240).

* Permit not only assets as elements of an archive's member list, but
  also other archives themselves (pulumi/pulumi#280).
2017-10-22 13:39:21 -07:00
..
analyzer.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
analyzer_plugin.go Improve output formatting 2017-09-23 05:20:11 -07:00
check.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
context.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
host.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
host_server.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
langruntime.go Add accessors to fetch the Pulumi project and stack names 2017-10-19 08:26:57 -07:00
langruntime_plugin.go Add accessors to fetch the Pulumi project and stack names 2017-10-19 08:26:57 -07:00
plugin.go Drain std{out,err} when a plugin fails to load. 2017-10-16 21:38:11 -07:00
provider.go Add a notion of stable properties 2017-10-04 08:22:21 -04:00
provider_plugin.go Add a notion of stable properties 2017-10-04 08:22:21 -04:00
rpc.go Many asset improvements 2017-10-22 13:39:21 -07:00
rpc_test.go Many asset improvements 2017-10-22 13:39:21 -07:00