pulumi/sdk/nodejs/runtime
Levi Blackstone 736019f7ce
Add support for streamInvoke during update (#4990)
Previously, streamInvoke was only supported by
the query command. Copied the implementation
into the resource monitor, which will allow
streaming invoke commands to run during updates.

Also fixed a bug with cancellation of streaming
invokes. The check was comparing against a
hardcoded string, which did not match the actual
error string. Instead, we can rely on the error code.
2020-07-10 10:56:35 -06:00
..
closure Mark internal APIs `@internal` to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00
asyncIterableUtil.ts Mark internal APIs `@internal` to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00
config.ts Do not lazy initialize config or settings 2018-08-06 15:53:38 -07:00
debuggable.ts Mark internal APIs `@internal` to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00
index.ts Mock resource monitor (#3738) 2020-02-28 17:22:50 -08:00
invoke.ts Add support for streamInvoke during update (#4990) 2020-07-10 10:56:35 -06:00
mocks.ts Enable features in mock monitor (#4272) 2020-04-03 08:33:40 +02:00
resource.ts Allows conditional dependencies and Resources from apply (#4446) 2020-05-08 17:57:08 -07:00
rpc.ts Support sxs with old outputs with sync resources only. (#3680) 2019-12-17 19:04:09 -08:00
settings.ts remove unneeded types 2020-04-23 17:58:17 -07:00
stack.ts Ensuring references to v2 pulumi packages are up to date 2020-06-17 14:54:05 +03:00