1562 Commits

Author SHA1 Message Date
davidwells
6f990484a1 add platform class 2017-06-01 13:08:19 -07:00
Frank Schmid
aca8db9ba7 Set IS_LOCAL for every provider. Added unit tests. 2017-05-29 11:15:32 +02:00
Philipp Muens
3374a072c2 Merge pull request #3680 from ryanmurakami/s3.bucket.error
Improve "missing S3 deployment bucket" error
2017-05-25 12:17:41 +02:00
Philipp Muens
96be5948cb Tweak error message 2017-05-25 12:09:19 +02:00
Philipp Muens
253fe3e8e5 Merge pull request #3647 from HyperBrain/support-json-project
Added support for serverless.json. Improved error messages with filename
2017-05-25 11:58:53 +02:00
Philipp Muens
eb92e04622 Merge pull request #3678 from amido/issue-3669
Fix for #3669: Azure Quickstart fn returns nothing
2017-05-25 11:33:39 +02:00
Philipp Muens
f9b35b53e4 Merge pull request #3654 from daroot/logging-fixes
Better handling for AWS Lambda logging lines.
2017-05-25 11:30:46 +02:00
Ryan Lewis
f1a2624256 fixing test 2017-05-24 14:45:55 -07:00
Ryan Lewis
72d9c520c7 adding test 2017-05-24 14:31:50 -07:00
Ryan Lewis
f87a1e93f6 throwing better error when bucket doesn't exist 2017-05-24 14:21:50 -07:00
RichardSlater
701d85e17e Fix for #3669: Azure Quickstart fn returns nothing
Add an out HTTP event that specifies the `res` variable on the context
allowing the function specified in `handler.js` to run as expected in
Azure.
2017-05-24 19:55:05 +01:00
Eslam λ Hefnawy
bb7700dd0d Merge pull request #3558 from serverless/addLogin
Add login command
2017-05-24 20:02:49 +07:00
Philipp Muens
9dd5dc39f4 Update console.log statements and add file based eslint ignore comments 2017-05-24 13:13:24 +02:00
Philipp Muens
a5d81e0a43 Remove commented out code 2017-05-24 13:01:48 +02:00
Philipp Muens
59682b16af Update version of GCF npm package 2017-05-24 10:02:19 +02:00
davidwells
9e7a1e9297 change tildes 2017-05-24 00:49:13 -07:00
davidwells
095bf4be97 update deploy 2017-05-24 00:21:30 -07:00
davidwells
93ed02b009 update template creation 2017-05-24 00:21:30 -07:00
davidwells
0703677d22 update for serverlessrc 2017-05-24 00:21:30 -07:00
davidwells
4c75ce8d9b update login 2017-05-24 00:21:30 -07:00
davidwells
33dca7a571 update util 2017-05-24 00:21:30 -07:00
davidwells
9ad128e251 update linting 2017-05-24 00:21:30 -07:00
davidwells
f40c78cd1c logOut stat 2017-05-24 00:21:30 -07:00
davidwells
8487a22905 update login 2017-05-24 00:21:29 -07:00
davidwells
69fd7c4e2b update logout 2017-05-24 00:21:29 -07:00
davidwells
cb6d22e3e0 lint all the things 2017-05-24 00:21:29 -07:00
davidwells
8f0fd968f9 use strict 2017-05-24 00:20:40 -07:00
davidwells
8e0474ac3b update message 2017-05-24 00:20:39 -07:00
davidwells
c7d5373e58 clear console on login 2017-05-24 00:19:28 -07:00
davidwells
b5c0a33229 add tests 2017-05-24 00:19:28 -07:00
davidwells
4bef14d42f update linting 2017-05-24 00:19:27 -07:00
davidwells
c7db666421 update login cmd 2017-05-24 00:19:27 -07:00
davidwells
40dee9bba0 add logout command 2017-05-24 00:19:27 -07:00
davidwells
754bfe3ca2 add login command 2017-05-24 00:13:45 -07:00
Eslam λ Hefnawy
b7e8e87408 Merge pull request #3660 from HyperBrain/no-templates-for-http-endpoints
Do not use default templates for non AWS integrations. Only use NEVER for AWS passthrough.
2017-05-23 18:47:37 +07:00
Frank Schmid
f73e4438e4 Updated unit tests 2017-05-23 11:14:50 +02:00
Philipp Muens
0db25b76ae Remove SQS queue arn support 2017-05-23 08:50:21 +02:00
Philipp Muens
d6fbe273a7 Add first pass on DeadLetterConfig support 2017-05-23 08:44:09 +02:00
Frank Schmid
b0e48157e4 Do not use default templates for non AWS integrations. Only use NEVER for AWS passthrough. 2017-05-22 18:19:45 +02:00
Dan Root
add4951a4b Better handling for AWS Lambda logging lines.
Refactor duplicated log line formatting from invoke and logs plugins
into utils/formatLambdaLogEvent.js and add tests.

Make log line formatter understand default python logging module output
from Lambda functions.

Add payload output testing to invoke plugin.

Fixes #1796 and #3594
2017-05-19 12:42:02 -07:00
Philipp Muens
e6f2c2d3aa Update other relevant parts of the codebase 2017-05-19 15:08:35 +02:00
Philipp Muens
dd7909d055 Merge pull request #3642 from HyperBrain/set-is-local-on-invoke-local
Set IS_LOCAL environment variable with invoke local command
2017-05-19 10:30:12 +02:00
Philipp Muens
8dd462007b Fix test 2017-05-19 10:26:49 +02:00
Philipp Muens
ca9ee443e1 Add test 2017-05-19 10:18:54 +02:00
Eslam λ Hefnawy
953f8ac1a0 Merge pull request #3537 from HyperBrain/use-chai-as-promised
Use chai as promised
2017-05-18 21:29:53 +07:00
Philipp Muens
fe419ee175 Remove package.json in exclude rules 2017-05-18 12:44:31 +02:00
Frank Schmid
c85300e4d4 Set IS_LOCAL environment variable with invoke local command 2017-05-18 10:55:43 +02:00
Frank Schmid
939112a639 Use sinon-chai to improve Sinon based unit tests 2017-05-17 17:13:33 +02:00
Frank Schmid
ba2533ff7d Update UT for lib/plugins/package/lib/zipService 2017-05-17 17:13:33 +02:00
Frank Schmid
4d2b2ea88e Update UT for lib/plugins/package/lib/packageService 2017-05-17 17:13:32 +02:00