pulumi/pkg/resource/deploy
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
..
deploytest update channel options in go 2020-04-23 11:16:36 -07:00
providers Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
builtins.go Improve comment for output sorting 2020-04-25 12:37:05 -07:00
plan.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
plan_executor.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
plan_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
snapshot.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
source.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
source_error.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
source_eval.go Add support for streamInvoke during update (#4990) 2020-07-10 10:56:35 -06:00
source_eval_test.go Avoid replace on second update with import applied (#4403) 2020-04-15 18:52:40 -07:00
source_fixed.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
source_null.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
source_query.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
source_query_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
step.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
step_executor.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
step_generator.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
step_generator_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
target.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00