pulumi/pkg
Sean Gillespie 072a079833 Use math.MaxInt32 to signal unbounded parallelism
Downlevel versions of the Pulumi Node SDK assumed that a parallelism
level of zero implied serial execution, which current CLIs use to signal
unbounded parallelism. This commit works around the downlevel issue by
using math.MaxInt32 to signal unbounded parallelism.

(cherry picked from commit ca540cc736)
2018-10-29 12:28:29 -07:00
..
apitype Have ListStacksResponse include data required for 'stacks ls' (#1908) 2018-09-10 12:50:10 -07:00
backend Print the correct console URL in pulumi stack ls (#2075) 2018-10-18 16:39:01 -07:00
diag Bring back support for the 'auto' value for colorization. (#2023) 2018-10-04 16:20:01 -07:00
encoding Add license headers 2018-05-22 15:02:47 -07:00
engine Save old inputs on partial update failures (#2035) 2018-10-09 11:19:31 -07:00
graph Add license headers 2018-05-22 15:02:47 -07:00
operations Use test helper. (#1977) 2018-09-22 22:44:49 -07:00
resource Use math.MaxInt32 to signal unbounded parallelism 2018-10-29 12:28:29 -07:00
testing Add git head ref name to update metadata (#2033) 2018-10-08 11:13:21 -07:00
tokens Validate type tokens before using them (#1904) 2018-09-07 15:19:18 -07:00
tools Add a WriteString method to tools/GenWriter. (#1839) 2018-08-29 14:43:20 -07:00
util Get commit message and branch from CI if unavailable (#2062) 2018-10-16 15:37:02 -07:00
version Add license headers 2018-05-22 15:02:47 -07:00
workspace Process deletions conservatively in parallel (#1963) 2018-09-27 15:49:08 -07:00