bryan pedlar
94d93e3d62
added environment variable support
2016-11-19 18:35:26 -05:00
Philipp Muens
ffadf3da18
Merge pull request #2746 from shamp00/patch-1
...
Fixed broken link to introduction.
2016-11-19 18:38:09 +01:00
Robert Anderson
acc585b992
Fixed broken link to introduction.
2016-11-19 10:48:55 +00:00
Erik Erikson
d15f4935c6
Merge branch 'master' into logical-ids-missed-details
2016-11-18 15:01:52 -08:00
Itay Maman
fe35cd4daa
Revert "disable slow test"
...
This reverts commit d98f35590bcce964ddd547af2a3119deb0ecc4da.
2016-11-18 20:07:54 +02:00
Itay Maman
d4c25a3122
comment
2016-11-18 20:06:53 +02:00
Itay Maman
b29aa7d3b9
introduce a top level method that calls: (i) validation; (ii) merge
2016-11-18 19:32:19 +02:00
Itay Maman
887f7bd4d2
test error message text
2016-11-18 19:21:56 +02:00
Philipp Muens
8c43308f79
Merge pull request #2742 from serverless/remove-api-keys-integration-tests
...
Remove API Keys integration tests
2016-11-18 16:37:41 +01:00
Philipp Muens
96a55e529e
Remove API Keys integration tests
2016-11-18 16:31:00 +01:00
Eslam A. Hefnawy
cfdac252da
relaxed apig permissions to be rest api scoped
2016-11-18 21:05:21 +07:00
Eetu Tuomala
1e2cbfd5e3
moves already created resolving to request and resolves noDeploy straight away
2016-11-18 14:52:52 +02:00
Itay Maman
9049d0a4ac
turn the check method into a validate method that throws on failure
2016-11-18 10:00:53 +02:00
Itay Maman
b276809282
test error messages on all fields
2016-11-18 09:47:01 +02:00
Itay Maman
06e4a1fdb5
test error message: 'not an array'
2016-11-18 09:39:08 +02:00
Itay Maman
d98f35590b
disable slow test
2016-11-18 09:38:48 +02:00
Itay Maman
f1eacc96ae
change the text of the failure message
2016-11-18 09:31:25 +02:00
Philipp Muens
1a167e3e63
Merge pull request #2737 from kennyk65/patch-1
...
Update README.md
2016-11-18 07:11:53 +01:00
David Wells
fc05d27922
Merge pull request #2738 from serverless/docUpdates
...
update doc readability
2016-11-17 15:47:58 -08:00
davidwells
e13001fbe7
update doc readability
2016-11-17 15:41:57 -08:00
Itay Maman
81f2bcc3a0
linting
2016-11-17 22:55:24 +02:00
Itay Maman
65c5a7d870
iterate over properties
2016-11-17 22:49:09 +02:00
kennyk65
d385196cd7
Update README.md
...
Inclusion of service creation, changing folders, corrected function name, corrected results from function, and grammar.
2016-11-17 14:00:51 -05:00
Itay Maman
e963bd4523
check all three fields
2016-11-17 20:22:28 +02:00
Eslam A. Hefnawy
ad2117423b
limited lambda permissions for events
2016-11-17 18:38:33 +07:00
Itay Maman
10d2539c42
make it pass by adding a check that iamRoleStatements is an array
2016-11-17 08:19:54 +02:00
Itay Maman
a73030eb6f
add a failing test for (lack of) arrayness
2016-11-17 08:19:46 +02:00
Philipp Muens
fbb22ef117
Merge pull request #2728 from redhat-raptor/patch-1
...
Update intro.md
2016-11-17 07:06:07 +01:00
Raptor
9a69cfe2b2
Update intro.md
...
function triggered by the http event users/delete should be usersDelete
2016-11-17 13:29:21 +08: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
Philipp Muens
103b3f7291
Merge pull request #2723 from serverless/add-cflogs-config-to-simple-integration-test
...
Add cfLogs config to simple integration test
2016-11-16 17:57:54 +01:00
Philipp Muens
d705045786
Add cfLogs config to simple integration test
2016-11-16 17:47:57 +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
ed8fee05b8
Merge pull request #2720 from serverless/remove-unnecessary-timeouts-in-tests
...
Remove unnecessary timeouts in tests
2016-11-16 12:49:30 +01:00
Philipp Muens
2356a8f3f4
Remove unnecessary timeouts in tests
2016-11-16 11:40:39 +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
e6b47de001
Merge pull request #2715 from serverless/replace-more-ellipsis-characters-with-dots
...
Replace more ellipsis characters with dots
2016-11-15 14:42:11 +01:00
Philipp Muens
990473a1a2
Replace more ellipsis characters with dots
2016-11-15 14:35:53 +01:00
Philipp Muens
46a75fc6d3
Fix failing tests due to recent removal of .serverless directory
2016-11-15 14:10:46 +01:00
Eslam λ Hefnawy
3b58ec3332
Merge pull request #2714 from serverless/replace-ellipsis
...
replace ellipsis with three dots to improve non-unicode console support
2016-11-15 20:09:15 +07: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
Philipp Muens
22cf0f63e5
Fix typo in docs
2016-11-15 13:41:30 +01:00
Nik Graf
335004d42b
improve docs
2016-11-15 13:16:06 +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
Austen
fe9e9b1955
add plugins
2016-11-14 07:33:26 -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