pulumi/pkg
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
..
apitype Eliminate type redundancy 2018-02-28 12:44:55 -08:00
backend Eliminate type redundancy 2018-02-28 12:44:55 -08:00
compiler/errors Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
diag Remove Document and Location 2018-01-30 16:42:39 -08:00
encoding Use go-yaml directly 2017-10-20 14:01:37 -07:00
engine Add support for project plugins 2018-02-19 11:24:19 -08:00
graph Spruce up the stack graph command: 2018-02-22 17:31:45 -08:00
operations Eliminate type redundancy 2018-02-28 12:44:55 -08:00
resource Eliminate type redundancy 2018-02-28 12:44:55 -08:00
testing Eliminate type redundancy 2018-02-28 12:44:55 -08:00
tokens Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
tools Add a commentChars parameter to EmitHeaderWarning (#827) 2018-01-22 09:32:37 -08:00
util Fix spinner erasure (#979) 2018-02-23 19:36:44 -08:00
version Add a manifest to checkpoint files (#630) 2017-12-01 13:50:32 -08:00
workspace Check plugin cache first; make version mismatch a warning 2018-02-26 11:39:50 -08:00