523 Commits

Author SHA1 Message Date
Maciej Winnicki
1bc13a6d65
fix broken test 2016-11-03 12:44:15 +01:00
Maciej Winnicki
8a73fc420f
fix failing tests exit code 2016-11-03 12:39:15 +01:00
Maciej Winnicki
5b9f48f2e2
use calledWithExactly 2016-11-03 10:58:08 +01:00
Maciej Winnicki
b16b66dced
add tests for showing artifact size 2016-11-02 17:58:39 +01:00
Maciej Winnicki
cf927bf8a6 Merge pull request #2598 from wwwroth/aws-creds-error-link-update
Updates git.io URL to aws credential setup
2016-11-02 17:11:02 +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
Phillip J. Roth
a669b46a37 Updates git.io URL to aws credential setup 2016-11-02 09:46:22 -04:00
Eslam λ Hefnawy
7dfd711fe7 Merge pull request #2510 from dougmoscrop/refactor-authorizers
refactor apiGateway authorizers and permissions
2016-11-02 20:26:32 +07:00
Maciej Winnicki
292410c51d
show package file size during deploy 2016-11-02 11:41:10 +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
Eslam A. Hefnawy
d578d14c58 fixed linting errors 2016-11-01 16:03:41 +07: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
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
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
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
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
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
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