-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add concurrency support for more than one thread #681
Merged
j0k3r
merged 30 commits into
serverless-heaven:master
from
vicary:feat/concurrency-5.4.0
Mar 4, 2021
Merged
Add concurrency support for more than one thread #681
j0k3r
merged 30 commits into
serverless-heaven:master
from
vicary:feat/concurrency-5.4.0
Mar 4, 2021
Commits on Mar 1, 2021
-
Use `.map(..., { concurrency })` instead of `.mapSeries(...)`
Configuration menu - View commit details
-
Copy full SHA for 28f57a6 - Browse repository at this point
Copy the full SHA 28f57a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c96f31f - Browse repository at this point
Copy the full SHA c96f31fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3c3134 - Browse repository at this point
Copy the full SHA c3c3134View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e45639 - Browse repository at this point
Copy the full SHA 0e45639View commit details -
Configuration menu - View commit details
-
Copy full SHA for b779c2d - Browse repository at this point
Copy the full SHA b779c2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b26c27e - Browse repository at this point
Copy the full SHA b26c27eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 159388d - Browse repository at this point
Copy the full SHA 159388dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae9794c - Browse repository at this point
Copy the full SHA ae9794cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17ac840 - Browse repository at this point
Copy the full SHA 17ac840View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3b1a0e - Browse repository at this point
Copy the full SHA e3b1a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13365aa - Browse repository at this point
Copy the full SHA 13365aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2b86d1 - Browse repository at this point
Copy the full SHA e2b86d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e65368 - Browse repository at this point
Copy the full SHA 2e65368View commit details -
Remove compile-concurrency option, since the same can be achieved via…
… serverless.yml. Left only number conversion, since CLI options are typed as string
Configuration menu - View commit details
-
Copy full SHA for 2d5a9c4 - Browse repository at this point
Copy the full SHA 2d5a9c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f17d49 - Browse repository at this point
Copy the full SHA 6f17d49View commit details -
Mostly to fix security issue but also to keep them updated. Also: - fix an ESLint error: `8:16 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins` - run prettier (following update) - update `format` script with `$(pwd)` to fix issue with higher version of ESLint (>5) - prettier now run on every js files
Configuration menu - View commit details
-
Copy full SHA for 4d8ff23 - Browse repository at this point
Copy the full SHA 4d8ff23View commit details -
Skip compile & packaging if --no-build is set (serverless-heaven#560)
* Add copyExistingArtifacts to packageModules * Refactor packageModules * Set service path * Generate artifact name from service * Output artifacts to .webpack before copying * Set artifact name for service packaging * Skip webpack:compile if --no-build is set * Add webpack:package:copyExistingArtifacts hook * Make packageModules & packExternalModules no-op if skipCompile is set * Refactor packageModules * Remove artifact location setting from packageModules * Update cleanup to check this.keepOutputDirectory * Fix path join on Windows Co-authored-by: Miguel A. Calles MBA <44813512+miguel-a-calles-mba@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 33e3a97 - Browse repository at this point
Copy the full SHA 33e3a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for b580a0e - Browse repository at this point
Copy the full SHA b580a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d55d96b - Browse repository at this point
Copy the full SHA d55d96bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eecb07b - Browse repository at this point
Copy the full SHA eecb07bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e31d7c - Browse repository at this point
Copy the full SHA 3e31d7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ec8200 - Browse repository at this point
Copy the full SHA 0ec8200View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7164e8c - Browse repository at this point
Copy the full SHA 7164e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04f02aa - Browse repository at this point
Copy the full SHA 04f02aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f6e3d2 - Browse repository at this point
Copy the full SHA 9f6e3d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bae141 - Browse repository at this point
Copy the full SHA 4bae141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cf851d - Browse repository at this point
Copy the full SHA 1cf851dView commit details
Commits on Mar 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a5e620a - Browse repository at this point
Copy the full SHA a5e620aView commit details
Commits on Mar 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9f4fcfe - Browse repository at this point
Copy the full SHA 9f4fcfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b583a8d - Browse repository at this point
Copy the full SHA b583a8dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.