pulumi/pkg/operations
joeduffy 2362d45a5c Eliminate type redundancy
Despite our good progress moving towards having an apitype package,
where our exchange types live and can be shared among the engine and
our services, there were a few major types that were still duplciated.
Resource was the biggest example -- and indeed, the apitype varirant
was missing the new Dependencies property -- but there were others,
like Manfiest, PluginInfo, etc.  These too had semi-random omissions.

This change merges all of these types into the apitype package.  This
not only cleans up the redundancy and missing properties, but will
"force the issue" with respect to keeping them in sync and properly
versioning the information in a backwards compatible way.

The resource/stack package still exists as a simple marshaling layer
to and from the engine's core data types.

Finally, I've made the controversial change to share the actual
Deployment data structure at the apitype layer also.  This will force
us to confront differences in that data structure similarly, and will
allow us to leverage the strong typing throughout to catch issues.
2018-02-28 12:44:55 -08:00
..
testdata Don't include pending-delete resources in tree representation (#902) 2018-02-12 08:47:09 -08:00
operations.go Add support for pulumi logs --since when targeting cloud backend (#756) 2017-12-21 17:16:45 -08:00
operations_aws.go Use AWS access key in operations prvider when available (#697) 2017-12-11 15:40:39 -08:00
operations_cloud_aws.go Keep embedded newlines in Lambda log messages 2018-01-29 23:33:59 -08:00
operations_cloud_aws_test.go Fix long line 2018-01-30 10:52:42 -08:00
resources.go Eliminate type redundancy 2018-02-28 12:44:55 -08:00
resources_test.go Eliminate type redundancy 2018-02-28 12:44:55 -08:00