pulumi/pkg/resource
joeduffy b43c374905 Fix a few more things about updates
* Eliminate some superfluous "\n"s.

* Remove the redundant properties stored on AWS resources.

* Compute array diff lengths properly (+1).

* Display object property changes from null to non-null as
  adds; and from non-null to null as deletes.

* Fix a boolean expression from ||s to &&s.  (Bone-headed).
2017-02-24 17:02:02 -08:00
..
context.go Redo object monikers 2017-02-24 14:50:02 -08:00
moniker.go Redo object monikers 2017-02-24 14:50:02 -08:00
mugl.go Redo object monikers 2017-02-24 14:50:02 -08:00
plan.go Tidy up a few things 2017-02-24 16:44:46 -08:00
plan_graph.go Implement updates 2017-02-23 14:56:23 -08:00
plugin.go Implement name property in AWS provider/library 2017-02-24 15:41:56 -08:00
properties.go Eliminate a superfluous map allocation 2017-02-23 15:05:30 -08:00
properties_diff.go Fix a few more things about updates 2017-02-24 17:02:02 -08:00
provider.go Redo object monikers 2017-02-24 14:50:02 -08:00
resource.go Redo object monikers 2017-02-24 14:50:02 -08:00
rpc.go Implement name property in AWS provider/library 2017-02-24 15:41:56 -08:00
snapshot.go Detect duplicate object names 2017-02-24 16:03:06 -08:00
stable.go Begin resource modeling and planning 2017-02-17 12:31:48 -08:00