pulumi/sdk/nodejs/runtime
Sean Gillespie 2d4a3f7a6a
Move management of root resource state to engine (#1944)
* Protobuf changes

* Move management of root resource state to engine

This commit fixes a persistent side-by-side issue in the NodeJS SDK by
moving the management of root resource state to the engine. Doing so
adds two new endpoints to the Engine gRPC service: 1) GetRootResource
and 2) SetRootResource, which get and set the root resource
respectively.

* Rebase against master, regenerate proto
2018-09-18 11:47:34 -07:00
..
closure Be resilient to encountering invalid data in a package.json file. (#1897) 2018-09-06 16:35:14 -07:00
config.ts Do not lazy initialize config or settings 2018-08-06 15:53:38 -07:00
debuggable.ts Don't call process.exit in exit callback (#1892) 2018-09-06 10:52:05 -07:00
index.ts Simpler way of stating which dependencies need to be available at runtime. (#1890) 2018-09-05 16:18:31 -07:00
invoke.ts Move management of root resource state to engine (#1944) 2018-09-18 11:47:34 -07:00
resource.ts Move management of root resource state to engine (#1944) 2018-09-18 11:47:34 -07:00
rpc.ts Allow promise exports 2018-09-02 10:41:04 -07:00
settings.ts Move management of root resource state to engine (#1944) 2018-09-18 11:47:34 -07:00
stack.ts Move management of root resource state to engine (#1944) 2018-09-18 11:47:34 -07:00