pulumi/pkg/resource
joeduffy 00442b73b4 Alter the way unknown properties are serialized
This change serializes unknown properties anywhere in the entire
property structure, including deeply embedded inside object maps, etc.

This is now done in such a way that we can recover both the computed
nature of the serialized property, along with its expected eventual
type, on the other side of the RPC boundary.

This will let us have perfect fidelity with the new bridge's view on
computed properties, rather than special casing them on "one side".
2017-07-21 14:00:30 -07:00
..
deploy Fix tests after previous commit 2017-07-21 14:00:30 -07:00
environment Fix asset diffing 2017-07-17 10:38:57 -07:00
idl Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
plugin Alter the way unknown properties are serialized 2017-07-21 14:00:30 -07:00
provider Make assets and archives 1st class 2017-07-14 12:28:43 -07:00
asset.go Add a sig field to Asset/Archive 2017-07-18 09:30:31 -07:00
asset_test.go Add some more asset serialization round-tripping tests 2017-07-17 11:30:10 -07:00
config.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
errors.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
properties.go Add a handy Copy function to PropertyMap 2017-07-21 14:00:30 -07:00
properties_diff.go Add diffing logic for assets/archives 2017-07-17 12:11:15 -07:00
properties_diff_test.go Add diffing logic for assets/archives 2017-07-17 12:11:15 -07:00
properties_test.go Add a handy Copy function to PropertyMap 2017-07-21 14:00:30 -07:00
resource.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
resource_id.go Permit -1 for randlen and maxlen 2017-07-15 09:59:44 -07:00
resource_id_test.go Permit -1 for randlen and maxlen 2017-07-15 09:59:44 -07:00
resource_object.go Revert "Rename Lumi resource properties" 2017-07-15 09:33:23 -07:00
resource_state.go Merge inputs with outputs 2017-07-21 14:00:30 -07:00
urn.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
urn_test.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00