10470 Commits

Author SHA1 Message Date
Mariusz Nowak
a4f851db57
Integration tests that covers integration lambda timeout 2019-06-17 13:59:58 +02:00
Mariusz Nowak
5282cab708
Fix timeout response template 2019-06-13 15:34:47 +02:00
Mariusz Nowak
f0b3d9f42a
Merge pull request #6240 from serverless/fix-smart-policy-name-resolution
Fix IAM policies setup for functions with custom name
v1.45.1
2019-06-12 16:38:15 +02:00
Mariusz Nowak
1d00c04404
Update changelog for release 2019-06-12 16:21:58 +02:00
Mariusz Nowak
45032dd5bc
Merge branch 'master' into fix-smart-policy-name-resolution 2019-06-12 16:21:01 +02:00
Mariusz Nowak
e659ecb142
Merge pull request #6234 from serverless/fix-ci-deploy-config
Fix Travis CI deploy config
2019-06-12 16:20:44 +02:00
Mariusz Nowak
710bfa699a
Release v1.45.1 2019-06-12 16:10:40 +02:00
Mariusz Nowak
9ae6638400
Update package-lock.json 2019-06-12 16:10:17 +02:00
Mariusz Nowak
093881b6a5
Add code comments 2019-06-12 16:00:29 +02:00
Mariusz Nowak
025d58579e
Fix setup of IAM policies for functions with custom names 2019-06-12 15:55:01 +02:00
Mariusz Nowak
426393b2b3
Configure test exposing issue with custom function name
Related to #6236
2019-06-12 15:48:27 +02:00
Mariusz Nowak
6796ccf866
Ensure tests reflect more closely a real world 2019-06-12 15:38:16 +02:00
Mariusz Nowak
d417a0fc4e
Seclude canonicalFunctionNamePrefix var 2019-06-12 14:58:24 +02:00
Mariusz Nowak
490e714ccd
Obtain path to statements once 2019-06-12 14:53:18 +02:00
Mariusz Nowak
93ac3b2dc5
Ensure to use proper property name 2019-06-12 13:00:41 +02:00
Mariusz Nowak
dabf1327c1
Ensure latest version of Node.js 2019-06-12 12:14:32 +02:00
Mariusz Nowak
585a75ed81
Ensure release tags are build 2019-06-12 10:56:41 +02:00
Mariusz Nowak
14ee3bee02
Merge pull request #6232 from serverless/release-v1.45.0
Release v1.45.0
v.1.45.0 v1.45.0
2019-06-12 09:51:33 +02:00
Mariusz Nowak
39eeaf19d6
Add missing item to changelog 2019-06-11 22:11:06 +02:00
Mariusz Nowak
f9ee71280f
Release v1.45.0 2019-06-11 20:56:51 +02:00
Mariusz Nowak
6416b0a7e7
Whitespace 2019-06-11 20:54:43 +02:00
Mariusz Nowak
c633553671
Update package-lock.json 2019-06-11 20:54:03 +02:00
Mariusz Nowak
00de26831f
Bump dependencies 2019-06-11 20:51:22 +02:00
Daniel Schep
872acbf43e
--config option (#6216)
`--config` option
2019-06-11 09:58:59 -04:00
Daniel Schep
2db59d6cab use path.basename 2019-06-11 08:52:00 -04:00
Daniel Schep
d7a9d2f877 Don't change signature of loadServiceFileParam 2019-06-11 08:48:58 -04:00
Daniel Schep
970a1cc3f8 refactor getServerlessConfigFile to simply accept a serverless object 2019-06-10 11:19:14 -04:00
Daniel Schep
846cdabece use minimist directly to parse the --config option early rather than instantiating CLI 2019-06-10 11:19:14 -04:00
Daniel Schep
79bb5acc48 Throw an error if sls config specifed doesnt exist 2019-06-10 11:19:14 -04:00
Daniel Schep
560bbb0d07 fix unit tests for packageService 2019-06-10 11:19:14 -04:00
Daniel Schep
37d0c71793 fix use of getServerlessConfigFilePath in packaging 2019-06-10 11:19:14 -04:00
Daniel Schep
94bf5a4382 delint 2019-06-10 11:19:14 -04:00
Daniel Schep
a1af588ccd improve memoization key for getServerlessConfigFile 2019-06-10 11:19:14 -04:00
Daniel Schep
66f1606910 copy docs from #5589 2019-06-10 11:19:14 -04:00
Daniel Schep
2b81303370 --config option.
closes #5589
closes #4485
closes #4473
closes #4124
closes #5822
2019-06-10 11:19:14 -04:00
TATSUNO Yasuhiro
eb98a7087c
Merge pull request #6222 from NomadBlacky/update-to-scala-2.13.0
Update Scala version to 2.13.0 for aws-scala-sbt template
2019-06-09 07:58:46 +09:00
NomadBlacky
0daa26a92c Fix artifact path in aws-scala-sbt 2019-06-08 23:52:19 +09:00
NomadBlacky
393f57288d Migrate codebase to Scala 2.13.0 2019-06-08 23:19:58 +09:00
NomadBlacky
96dc83fc01 Update to Scala 2.13.0 2019-06-08 23:10:19 +09:00
Philipp Muens
3c3640b660
Merge pull request #6212 from rdsedmundo/issues/4686
Use common prefix for log groups permissions at Lambdas' execution roles
2019-06-07 13:36:20 +02:00
Philipp Muens
21cef79916
Merge pull request #6217 from mydiemho/myho/npmLintFix
Myho/npm lint fix
2019-06-07 11:38:25 +02:00
Philipp Muens
ad7d6f5f73 Remove pretest script 2019-06-07 11:30:21 +02:00
Philipp Muens
f878e6ed76 Add pretest script 2019-06-07 11:29:25 +02:00
My Ho
779d47a891
updating contributing guide on how to fix linting issues 2019-06-06 11:55:51 -07:00
My Ho
83b8e05e1d
lint: add script to run lint fix
provide a npm script for contributor to quickly
fix their linting issues locally.
2019-06-06 11:46:52 -07:00
Philipp Muens
e5300a6ba6
Merge pull request #6215 from serverless/remove-root-readme-generator
Remove root README generator
2019-06-06 12:51:24 +02:00
Philipp Muens
997434480a Remove root README generator 2019-06-06 12:18:42 +02:00
Edmundo Rodrigues
c393d4b22c feat(iam): use common prefix loggroup prefix to reduce size of iamRoleLambdaExecution to avoid reaching 10240 bytes limit 2019-06-05 17:33:35 -03:00
Philipp Muens
99e4e1a99e
Merge pull request #6196 from serverless/s3-package-artifacts
Add support for S3 hosted package artifacts
2019-06-05 13:48:05 +02:00
Philipp Muens
a02b31e91c Add support for S3 hosted package artifacts 2019-06-05 13:33:36 +02:00