pulumi/sdk/nodejs/automation
bors[bot] d5831927be
Merge #11943
11943: Test and fix for nodejs automation api r=Frassle a=Frassle

nodejs automation api was setting the envvar PULUMI_CONFIG for every pulumi command it called, this tripped up the dotnet sdk which only expects PULUMI_CONFIG to be set to a valid JSON string (not the empty string).

Looks like this was just a slightly confused bit of code to try and deal with parallel programs, I've moved it out of the workspace part of automation api and fixed up the inline server to deal with parallel programs correctly instead.

Fixes #11945

Co-authored-by: Fraser Waters <fraser@pulumi.com>
2023-01-23 08:52:19 +00:00
..
cmd.ts Test and fix for nodejs automation api 2023-01-23 08:26:58 +00:00
config.ts Removing x namespace from go/python/nodejs automation packages (#6518) 2021-04-14 19:32:18 +01:00
errors.ts [auto] detect concurrent update error from local backend 2022-10-26 17:02:47 +02:00
events.ts Removing x namespace from go/python/nodejs automation packages (#6518) 2021-04-14 19:32:18 +01:00
index.ts [auto/nodejs] Support for remote operations 2022-10-28 12:56:30 -07:00
localWorkspace.ts Merge #11943 2023-01-23 08:52:19 +00:00
minimumVersion.ts [sdk/nodejs] Mark internal APIs `@internal` to filter from SDK docs 2022-09-20 11:54:06 -07:00
projectSettings.ts Use ESlint instead of TSlint (#7719) 2021-08-10 11:31:59 -07:00
remoteStack.ts [auto/nodejs] Support for remote operations 2022-10-28 12:56:30 -07:00
remoteWorkspace.ts [auto] Add SkipInstallDependencies option for remote workspaces 2022-12-19 10:27:01 -05:00
server.ts Test and fix for nodejs automation api 2023-01-23 08:26:58 +00:00
stack.ts Add stack tag support for nodejs automation api sdk 2022-12-14 22:27:56 -05:00
stackSettings.ts Tidy Nodejs SDK imports (#9658) 2022-05-30 09:31:28 +01:00
tag.ts Add stack tag support for nodejs automation api sdk 2022-12-14 22:27:56 -05:00
workspace.ts Add stack tag support for nodejs automation api sdk 2022-12-14 22:27:56 -05:00