846 Commits

Author SHA1 Message Date
horike37
45f2d82f59 Add Catch Errors for slstats 2016-11-01 05:02:29 +09: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
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
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
Nik Graf
6b88829f47 fix naming 2016-10-21 21:06:18 +02:00
Adam Biggs
c64a3b3bbb fix AWS event stream deploy fails if name contains underscore #2474 2016-10-21 11:37:27 -07:00
Nik Graf
bf9a36be3f revove legacy comment 2016-10-21 16:52:48 +02:00
Nik Graf
9c01214734 add verbose option 2016-10-21 16:50:45 +02:00
Alex Eftimie
9d715297aa Minor typo: no need for a semicolon 2016-10-21 13:31:09 +02:00
Nik Graf
2bbb187d54 improve wording 2016-10-21 12:48:16 +02:00
Nik Graf
02e7516801 remove .only from tests 2016-10-21 12:47:50 +02:00
Nik Graf
20933623b0 add unit-tests for rollback 2016-10-21 12:26:42 +02: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
Nik Graf
51c27936b0 add unittests for aws rollback plugin 2016-10-21 11:37:53 +02:00
Nik Graf
76cf372d96 add unit-tests for rollback 2016-10-21 11:19:05 +02:00
Nik Graf
6f7311b5c0 move updateStack 2016-10-21 10:45:01 +02:00
Doug Moscrop
ddc50e1954 refactor apiGateway index and validate 2016-10-20 19:34:23 -04:00
Nik Graf
078738ca2d add rollback feature 2016-10-21 00:13:21 +02:00
Nik Graf
3d027cc220 Merge pull request #2487 from serverless/fix-tests
Fix tests
2016-10-20 20:09:10 +02:00
Nik Graf
704e1b0f95 fix tests and remove debugging statements 2016-10-20 19:46:12 +02:00
Nik Graf
0e722ba879 parse datestring as UTC since AWS uses UTC internally 2016-10-20 19:45:56 +02:00
Nik Graf
fb9847e885 add debug statements 2016-10-20 18:46:12 +02:00
Nik Graf
cd6888934c make sure all tests run 2016-10-20 16:47:47 +02:00
Nik Graf
55d594e745 fix deploy list tests 2016-10-20 16:31:26 +02:00
Nik Graf
13e0f88242 improve remove bucket test 2016-10-20 16:28:19 +02:00
Nik Graf
166e291bb4 fix removeStack test 2016-10-20 16:26:59 +02:00
Nik Graf
c6c0874c5a fix monitor tests 2016-10-20 16:20:30 +02:00