233 Commits

Author SHA1 Message Date
ac360
00ad5626c7 improve code style and tests 2016-11-04 08:13:32 -07:00
ac360
c294ae1d35 add tests to cover empty plugins property 2016-11-04 07:58:27 -07:00
ac360
de2042cb8f reduce line length 2016-11-04 07:48:15 -07:00
ac360
decbd6eaef reduce long line 2016-11-04 07:28:55 -07:00
ac360
c8a9b3cf6d fix for empty plugins property in serverless.yml 2016-11-04 07:21:16 -07:00
Philipp Muens
f118882a0f Add whitelisted options support for logStat 2016-11-04 10:27:55 +01:00
Andrew McClenaghan
0c3bf24ea6 Add folder for local plugins 2016-11-01 21:06:55 +07:00
Nik Graf
fca214c184 add version check tests and refactoring 2016-11-01 10:11:30 +01: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
Philipp Muens
31cae71158 Fix regex linting errors 2016-10-31 09:08:50 +01: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
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
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
John McKim
fd1545d89d Allow services with no functions #2267 2016-10-25 06:15:23 +10:00
horike37
05b141ce68 Restore the test 2016-10-24 22:32:48 +09:00
Philipp Muens
46eaf0dabd Fix typo in environment error message 2016-10-24 10:47:05 +02:00
horike37
0dfb7aa437 fixed issue 2490 2016-10-23 22:49:10 +09:00
horike37
bdc5170d43 fixed issue 2500 2016-10-23 19:19:14 +09:00
Nik Graf
9ec317aa3a implement version check 2016-10-21 17:35:45 +02:00
Philipp Muens
ed31765af6 Fix timezone retrieval bug 2016-10-19 15:33:54 +02:00
Philipp Muens
25b233137f Move class tests into classes directory 2016-10-19 08:32:06 +02:00
Philipp Muens
4a9dc58e18 Add string and instance powered provider check 2016-10-19 08:32:06 +02:00
Philipp Muens
a60a9b575b Remove provider storage on PluginManager level 2016-10-19 08:32:06 +02:00
Philipp Muens
a46a8823ad Update stats to support CI systems 2016-10-18 18:41:04 +02:00
Philipp Muens
b7ad1e7732 Fix the liniting error which occurred because of linter updates 2016-10-15 15:41:35 -07:00
Philipp Muens
c34775461c Split logStat into two functions and wrap it into Promise 2016-10-12 18:25:55 -07:00
Philipp Muens
52318d4c3c Refactor so that only one stats file is used 2016-10-12 18:25:55 -07:00
Philipp Muens
b443b2cf9d Add SlStats functionality 2016-10-12 18:25:55 -07:00
Philipp Muens
baa9f6da95 Revert tracking information 2016-10-11 20:13:35 -07:00
Philipp Muens
27abe33296 Print note about tracking 2016-10-11 15:36:48 +02:00
Andrew McClenaghan
8206e0e056 Add usage for command when missing options 2016-10-10 10:34:59 +02:00
horike37
264cbff6c2 Add newline on error message 2016-10-09 13:20:08 +09:00
Philipp Muens
d5d726d18f Merge pull request #2122 from horike37/issue-2109
add Node version and Serverless version in CLI errors
2016-10-03 18:08:00 -07:00
horike37
26b2dd7119 fixed typo 2016-10-04 09:03:29 +09:00
Philipp Muens
3507999198 Merge pull request #2133 from dougmoscrop/multi_commands
refactor PluginManager and CLI to better support command nesting, cleanup
2016-10-03 15:44:09 -07:00
Philipp Muens
9ebf296762 Merge pull request #2194 from craftship/globs-exclude
Use Globs to Exclude Files
2016-10-03 15:09:46 -07:00
David Tanner
4d34dfde44 Merge with master.
There was a merge issue with createStack
2016-10-03 09:11:15 -06:00
horike37
adcac0a697 Add OS info 2016-10-02 11:51:26 +09:00
Jon Sharratt
d7f9b16211 remove package include from classes 2016-10-01 11:11:36 +01:00
Doug Moscrop
a0cde12edc add Merge plugin commands 2016-09-28 13:45:04 -04:00
Doug Moscrop
0c452a6af8 fix Verify that a command is valid before trying to populate variables 2016-09-28 11:34:50 -04:00
Doug Moscrop
19f5bfb27f refactor PluginManager and CLI to better support command nesting 2016-09-28 11:34:50 -04:00
eL0ck
228d52cc7c remove redundant service list 2016-09-28 08:49:51 +02:00
Doug Moscrop
2aab2a2ccc fix #2226 non-aws providers throw an error 2016-09-27 11:59:31 -04:00
David Tanner
1a8b94cc4f Upping code coverage.
Found some unused code when looking for throttling errors, added functionality to get code from SDK errors.
Added tests to cover functionality.
Fixed prefix to be serverless/{serviceName}/{stage}
2016-09-22 15:55:52 -06:00