5365 Commits

Author SHA1 Message Date
Itay Maman
a73030eb6f add a failing test for (lack of) arrayness 2016-11-17 08:19:46 +02:00
Erik Erikson
61783191ee "sdk" => "provider"
Change the legacy "sdk" moniker to "provider" in line with the (good, clarifying) class name changes in order to reduce potential future confusion.
2016-11-16 17:14:48 -08: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
Eslam A. Hefnawy
91fa043ecc limited permissions for s3, sns and apig 2016-11-16 16:08:21 +07:00
Erik Erikson
749204d962 Logical IDs Centralization Missed Details
A few places where names had been hard coded were missed in #2679.  This pull request attempts to get the rest of these (although I fear a few more exist).
The hard coding of the logical ids for the role and policy were removed from the json files defining those values.
Additionally, the path and name of the default role and policy were extrapolated as were log group and api gateway names.
The new role path, role name, and policy name values were used to amend the static role and policy.
Commentary in the centralization file was re-added.

Tests were updated
No function or documentation changes occurred by these changes
2016-11-15 17:22:59 -08:00
Philipp Muens
46a75fc6d3 Fix failing tests due to recent removal of .serverless directory 2016-11-15 14:10:46 +01:00
Philipp Muens
79e406f9f3 Update packageService tests 2016-11-15 14:05:43 +01:00
Nik Graf
386d9d6718 replace ellipsis with three dots to improve non-unicode console support 2016-11-15 14:00:27 +01:00
Philipp Muens
66c29963c0 Remove unnecessary exclude of .serverless directory
This exclude is already done in the packageService.js file.
2016-11-15 13:48:39 +01:00
Nik Graf
41f5e1924c cleanup templates as discussed with @pmuens 2016-11-15 13:14:42 +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
Eslam λ Hefnawy
ebd9bb7948 Merge pull request #2688 from horike37/issue-2620
Improve responses in `invoke local`
2016-11-14 20:34:50 +07:00
Eetu Tuomala
d69cdbc569 adds test to check that aws sdk is not called with --noDeploy 2016-11-14 15:22:50 +02:00
Eetu Tuomala
97a3a74831 removes awsRequesStub from test and passes noDeploy to resolve 2016-11-14 15:22:50 +02:00
Eetu Tuomala
50d57d7977 enables offline deployment package creation 2016-11-14 15:22:50 +02:00
Philipp Muens
f816879baf Add include and exclude examples for directories in templates 2016-11-14 10:26:44 +01:00
Philipp Muens
6910aff632 Move inclusion after exclusion of .serverless dir
This makes it possible that everything (even the .serverless dir) can be included again.
2016-11-14 10:26:44 +01:00
Philipp Muens
ccb6313250 Update zipService tests
So that files and directories are considered during exclude / include.
Furthermore the test directory structure is updated so that it’s easier to extend
and understand.
2016-11-14 10:26:44 +01:00
Philipp Muens
74a3f004d7 Bring back include configuration for an easier packaging control 2016-11-14 10:26:44 +01:00
Ralf Kistner
a78ed09773 Use AWS.SharedIniFileCredentials directly for profile credentials. 2016-11-11 11:20:25 -08:00
Ralf Kistner
7dae0e2712 Correctly clear environment variables in tests. 2016-11-11 11:16:04 -08:00
Philipp Muens
7768db7c91 Fix spacing in naming.js test file 2016-11-11 13:38:15 +01:00
Eslam λ Hefnawy
7095f22b50 Merge pull request #2679 from serverless/naming-js
Added logical ids in centralized file
2016-11-11 18:31:24 +07:00
Eslam A. Hefnawy
489dd0f4b5 spacing up tests 2016-11-11 15:53:08 +07:00
Eslam A. Hefnawy
52f8f81dfd fix function name with underscore bug 2016-11-11 15:18:07 +07:00
horike37
dc2f45b94e Improve responses in invoke local 2016-11-11 05:24:21 +09:00
Eslam A. Hefnawy
fef9b68e5a refactored naming-js method naming 2016-11-10 19:05:02 +07:00
Eslam A. Hefnawy
08156924d5 added tests for naming-js 2016-11-10 16:17:42 +07:00
Eslam A. Hefnawy
1a02e15d9b updated tests using name-js 2016-11-10 15:14:33 +07:00
Eetu Tuomala
5ce7f95663 cleans test 2016-11-10 00:18:04 +02:00
Eetu Tuomala
32b78dbb76 adds test for endpoints with slashes 2016-11-10 00:10:04 +02:00
Eetu Tuomala
a19d2bdb78 fixed bad condition 2016-11-09 23:34:16 +02:00
Eetu Tuomala
7bebf1ae21 fixes endpoint path slash issue 2016-11-09 23:17:48 +02:00
Eslam A. Hefnawy
61efd35850 added logical id names in naming-js file 2016-11-09 19:31:08 +07:00
Eslam λ Hefnawy
d6a4eed879 Merge pull request #2567 from kbariotis/add-input-inputpath-support
add input, inputPath variable, resolves #2543
2016-11-08 22:43:18 +07:00
Philipp Muens
f7b54cfb5f Move method.js file into method directory 2016-11-08 14:27:43 +01:00
Philipp Muens
e981d41488 Refactor method used for capitalization of strings 2016-11-08 14:04:52 +01:00
Doug Moscrop
8ba2f19a3a refactor apiGateway resources and methods 2016-11-08 14:04:52 +01:00
Philipp Muens
33c05f53a2 Add tests for stream events to not error out when default policy is not present 2016-11-08 08:16:03 +01:00
Luciano Mammino
856189fa94 Using single quotes on empty strings 2016-11-07 23:36:47 +00:00
Philipp Muens
062783156c Merge branch 'master' into add-custom-per-function-roles 2016-11-07 15:29:57 +01:00
Philipp Muens
e76706fb6e Check if default policy is available when merging PolicyDocument statements for streams 2016-11-07 15:29:47 +01:00
Eslam λ Hefnawy
5430fd8734 Merge pull request #2588 from horike37/issue-2587
fixed the bug resultTtlInSeconds defaults to 300 when set to 0
2016-11-07 16:23:47 +07:00
Philipp Muens
03b94b8563 Merge pull request #2313 from horike37/issue-1604
Add Catch Errors for Tracking
2016-11-07 09:57:06 +01:00
Kostas Bariotis
da9b3459c6 add conditions inside string templates for templates 2016-11-06 18:36:42 +02:00
horike37
e8aaecef87 some updates 2016-11-05 16:24:35 +09:00
horike37
74a4ad603c Merge branch 'master' into issue-1604 2016-11-05 16:07:51 +09:00
horike37
c13c97b691 fix conflict and test separete 2016-11-05 15:38:04 +09:00
Greg Burch
4b2aa408f0 Fix for users being misinformed of success when create fails do to permission issues 2016-11-04 14:57:15 -07:00
Philipp Muens
5ad10516d2 Merge branch 'master' into add-custom-per-function-roles 2016-11-04 13:36:15 +01:00