2791 Commits

Author SHA1 Message Date
Eslam A. Hefnawy
10eec85161 added local-plugins integration test 2016-11-01 21:06:55 +07:00
Eslam A. Hefnawy
0f03b0c04e fixed create plugin template 2016-11-01 21:06:55 +07:00
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
Andrew McClenaghan
0c3bf24ea6 Add folder for local plugins 2016-11-01 21:06:55 +07:00
Eslam λ Hefnawy
b2e4215008 Merge pull request #2533 from serverless/invoke-local
added invoke local plugin
2016-11-01 20:49:03 +07:00
Florian Motlik
1de333aaed Rework Version pinning docs and add to templates 2016-11-01 12:13:37 +01:00
Nik Graf
fca214c184 add version check tests and refactoring 2016-11-01 10:11:30 +01:00
Eslam A. Hefnawy
d578d14c58 fixed linting errors 2016-11-01 16:03:41 +07:00
Nik Graf
f47b9025b6 add semver check 2016-11-01 09:48:45 +01:00
Nik Graf
e8248b5e8a Merge branch 'master' into version-lock 2016-11-01 08:24:31 +01: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
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
cf9be9b7ab Merge pull request #2565 from serverless/horike37-issue-2490
Fixes file variable fallback if the file doesn't exist
2016-10-28 11:49:27 +02:00
Eslam A. Hefnawy
cd260f0743 removed overwrite for file variable 2016-10-28 16:41:55 +07:00
Eslam A. Hefnawy
531e782dbb fixed conflicts in variables 2016-10-28 16:35:21 +07: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
3a59cd8857 Merge pull request #2541 from miltador/fix-variables-overwriting
fix overwriting undefined variables #2081, #2522
2016-10-27 15:36:42 +07:00
Eslam λ Hefnawy
795dad3ecc Merge pull request #2511 from horike37/fixed-issue-2500
fixed issue 2500
2016-10-27 15:31:33 +07:00
horike37
56ca36c400 fixed test that should populate non string variables 2016-10-27 01:24:16 +09: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
Vasiliy Solovey
53ff641e92
fix variables count in test 2016-10-25 20:13:43 +03:00
Vasiliy Solovey
c870a037a5
fix overwriting empty object values 2016-10-25 19:55:44 +03: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
John McKim
fd1545d89d Allow services with no functions #2267 2016-10-25 06:15:23 +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
horike37
05b141ce68 Restore the test 2016-10-24 22:32:48 +09:00
Eslam λ Hefnawy
5e9d4ba523 Merge pull request #2520 from serverless/logging-core-resource
Explicitly Added LogGroups as CF Resources
2016-10-24 20:01:23 +07:00
Eslam A. Hefnawy
590b1bb705 uncommented functions obj 2016-10-24 19:53:48 +07: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