1990 Commits

Author SHA1 Message Date
Andrew McClenaghan
45d84e3fe0 Make existing template more friendly and add test 2016-11-01 21:06:55 +07:00
Andrew McClenaghan
9a1e9e10c3 Initial template for plugin 2016-11-01 21:06:55 +07: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
Eslam λ Hefnawy
b2e4215008 Merge pull request #2533 from serverless/invoke-local
added invoke local plugin
2016-11-01 20:49:03 +07: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
Florian Motlik
1de333aaed Rework Version pinning docs and add to templates 2016-11-01 12:13:37 +01:00
Eslam A. Hefnawy
d578d14c58 fixed linting errors 2016-11-01 16:03:41 +07:00
horike37
7ea0133bf4 fixed lint error 2016-11-01 05:29:17 +09:00
horike37
27e4c20ede some fix test code 2016-11-01 05:23:47 +09:00
horike37
45f2d82f59 Add Catch Errors for slstats 2016-11-01 05:02:29 +09:00
Doug Moscrop
ab4e5d464a refactor apiGateway authorizers and permissions 2016-10-31 12:04:05 -04:00
Eslam A. Hefnawy
07a2d92e96 added default context 2016-10-31 20:53:33 +07:00
Maciej Winnicki
57163c9b3c
Merge branch 'master' into human-package-size
Conflicts:
	npm-shrinkwrap.json
2016-10-31 14:25:33 +01:00
Maciej Winnicki
fbb5b8f4e5
show package size in human readable way 2016-10-31 13:59:50 +01:00
Philipp Muens
fdabea4763 Merge pull request #2266 from craftship/issue-2264-glob-include
Allow Inclusion after Exclusion using ! Globs
2016-10-31 13:01:08 +01:00
Philipp Muens
0203c1bfcb Merge pull request #2576 from serverless/fix-failing-deployment-bug
Fix failing deployment bug
2016-10-31 10:49:24 +01:00
Philipp Muens
20cf4c5ab2 Add regression test for endsWith bug fix 2016-10-31 10:29:53 +01:00
Philipp Muens
479556cb7e Add additional checks for endsWith usage 2016-10-31 10:28:39 +01:00
Bobby Brennan
872a029e90 check that stackStatus is not null
fix lint err
2016-10-31 10:06:00 +01:00
Philipp Muens
300e21be9d DRY out setProvider() usage 2016-10-31 09:55:06 +01:00
Philipp Muens
31cae71158 Fix regex linting errors 2016-10-31 09:08:50 +01:00
Eslam A. Hefnawy
7bcf3c93af fixing typos for invoke local plugin 2016-10-31 14:57:27 +07:00
Kostas Bariotis
e3750e6400 support for nested Input objects 2016-10-30 11:08:03 +02:00
doapp-ryanp
d035fb2f0f clear statement when skipping default pkging 2016-10-28 16:20:06 -05:00
doapp-ryanp
5a485fbf95 clear naming of deploy function lifecycle events 2016-10-28 11:17:00 -05:00
doapp-ryanp
012e0f4aa8 be consistent in naming 2016-10-28 11:15:17 -05: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
Jon Sharratt
c0a4a58d38 move func exclude to be last in pattern array 2016-10-28 11:51:50 +01:00
Jon Sharratt
f03cc72efb amended !exclude-me to !include-me, more explicit 2016-10-28 11:51:50 +01:00
Jon Sharratt
1cd3a8d507 add follow of symlinks to exclude / globbing 2016-10-28 11:51:49 +01:00
Jon Sharratt
6b73fe2147 support ! globs via glob-all to allow re-inclusion 2016-10-28 11:51:49 +01: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
doapp-ryanp
6634145c94 fix tests 2016-10-27 22:05:15 -05:00
doapp-ryanp
e29c539faa formatting 2016-10-27 21:46:39 -05:00
doapp-ryanp
1fd250998f add lifecycle events to deploy function 2016-10-27 21:41:24 -05: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
Eslam A. Hefnawy
0df8cbc60e added unit tests for invoke local 2016-10-25 19:32:39 +07:00
Eslam A. Hefnawy
3eab2fdadc removed comment 2016-10-25 17:18:58 +07:00
Eslam A. Hefnawy
8c373e5857 fixed runtime check for invoke local 2016-10-25 17:17:28 +07:00
Eslam A. Hefnawy
abc9d91ed1 added invoke local plugin 2016-10-25 16:59:34 +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