pulumi/sdk/nodejs/automation
Eron Wright fb2607ebac
[nodejs] cancelation support for auto api (#16783)
This PR adds support to the auto api for a cancelation signal to be sent
by the caller, causing graceful shutdown of the Pulumi deployment
operation (`preview`, `up`, `refresh`, `destroy`).

Uses the standard `AbortSignal` API.

Related: #13160

---------

Co-authored-by: Thomas Gummerer <t.gummerer@gmail.com>
2024-09-17 13:23:58 +00:00
..
cmd.ts [nodejs] cancelation support for auto api (#16783) 2024-09-17 13:23:58 +00:00
config.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
errors.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
events.ts add debugging events to automation API (#17221) 2024-09-16 16:46:51 +00:00
index.ts Export automation.tag.TagMap type & @param tag fixes (#15774) 2024-03-25 14:33:15 +00:00
localWorkspace.ts Add LocalWorkspace.install method for Nodejs (#17134) 2024-09-03 09:01:30 +00:00
minimumVersion.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
projectSettings.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
remoteStack.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
remoteWorkspace.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
server.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
stack.ts [nodejs] cancelation support for auto api (#16783) 2024-09-17 13:23:58 +00:00
stackSettings.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
tag.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
workspace.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00