267 Commits

Author SHA1 Message Date
Eslam λ Hefnawy
3ab58d4643 Merge pull request #2891 from johncmckim/issue-2890
Temporarily remove provider.variableSyntax during variable population
2016-12-08 21:31:08 +07:00
Philipp Muens
b6683d9440 Merge pull request #2842 from dougmoscrop/array_resources
add Support for resources as an array
2016-12-08 13:28:51 +01:00
John McKim
adea45e978 Temporarily remove provider.variableSyntax during variable population 2016-12-08 17:42:07 +10:00
Maciej Winnicki
0657f48c81 Merge pull request #2881 from serverless/add-detection-of-jenkins
Add detection of Jenkins
2016-12-07 11:00:30 +01:00
Philipp Muens
6743df480c Merge pull request #2866 from jthomas/master
rename provider identifier from 'ibm' to 'openwhisk'.
2016-12-07 09:10:07 +01:00
Philipp Muens
6bf53ab773 Add detection of Jenkins 2016-12-07 08:17:18 +01:00
davidwells
5c480d1d05 change to userAgent 2016-12-05 22:59:53 -08:00
davidwells
28c4135b70 fix lint ⊂◉‿◉つ 2016-12-05 20:30:31 -08:00
davidwells
e46a23662b add agent for serverless context 2016-12-05 20:18:48 -08:00
James Thomas
da3356b1e2 Rename provider name from 'ibm' to 'openwhisk'. 2016-12-05 15:46:10 +00:00
Doug Moscrop
e4395875c1 add Support for resources as an array 2016-12-01 19:31:36 -05:00
Philipp Muens
114f54e0ad Minor refactorings 2016-12-01 10:48:35 +01:00
ac360
08769fc1c1 fix linting errors 2016-12-01 10:48:35 +01:00
ac360
da19c9e495 add support for setting multiple profiles 2016-12-01 10:48:35 +01:00
Philipp Muens
59234b13ce Update error message according to feedback 2016-11-22 15:25:44 +01:00
Philipp Muens
c1a723436a Update SLS_DEBUG info message 2016-11-22 15:03:28 +01:00
Philipp Muens
8aad2372eb Refactor test structure
So that all tests follow the *.test.js pattern and globs are used to find test files.
2016-11-22 12:49:26 +01:00
Florian Motlik
4e39b32ada Merge pull request #2681 from serverless/rework-include-exclude
Bring back include configuration for an easier packaging control
2016-11-16 16:18:44 +01:00
Philipp Muens
2356a8f3f4 Remove unnecessary timeouts in tests 2016-11-16 11:40:39 +01:00
Austen
700eb2ea86 Merge pull request #2561 from doapp-ryanp/master
Make `deploy function` lifecycle events more fine grain
2016-11-14 08:00:08 -08:00
Philipp Muens
74a3f004d7 Bring back include configuration for an easier packaging control 2016-11-14 10:26:44 +01:00
ac360
d0b84ce1a9 fix formatting errors 2016-11-08 07:39:24 -08:00
Austen
1c93db6089 minor tweak for clearer errors 2016-11-08 06:56:35 -08:00
Austen
8b180452e3 minor tweaks for better error messages 2016-11-08 06:52:52 -08:00
ac360
15d0df22ae fix tests, add errors for better ux 2016-11-07 21:51:01 -08:00
ac360
eb97845ad5 remove console.log 2016-11-06 23:16:52 -08:00
ac360
16aa2c4072 add docs 2016-11-06 23:11:56 -08:00
ac360
d7b5afa459 fix test 2016-11-06 23:04:33 -08:00
ac360
59cebc01c1 start tests 2016-11-06 23:00:11 -08:00
ac360
fe26deb470 add js support to serverless variables 2016-11-06 22:07:33 -08:00
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
doapp-ryanp
594019debb Merge remote-tracking branch 'upstream/master' 2016-11-03 11:14:13 -05:00
doapp-ryanp
b2373bdd4e fix missing airbnb formatting 2016-11-01 16:44:35 -05:00
doapp-ryanp
d59129870a formatting 2016-11-01 12:37:36 -05:00
doapp-ryanp
7fd01a4e21 bump to fix CI 2016-11-01 11:55:18 -05: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