7488 Commits

Author SHA1 Message Date
Eslam λ Hefnawy
b16bc20e09 Merge pull request #4254 from serverless/releasing-1.22
Releasing 1.22.0
v1.22.0
2017-09-13 20:03:50 +07:00
Eslam A. Hefnawy
4f993b9b5f releasing 1.22 2017-09-13 20:02:14 +07:00
Eslam λ Hefnawy
15bace2657 Merge pull request #4243 from serverless/travis-shrinkwrap-creation
Add npm-shrinkwrap.json creation to Travis publish process
2017-09-13 15:35:14 +07:00
Philipp Muens
38e12cfe57 Rename script to "shrinkwrap" to make it more distinguishable 2017-09-12 16:38:03 +02:00
Philipp Muens
29c668195b Update to rely on npm script rather than Travis CI before_deploy hook 2017-09-12 15:08:33 +02:00
Eslam λ Hefnawy
33ce81abfc Merge pull request #4245 from RafalWilinski/invalid-profile-fail
Serverless should fail if provided profile is not valid
2017-09-12 18:33:05 +07:00
Rafal Wilinski
daffd05788 Fix throw condition and add tests 2017-09-11 23:37:11 +02:00
Rafal Wilinski
f67e4ad935 Throw error if specified profile does not exist 2017-09-11 23:23:14 +02:00
Philipp Muens
de195e301d Add npm-shrinkwrap.json creation to Travis publish process 2017-09-11 13:43:36 +02:00
Philipp Muens
96bac3963c Merge pull request #4224 from lorengordon/escaped-default-string
Removes escaping of double-quotes around string value
2017-09-11 10:23:00 +02:00
Philipp Muens
1261bd9927 Merge pull request #4046 from horike37/add-plugin-command
Add plugin command to provide for users how find and install / uninstall
2017-09-08 14:06:26 +02:00
horike37
6ae15879b0 update the install process 2017-09-08 20:09:24 +09:00
Philipp Muens
3b92e2f8bb Merge pull request #4220 from RafalWilinski/aws-kotlin-template
Add aws-kotlin-jvm-maven template
2017-09-08 12:51:07 +02:00
Philipp Muens
4fee705e78 Add tempalte to create CLI reference 2017-09-08 12:41:42 +02:00
Philipp Muens
e394713d7c Add tests for test directory 2017-09-08 12:40:12 +02:00
Philipp Muens
0e51b03270 Merge pull request #4173 from RafalWilinski/4042-update-lambda-cfg-on-deploy
Add --update-config flag to deploy function command
2017-09-08 11:57:59 +02:00
Philipp Muens
8ed01759ff Reset package-lock.json file 2017-09-08 11:52:31 +02:00
horike37
b3098daaff tweaks spotinst doc 2017-09-08 17:22:10 +09:00
Philipp Muens
56bb1cf376 Merge pull request #4221 from RafalWilinski/enable-descriptions-for-CloudWatch-events
Add Description to CloudWatch events
2017-09-08 10:06:56 +02:00
Philipp Muens
943ba16096 Rephrase docs 2017-09-08 10:02:40 +02:00
Philipp Muens
6e3af6e157 Merge pull request #4228 from forevermatt/patch-1
Add optional `name` under individual function
2017-09-08 09:21:09 +02:00
David Wells
623fb8a52e Merge pull request #4233 from serverless/updateExternalMdLinks
update external github links
2017-09-07 15:59:55 -07:00
davidwells
89c9f4043d update external github links 2017-09-07 15:57:20 -07:00
David Wells
3e85313e53 Update getting-started.md 2017-09-07 13:55:03 -07:00
Rafal Wilinski
cc0ada25cf Change update-config description 2017-09-07 19:09:23 +02:00
Rafal Wilinski
ddd12e6342 Revert "Fix test by omiting undefined values"
This reverts commit 9df7c836a8db751ec4f4df24f796c410c30fb440.
2017-09-07 19:00:49 +02:00
Rafal Wilinski
5f19ff757c Fix updateFunctionConfiguration logic 2017-09-07 18:57:13 +02:00
forevermatt
5ed1d708f3 Add optional name under individual function 2017-09-07 11:46:32 -04:00
Rafal Wilinski
86b8ef729c Change deploy:function hook behavior 2017-09-07 17:26:42 +02:00
Eslam λ Hefnawy
4cca7952a7 Merge pull request #4198 from HyperBrain/command-aliases
Added possibility to alias commands.
2017-09-07 22:10:29 +07:00
Loren Gordon
9746de39dd Expects string variables to fulfill promise 2017-09-07 09:39:31 -04:00
Rafal Wilinski
4f4eb91c9e Add aws-kotlin-jvm-maven tests & docs 2017-09-07 14:29:39 +02:00
Loren Gordon
6088c9f494 Updates string syntax tests to call functions under test 2017-09-07 08:21:48 -04:00
Rafal Wilinski
6c427e0696 Rephrase headline 2017-09-07 14:05:11 +02:00
Loren Gordon
b00ad4e773 Removes escaping of double-quotes around string value 2017-09-07 07:32:06 -04:00
Rafal Wilinski
ee4123436f Change --update-config note 2017-09-07 10:53:26 +02:00
Rafal Wilinski
55639e1526 Add CloudWatch event description docs & tests 2017-09-07 10:33:52 +02:00
horike37
429cf94a86 Move stub operations to a right place 2017-09-07 09:07:26 +09:00
horike37
6481db1f07 add this functionality to spotinst docs 2017-09-07 08:00:50 +09:00
horike37
36f62dae75 Merge branch 'master' into add-plugin-command 2017-09-07 07:49:28 +09:00
Rafal Wilinski
75c5140f4b Add Description to CloudWatch events 2017-09-06 18:55:15 +02:00
Rafal Wilinski
33fa6da9e0 Add aws-kotlin-jvm-maven template 2017-09-06 18:20:04 +02:00
Frank Schmid
232732cbac Push coverage again 2017-09-06 18:16:06 +02:00
Frank Schmid
07becabf6c Added alias commands and unit tests. 2017-09-06 17:36:17 +02:00
Rafal Wilinski
63bc836d9b Merge branch 'master' into 4042-update-lambda-cfg-on-deploy 2017-09-06 16:53:43 +02:00
Eslam λ Hefnawy
9826d40a6b Merge pull request #4217 from serverless/integration-test-cleanup
Added Integration Tests Cleanup Script
2017-09-06 19:57:30 +07:00
Eslam A. Hefnawy
5ddc714bf5 integration test cleanup script 2017-09-06 19:41:12 +07:00
Philipp Muens
eb3f549cd7 Merge pull request #4216 from jare/patch-1
Fix link
2017-09-06 13:02:14 +02:00
Philipp Muens
1f2d81126e Merge pull request #4084 from tobyhede/4083-allow-fn-import-value-for-function-role
Using Fn:ImportValue for role should create empty DependsOn for strea…
2017-09-06 12:38:03 +02:00
Javier Arellano
512d46fa5d Fix link
The "Spotinst image link" links to "spotinst" instead to "kubeless"
2017-09-06 11:27:52 +02:00