pulumi/pkg/resource/plugin
Joe Duffy e7af13e144
Capture plugin names in the manifest (#967)
Previously, the checkpoint manifest contained the full path to a plugin
binary, in places of its friendly name.  Now that we must move to a model
where we install plugins in the PPC based on the manifest contents, we
actually need to store the name, in addition to the version (which is
already there).  We still also capture the path for debugging purposes.
2018-02-21 10:32:31 -08:00
..
analyzer.go Consult the program for its list of plugins 2018-02-18 08:08:15 -08:00
analyzer_plugin.go Capture plugin names in the manifest (#967) 2018-02-21 10:32:31 -08:00
check.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
context.go Set pwd for plugins (#706) 2017-12-12 12:31:09 -08:00
host.go Reimplement GetRequiredPlugins in Go 2018-02-18 08:08:15 -08:00
host_server.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
langruntime.go Reimplement GetRequiredPlugins in Go 2018-02-18 08:08:15 -08:00
langruntime_plugin.go Capture plugin names in the manifest (#967) 2018-02-21 10:32:31 -08:00
plugin.go Don't block on nil channels 2018-02-19 14:06:15 -08:00
provider.go Consult the program for its list of plugins 2018-02-18 08:08:15 -08:00
provider_plugin.go Capture plugin names in the manifest (#967) 2018-02-21 10:32:31 -08:00
rpc.go Introduce Output<T> and update Resource construction code to properly handle it. (#834) 2018-02-05 14:44:23 -08:00
rpc_test.go Introduce Output<T> and update Resource construction code to properly handle it. (#834) 2018-02-05 14:44:23 -08:00