-
Notifications
You must be signed in to change notification settings - Fork 63
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: twilio-labs/serverless-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @twilio-labs/[email protected]
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: twilio-labs/serverless-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @twilio-labs/[email protected]
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 81 files changed
- 2 contributors
Commits on May 20, 2021
-
fix(twilio-run): fix global scope in forked process (#270)
We were requiring the respective Function file before the global scope was created. If a user was referencing a global object such as `Runtime` outside of the `handler` function it would throw an UnhandledPromiseException because the Runtime wasn't constructe yet. This change only requires the Function right before execution. This will also create more acurate timing results for cold starts. During the fix I realized that the Function was also required twice, once by the Server and once by the forked process. The server should only require the Function if it's not a forked process.
Configuration menu - View commit details
-
Copy full SHA for d705f8e - Browse repository at this point
Copy the full SHA d705f8eView commit details -
- [email protected] - @twilio-labs/[email protected] - [email protected]
Configuration menu - View commit details
-
Copy full SHA for 56aa07e - Browse repository at this point
Copy the full SHA 56aa07eView commit details
Commits on May 21, 2021
-
fix(plugin-serverless): remove default from aliases (#274)
The recent introduction of alias support in the `plugin-serverless` was causing issues if there was a default value as the default value of the alias would override the value explicitly passed into the original command. This change removes default and required arguments from aliases and also explicitly updates the description. fix #272
Configuration menu - View commit details
-
Copy full SHA for 50a1f76 - Browse repository at this point
Copy the full SHA 50a1f76View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5d948e - Browse repository at this point
Copy the full SHA a5d948eView commit details
Commits on Jun 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0dde2a5 - Browse repository at this point
Copy the full SHA 0dde2a5View commit details
Commits on Jun 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a40291d - Browse repository at this point
Copy the full SHA a40291dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bddad8c - Browse repository at this point
Copy the full SHA bddad8cView commit details
Commits on Jun 21, 2021
-
- [email protected] - @twilio-labs/[email protected] - @twilio-labs/[email protected] - @twilio/[email protected] - @twilio-labs/[email protected] - @twilio-labs/[email protected] - [email protected]
Configuration menu - View commit details
-
Copy full SHA for 20d024d - Browse repository at this point
Copy the full SHA 20d024dView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff @twilio-labs/[email protected]...@twilio-labs/[email protected]