Eslam A. Hefnawy
b79c9060ea
remove version line escape
2019-09-18 15:10:17 +03:00
Eslam A. Hefnawy
792a5fb4b1
added components versions
2019-09-18 14:49:30 +03:00
Philipp Muens
1aface0566
Merge pull request #4922 from aliyun/add-aliyun-provider
...
Add aliyun provider
2019-09-18 10:34:33 +02:00
Daniel Schep
65fbf684d0
Move where initialize lifecycle hook is called ( #6687 )
...
Move where initialize lifecycle hook is called
2019-09-17 08:22:17 -04:00
Philipp Muens
ec1996fbb0
Merge pull request #6696 from serverless/docs-testing
...
Add testing docs
2019-09-17 10:56:36 +02:00
Philipp Muens
747b98510c
Address PR review comments
2019-09-17 10:52:39 +02:00
Philipp Muens
d22e41b608
Fix typos
2019-09-17 10:36:59 +02:00
Philipp Muens
04e1c58035
Run Prettier
2019-09-17 10:31:19 +02:00
Maciej Skierkowski
9e6bd02821
Adding metadata
2019-09-16 16:12:04 -07:00
Maciej Skierkowski
b7f499c33a
Adds testing.md
2019-09-16 16:09:52 -07:00
Daniel Schep
ecaa2c2c50
lint
2019-09-16 15:54:06 -04:00
Daniel Schep
3417fba759
lint
2019-09-16 15:39:27 -04:00
Daniel Schep
ad0252dec3
do async plugin init in load all plugins
2019-09-16 14:59:59 -04:00
Daniel Schep
9748b4e124
Revert "drop support for the asyncInit function on plugins"
...
This reverts commit 55a794f4e07cd7a903ee80c4b68f9f4818b40355.
2019-09-16 08:34:01 -04:00
Daniel Schep
3c212322a7
Revert "move where initialize lifecycle hook is called"
...
This reverts commit 6bd2b537a9d5575c38bddd6048363736f5b4490e.
2019-09-16 08:33:20 -04:00
Mariusz Nowak
18696914f8
Merge pull request #6660 from serverless/support-serverless-access-key
...
Move common test utils to @serverless/test
2019-09-16 10:20:53 +02:00
Philipp Muens
77f9e861aa
Merge pull request #6626 from mydiemho/myho/updateHttpTrigger
...
Update azure nodejs template
2019-09-16 09:54:26 +02:00
Philipp Muens
de3c1aeb4e
Merge pull request #6403 from tbarlow12/guide-docs
...
Update Azure provider guide docs
2019-09-16 09:52:38 +02:00
Philipp Muens
3de805ab16
Run Prettier
2019-09-16 09:47:57 +02:00
Philipp Muens
f203575fbb
Merge branch 'master' into guide-docs
2019-09-16 09:43:28 +02:00
Philipp Muens
46187332b9
Merge branch 'master' into myho/updateHttpTrigger
2019-09-16 09:29:24 +02:00
Philipp Muens
548c7d62f2
Merge pull request #6664 from mydiemho/myho/updateAzureEvents
...
Docs: update and clean up hello world app documentation
2019-09-16 09:25:37 +02:00
Philipp Muens
3f5483b7e7
Merge pull request #6380 from tbarlow12/more-doc-updates
...
Update Azure CLI Reference Docs
2019-09-16 09:22:11 +02:00
Philipp Muens
27c28d2e8c
Merge pull request #6376 from tbarlow12/update-azure-docs
...
Update Azure quickstart and Azure Node.js project README
2019-09-16 09:21:28 +02:00
Mariusz Nowak
a8f5739051
Merge pull request #6689 from Trott/fix-regex-error
...
Fix regular expression escaping in aws plugin.
2019-09-15 14:27:38 +02:00
Rich Trott
7f010a11ef
Fix regular expression escaping in aws plugin.
...
Also, remove leading `.*` in the regular expression. It will still match
if there are any characters preceding the matching text.
Fixes: https://github.com/serverless/serverless/issues/6688
2019-09-13 22:46:03 -07:00
Daniel Schep
6bd2b537a9
move where initialize lifecycle hook is called
...
We actually still need to call it before variables are populated.
The enterprise plugin needs it so that credentials in deploy profiles will work
when ${cf} ${s3} and ${ssm} vars are resolved.
This shouldnot be a major issue since didnot publish docs about this lifecycle hook
2019-09-13 17:06:45 -04:00
My Ho
48b9baa962
update credentials doc
2019-09-13 08:14:30 -07:00
Mariusz Nowak
7eeb16a468
Rely on @serverless/test/configure-inquirer-stub
2019-09-13 16:53:47 +02:00
Mariusz Nowak
ff0750a111
Rely on @serverless/test/run-serverless
2019-09-13 16:53:47 +02:00
Mariusz Nowak
07f67d7f4e
Rely on temp dir as resolved in @serverless/test
2019-09-13 16:53:47 +02:00
Mariusz Nowak
6c949450bc
Refactor to rely on @serverless/test/skip-with-notice
2019-09-13 16:53:47 +02:00
Mariusz Nowak
74d4ef18d1
Switch Mocha setup to @serverless/test
2019-09-13 16:53:46 +02:00
Mariusz Nowak
a5b3f1b80f
Recognize SERVERLESS_ACCESS_KEY as creds env var
2019-09-13 16:53:46 +02:00
Philipp Muens
b41f8e43b7
Merge pull request #6678 from ffxsam/patch-1
...
[Docs] Added clarification on specifying SNS ARN
2019-09-13 10:10:53 +02:00
Mariusz Nowak
9e73e35087
Merge pull request #6682 from Trott/update-readme
...
Make minor correction to CONTRIBUTING.md.
2019-09-13 09:08:12 +02:00
Rich Trott
028792b524
Make minor correction to CONTRIBUTING.md.
...
Coverage is not generated with `npm test`. Use `npm run coverage`
instead.
Fixes: https://github.com/serverless/serverless/issues/6681
2019-09-12 22:33:48 -07:00
Sam Hulick
58d4bdc373
Added clarification on specifying SNS ARN
...
This is critical, to avoid a race condition when deploying or updating a stack.
2019-09-12 16:33:14 -05:00
Maciej Skierkowski
fa0f675e98
Merge pull request #6670 from serverless/docs-capture-error
...
Adding docs on using captureError
2019-09-12 07:55:18 -07:00
Philipp Muens
ba39099160
Run Prettier
2019-09-12 11:39:31 +02:00
Maciej Skierkowski
206d7f78b9
Adding docs on using captureError
2019-09-11 21:16:57 -07:00
Mariusz Nowak
d2e75e19ca
Merge pull request #6564 from drexler/credentials-check
...
Remove requirement for an existing AWS profile on sls package command
2019-09-11 15:22:50 +02:00
drexler
5e425a7f84
test: update covering tests
2019-09-11 07:49:19 -04:00
drexler
381c147f15
fix: remove credential validation check from sls package command
2019-09-11 07:49:19 -04:00
Philipp Muens
c8c8f3b21a
Merge pull request #6658 from exoego/log-retention-for-websocket
...
Respect logRetentionInDays in log group for websocket
2019-09-11 12:55:06 +02:00
Mariusz Nowak
7c8e171749
Merge pull request #6665 from serverless/release
...
Release v1.52.0
v1.52.0
2019-09-11 12:41:50 +02:00
Mariusz Nowak
af8e83a7db
Release v1.52.0
2019-09-11 12:36:13 +02:00
Mariusz Nowak
0bc4ab3853
Bump dependencies
2019-09-11 12:36:10 +02:00
Mariusz Nowak
c7d2650c13
Update RELEASE_CHECKLIST with bump dependencies info
2019-09-11 11:48:52 +02:00
Mariusz Nowak
1c57ae40d4
Merge pull request #6663 from serverless/vernelindner-patch-1-1
...
Update insights.md
2019-09-11 09:59:50 +02:00