7343 Commits

Author SHA1 Message Date
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
Austen
33206477b9 Merge pull request #2657 from serverless/variables-js-support
Variables js support
2016-11-11 17:55:31 -08:00
David Wells
64aff1149b Merge pull request #2696 from serverless/DavidWells-patch-2
Update deploy.md
2016-11-11 16:08:49 -08:00
David Wells
4a58716fd1 Update deploy.md 2016-11-11 16:03:14 -08:00
David Wells
81ab6ed088 Update deploy.md 2016-11-11 15:55:37 -08:00
Austen
1b03f24838 add profile to serverless.yml reference 2016-11-11 15:53:20 -08: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
2147337a65 Merge pull request #2692 from serverless/fix-spacing-in-naming-test-file
Fix spacing in naming.js test file
2016-11-11 13:56:49 +01: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
Philipp Muens
5be342fcbd Merge pull request #2686 from serverless/fix-timeout-issue-in-simple-integration-test
Fix timeout issue in simple integration test
2016-11-10 15:09:46 +01:00
Philipp Muens
5a5552ab07 Fix timeout issue in simple integration test 2016-11-10 15:02:36 +01:00
Eslam A. Hefnawy
fef9b68e5a refactored naming-js method naming 2016-11-10 19:05:02 +07:00
Philipp Muens
5282bbf2ac Merge pull request #2684 from laardee/fix-endpoints-info
Fixes info plugin endpoint path issue
2016-11-10 10:42:26 +01: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
Philipp Muens
71cb99ee8b Merge pull request #2682 from fgo/patch-1
Update IAM Guide
2016-11-09 18:45:28 +01:00
Francis Go
31fcc5dd1a IAM Guide: Update grammar 2016-11-10 01:52:42 +11:00
Eslam A. Hefnawy
61efd35850 added logical id names in naming-js file 2016-11-09 19:31:08 +07:00
Philipp Muens
c200d86628 Merge pull request #2670 from serverless/add-integration-tests-for-slashes-in-api-gateway-paths
Add integration tests for slashes in API Gateway paths
2016-11-08 16:57:33 +01: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
ac360
d0b84ce1a9 fix formatting errors 2016-11-08 07:39:24 -08:00
Philipp Muens
20d9546684 Add integration tests for slashes in API Gateway paths 2016-11-08 16:19:24 +01: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
Austen
680409ed4a add example to return obj and reference obj property 2016-11-08 06:47:33 -08:00
Eslam λ Hefnawy
2854b9b91e Merge pull request #2666 from serverless/refactor-api-gateway-resources-and-methods
Refactor api gateway resources and methods
2016-11-08 21:27:01 +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
e32da8d0c9 Merge pull request #2664 from serverless/fix-api-gateway-docs
Fix API Gateway docs to add integration type and apply code conventions
2016-11-08 13:47:14 +01:00
Philipp Muens
8e6bf07a74 Remove unnecessary serverless.yml comments 2016-11-08 13:39:58 +01:00
Philipp Muens
ca465a46bf Fix API Gateway docs to add integration type and apply code conventions 2016-11-08 13:35:16 +01:00
Florian Motlik
c40e59baad Merge pull request #2663 from serverless/reinstate-provider-docs
Readd missing docs for provider config
2016-11-08 13:07:18 +01:00
Florian Motlik
56418942d0 Readd missing docs for provider config 2016-11-08 13:06:06 +01:00
Florian Motlik
d85ad9948d Merge pull request #2662 from serverless/update-pr-template
Add checklist item for change permissions to PR template
2016-11-08 12:48:14 +01:00