442 Commits

Author SHA1 Message Date
Eslam A. Hefnawy
fef9b68e5a refactored naming-js method naming 2016-11-10 19:05:02 +07:00
Eslam A. Hefnawy
1a02e15d9b updated tests using name-js 2016-11-10 15:14:33 +07:00
Eslam A. Hefnawy
61efd35850 added logical id names in naming-js file 2016-11-09 19:31:08 +07:00
Eslam λ Hefnawy
d6a4eed879 Merge pull request #2567 from kbariotis/add-input-inputpath-support
add input, inputPath variable, resolves #2543
2016-11-08 22:43:18 +07:00
Philipp Muens
f7b54cfb5f Move method.js file into method directory 2016-11-08 14:27:43 +01:00
Philipp Muens
e981d41488 Refactor method used for capitalization of strings 2016-11-08 14:04:52 +01:00
Doug Moscrop
8ba2f19a3a refactor apiGateway resources and methods 2016-11-08 14:04:52 +01:00
Philipp Muens
33c05f53a2 Add tests for stream events to not error out when default policy is not present 2016-11-08 08:16:03 +01:00
Luciano Mammino
856189fa94 Using single quotes on empty strings 2016-11-07 23:36:47 +00:00
Philipp Muens
062783156c Merge branch 'master' into add-custom-per-function-roles 2016-11-07 15:29:57 +01:00
Philipp Muens
e76706fb6e Check if default policy is available when merging PolicyDocument statements for streams 2016-11-07 15:29:47 +01:00
Kostas Bariotis
da9b3459c6 add conditions inside string templates for templates 2016-11-06 18:36:42 +02:00
horike37
c13c97b691 fix conflict and test separete 2016-11-05 15:38:04 +09:00
Philipp Muens
5ad10516d2 Merge branch 'master' into add-custom-per-function-roles 2016-11-04 13:36:15 +01:00
Philipp Muens
f3c478b50b Remove iamRoleARN support 2016-11-04 13:25:11 +01:00
Kostas Bariotis
c5844f642d change error description 2016-11-03 12:25:22 +02:00
Maciej Winnicki
5b9f48f2e2
use calledWithExactly 2016-11-03 10:58:08 +01:00
Philipp Muens
305670f012 Merge branch 'master' into add-custom-per-function-roles 2016-11-03 09:52:36 +01:00
Maciej Winnicki
b16b66dced
add tests for showing artifact size 2016-11-02 17:58:39 +01:00
Philipp Muens
1b1a6c02b1 Refactor mergeIamTemplates tests 2016-11-02 16:18:00 +01:00
Eslam λ Hefnawy
5dd2e19b90 Merge pull request #2591 from serverless/show-file-size-deploy
show package file size during deploy
2016-11-02 21:07:24 +07:00
Maciej Winnicki
292410c51d
show package file size during deploy 2016-11-02 11:41:10 +01:00
horike37
cf441a4dbc fixed the bug resultTtlInSeconds defaults to 300 when set to 0 2016-11-02 08:47:56 +09:00
Philipp Muens
4b5d2b1c1d Fix linting errors 2016-11-01 15:04:28 +01:00
Philipp Muens
c2c67b9d05 Fix failing tests 2016-11-01 15:00:16 +01:00
Philipp Muens
6188569238 Minor code style updates 2016-11-01 14:53:52 +01:00
Philipp Muens
fddc4db04f Merge branch 'master' into add-custom-per-function-roles 2016-11-01 14:43:21 +01:00
Kostas Bariotis
31383d96aa throw an error when both Input and InputPath varialbes are set 2016-11-01 14:22:36 +02:00
Doug Moscrop
ab4e5d464a refactor apiGateway authorizers and permissions 2016-10-31 12:04:05 -04:00
Philipp Muens
31cae71158 Fix regex linting errors 2016-10-31 09:08:50 +01:00
Kostas Bariotis
e3750e6400 support for nested Input objects 2016-10-30 11:08:03 +02:00
Kostas Bariotis
60b4fd5c27 pass linter 2016-10-28 19:07:54 +03:00
Kostas Bariotis
46b122edc2 add input, inputPath variable, resolves #2543 2016-10-28 18:41:38 +03:00
Maciej Winnicki
673a9ef959
Merge branch 'issue_2011' of https://github.com/andymac4182/serverless into andymac4182-issue_2011
Conflicts:
	lib/plugins/aws/deploy/index.js
	lib/plugins/aws/deploy/lib/cleanupS3Bucket.js
	lib/plugins/aws/deploy/tests/index.js
2016-10-28 11:26:01 +02:00
Eslam λ Hefnawy
ee35b09cf7 Merge pull request #2507 from LightmakerCanada/fix-for-2474
fix AWS event stream deploy fails if name contains underscore
2016-10-26 20:35:16 +07:00
John McKim
ff0ded2c0d Skip IAM resources if there are no functions 2016-10-25 06:51:15 +10:00
Philipp Muens
91fc7c97e6 Merge pull request #2521 from serverless/prettify-aws-compile-functions-error-messages
Prettify AwsCompileFunctions error messages
2016-10-24 15:53:29 +02:00
Eslam A. Hefnawy
0c7ee28240 removed comment 2016-10-24 19:50:43 +07:00
Eslam A. Hefnawy
7210f4d23b fixed typo 2016-10-24 19:49:18 +07:00
Eslam A. Hefnawy
727bc3d933 refactoring for logging core resource 2016-10-24 19:28:37 +07:00
Eslam A. Hefnawy
b78974cb1e fixed tests for log groups 2016-10-24 18:34:50 +07:00
Philipp Muens
691eab5da6 Prettify AwsCompileFunctions error messages 2016-10-24 13:32:27 +02:00
Eslam A. Hefnawy
d96ad33ae8 log groups are now backward compatible 2016-10-24 18:18:59 +07:00
Eslam A. Hefnawy
bbdcb429df fixed unit tests for logging resources 2016-10-24 17:14:37 +07:00
Eslam A. Hefnawy
5379008ad8 fixed conflicts 2016-10-24 16:27:09 +07:00
Nik Graf
c758c8a89b Merge pull request #2495 from serverless/rollback
add rollback feature
2016-10-24 09:05:11 +02:00
Doug Moscrop
453b878caa refactor apiGateway deployment 2016-10-22 13:16:52 -04:00
Doug Moscrop
12cd6000de refactor apiKeys and restApi 2016-10-21 19:50:31 -04:00
Adam Biggs
c64a3b3bbb fix AWS event stream deploy fails if name contains underscore #2474 2016-10-21 11:37:27 -07:00
Philipp Muens
ca11318655 Merge pull request #2496 from dougmoscrop/refactor-apiGateway
refactor apiGateway index and validate
2016-10-21 11:39:01 +02:00