pulumi/pkg/resource
joeduffy 22387d24cd Switch to a --parallel=P flag
This change flips the polarity on parallelism: rather than having a
--serialize flag, we will have a --parallel=P flag, and by default
we will shut off parallelism.  We aren't benefiting from it at the
moment (until we implement pulumi/pulumi-fabric#106), and there are
more hidden dependencies in places like AWS Lambdas and Permissions
than I had realized.  We may revisit the default, but this allows
us to bite off the messiness of dependsOn only when we benefit from
it.  And in any case, the --parallel=P capability will be useful.
2017-09-17 08:10:46 -07:00
..
deploy Switch to a --parallel=P flag 2017-09-17 08:10:46 -07:00
environment Configure providers at well-defined points 2017-09-04 11:35:21 -07:00
idl Bring LUMIDL up to code 2017-09-11 16:58:25 -07:00
plugin Switch to a --parallel=P flag 2017-09-17 08:10:46 -07:00
provider Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
asset.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
asset_test.go Add some more asset serialization round-tripping tests 2017-07-17 11:30:10 -07:00
errors.go Rename pulumi/lumi to pulumi/pulumi-fabric 2017-08-02 09:25:22 -07:00
properties.go Fix (don't torch) LUMIDL 2017-09-14 16:40:44 -07:00
properties_diff.go Add diffing logic for assets/archives 2017-07-17 12:11:15 -07:00
properties_diff_test.go Add diffing logic for assets/archives 2017-07-17 12:11:15 -07:00
properties_test.go Tolerate computed and output properties 2017-08-03 11:01:38 -07:00
resource_goal.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
resource_id.go Export urnName constants 2017-08-05 08:32:50 -07:00
resource_id_test.go Permit -1 for randlen and maxlen 2017-07-15 09:59:44 -07:00
resource_state.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
status.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
urn.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
urn_test.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00