pulumi/pkg
joeduffy 22584e7e37 Make some resource model changes
This commit changes two things about our resource model:

* Stop performing Pulumi Engine-side diffing of resource state.
  Instead, we defer to the resource plugins themselves to determine
  whether a change was made and, if so, the extent of it.  This
  manifests as a simple change to the Diff function; it is done in
  a backwards compatible way so that we continue with legacy diffing
  for existing resource provider plugins.

* Add a Read RPC method for resource providers.  It simply takes a
  resource's ID and URN, plus an optional bag of further qualifying
  state, and it returns the current property state as read back from
  the actual live environment.  Note that the optional bag of state
  must at least include enough additional properties for resources
  wherein the ID is insufficient for the provider to perform a lookup.
  It may, however, include the full bag of prior state, for instance
  in the case of a refresh operation.

This is part of pulumi/pulumi#1108.
2018-04-05 08:14:25 -07:00
..
apitype Add Tags field to apitype.Stack 2018-04-02 14:44:14 -07:00
backend Check GitHubLogin instead of Name for check (#1112) 2018-04-04 11:05:41 -07:00
diag Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
encoding Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
engine Include richer information in events so that final display can flexibly chose how to present it. (#1088) 2018-03-31 12:08:48 -07:00
graph Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
operations General prep work for refresh 2018-03-28 07:45:23 -07:00
resource Make some resource model changes 2018-04-05 08:14:25 -07:00
testing Run tests against managed stacks backend instead of FnF (#1092) 2018-04-02 21:34:54 -07:00
tokens Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
tools Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
util Remove pkg/util/rendezvous. 2018-04-04 12:52:51 -07:00
version Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
workspace Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00