pulumi/pkg
Pat Gavlin 5513f08669
Do not call Read in read steps with unknown IDs. (#1734)
This is consistent with the behavior prior to the introduction of Read
steps. In order to avoid a breaking change we must do this check in the
engine itself, which causes a bit of a layering violation: because IDs
are marshaled as raw strings rather than PropertyValues, the engine must
check against the marshaled form of an unknown directly (i.e.
`plugin.UnknownStringValue`).
2018-08-08 12:06:20 -07:00
..
apitype Expand ErrorResponse type (#1720) 2018-08-07 10:43:18 -07:00
backend Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
diag Add support for providing a log stream-id to our RPC interface. (#1627) 2018-07-11 15:04:00 -07:00
encoding Add license headers 2018-05-22 15:02:47 -07:00
engine Don't print out unchanged assets while diffing an archive. (#1730) 2018-08-08 01:10:30 -04:00
graph Add license headers 2018-05-22 15:02:47 -07:00
operations Save resources obtained from ".get" in the snapshot (#1654) 2018-08-03 14:06:00 -07:00
resource Do not call Read in read steps with unknown IDs. (#1734) 2018-08-08 12:06:20 -07:00
testing Use new native typescript support in many tests 2018-08-06 14:00:58 -07:00
tokens Add license headers 2018-05-22 15:02:47 -07:00
tools Add license headers 2018-05-22 15:02:47 -07:00
util 1-index error messages printed to the console (#1709) 2018-08-06 11:58:06 -07:00
version Add license headers 2018-05-22 15:02:47 -07:00
workspace Allow more types for runtimeOptions 2018-08-06 14:00:58 -07:00