davidwells
ea3874c474
docs(readme): update quick start table with steps
2016-08-01 17:02:22 -07:00
davidwells
1a829d1888
docs(readme): update quick start table
2016-08-01 16:56:59 -07:00
davidwells
02711cd543
docs(readme): update quick start
2016-08-01 16:55:10 -07:00
davidwells
4a3647fd2e
docs(readme): add contributors
2016-08-01 16:21:12 -07:00
davidwells
12bf5f4830
docs(readme): update readme structure for beta
2016-08-01 16:02:31 -07:00
Florian Motlik
3650554d53
Merge pull request #1702 from mallzee/1683-function-order-fix
...
fix(deploy): Functions no longer need to maintain order
2016-08-01 18:20:37 +02:00
Philipp Muens
520a342e7d
Merge pull request #1696 from serverless/add-single-function-deployment-plugin
...
Add single function deployment plugin
2016-08-01 15:41:37 +02:00
Philipp Muens
dbf908620a
Merge pull request #1715 from serverless/two-level-deep-shortcut-to-options-conversion
...
Add support to convert shortcut to options for two level deep commands
2016-08-01 15:41:18 +02:00
Philipp Muens
67060fbb8d
Remove duplicate comment
2016-08-01 13:35:45 +02:00
Philipp Muens
b5b596f534
Add support to convert shortcut to options for two level deep commands
2016-08-01 11:45:52 +02:00
Philipp Muens
76c3ef8d67
Replace own zipping functionality with Package plugin
2016-08-01 11:13:54 +02:00
Philipp Muens
bdc6dc8079
Combine checkIfFunctionExistsInService and checkIfFunctionIsDeployed to one method
2016-08-01 11:13:54 +02:00
Philipp Muens
c3edc965d7
Fix incorrect test assertion
2016-08-01 11:13:54 +02:00
Philipp Muens
6142d061da
Cleanup code according to Pull request comments
2016-08-01 11:13:54 +02:00
Philipp Muens
f3cd36e74a
Add single function deployment plugin
2016-08-01 11:13:54 +02:00
Florian Motlik
6432b9dd3e
Merge pull request #1691 from serverless/logging
...
New Plugin: Serverless Logs
2016-07-29 15:42:24 +02:00
Eslam A. Hefnawy
709c835c6c
added notes about logs lag
2016-07-29 22:18:20 +09:00
Eslam A. Hefnawy
b61a8af935
increased precision for logging tailing option
2016-07-29 22:16:16 +09:00
Eslam A. Hefnawy
640c5bfcbe
added supported string formats for startTime in logging plugin
2016-07-29 20:40:54 +09:00
Eslam A. Hefnawy
5d70681462
fixed typo
2016-07-29 20:40:54 +09:00
Eslam A. Hefnawy
d3e0bce4fc
logging docs enhancements and updates to startTime option
2016-07-29 20:40:54 +09:00
Eslam A. Hefnawy
98ec45ce7e
added tests and docs for logging plugin
2016-07-29 20:40:54 +09:00
Eslam A. Hefnawy
effae1db1d
added logs plugin
2016-07-29 20:40:54 +09:00
Florian Motlik
d84c1b08f6
Merge pull request #1708 from serverless/pr/1590
...
Pr/1590 Rebasing Fixes
2016-07-29 13:32:26 +02:00
Benny Bauer
38509dded6
fix 1468 - remove accountId, fix memorySize reference and cover with test
2016-07-29 13:07:11 +02:00
Benny Bauer
d587dd93a6
fix 1468 - handle non existing stack and errors + add tests
2016-07-29 13:06:59 +02:00
Benny Bauer
9f0c506c75
fix 1468 - display endpoints
...
Display general information on service, functions and endpoints.
Add tests.
partial fix for #1468 - display endpoints
fix 1468 - display endpoints
Display general information on service, functions and endpoints.
Add tests.
2016-07-29 13:01:15 +02:00
Benny
3a7079885c
partial fix for #1468 - display endpoints
2016-07-29 12:59:42 +02:00
Florian Motlik
9647ce60e4
Merge pull request #1705 from serverless/vpc
...
added support for VPC with tests and docs
2016-07-29 12:25:47 +02:00
Jamie Sutherland
6e0aa09a4c
Fixing lint errors
2016-07-29 11:09:57 +01:00
Jamie Sutherland
1ba1079c6c
fix(deploy): Transform parameters paths into alphanumeric paths for resource keys
2016-07-29 11:07:36 +01:00
Eslam A. Hefnawy
cce0b02a0c
fixed test for vpc
2016-07-29 19:05:09 +09:00
Eslam A. Hefnawy
a7f4d544a3
added service level vpc config
2016-07-29 18:50:00 +09:00
Jamie Sutherland
6e14a457c2
refactor(deploy): Make resource ids camel case to make them easier to read
2016-07-29 09:22:34 +01:00
Eslam A. Hefnawy
3e0fe086b1
added support for VPC with tests and docs
2016-07-29 16:46:52 +09:00
Jamie Sutherland
18fbc6ef76
fix(deploy): Functions no longer need to maintain order
...
Resources and Methods were referenced by their index which made redeploying fail when you swapped the order of functions or added new ones anywhere bar the bottom of the object
Closes #1683
2016-07-28 22:30:22 +01:00
Eslam λ Hefnawy
b00517062f
Merge pull request #1698 from svdgraaf/feature/added-docs-for-custom-resources
...
Feature/added docs for custom resources
2016-07-29 00:22:13 +09:00
Sander van de Graaf
3cfba7bd8f
cleanup proxy methods, removed unneeded properties for clarity
2016-07-28 16:20:56 +02:00
Sander van de Graaf
21ca365ae4
added S3 example
2016-07-28 16:20:09 +02:00
Florian Motlik
0b9117b8eb
Merge pull request #1687 from quodio/authorizer-principal
...
adding principalId to request template
2016-07-28 14:59:44 +02:00
jexact
670e210639
adding principalId to request template
2016-07-27 20:03:19 +02:00
Eslam λ Hefnawy
b32eb23c6c
Merge pull request #1682 from svdgraaf/feature/remove-unneeded-outputs
...
Removed unneeded outputs and the corresponding tests. Added postCreat…
2016-07-28 00:11:49 +09:00
Sander van de Graaf
71e9337b47
Merge branch 'feature/remove-unneeded-outputs' of github.com:svdgraaf/serverless into feature/remove-unneeded-outputs
2016-07-27 16:23:27 +02:00
Sander van de Graaf
c98d8d81bf
cleanup json notation, make eslint happy
2016-07-27 16:22:37 +02:00
Sander van de Graaf
5ea59d4ed6
Removed unneeded outputs and the corresponding tests. Added postCreate function for easy hook later.
2016-07-27 16:22:37 +02:00
Philipp Muens
06f74ad7be
Merge pull request #1681 from serverless/switch-from-yaml-to-yml
...
Switch from .yaml to the more convenient .yml
2016-07-27 16:07:52 +02:00
Philipp Muens
cf89dd6ffe
Add test for Service and Utils classe which check for both extensions (.yml and .yaml)
2016-07-27 16:00:22 +02:00
Sander van de Graaf
3d8154c47b
cleanup json notation, make eslint happy
2016-07-27 15:04:35 +02:00
Sander van de Graaf
8fad3cec2f
Removed unneeded outputs and the corresponding tests. Added postCreate function for easy hook later.
2016-07-27 12:43:12 +02:00
Philipp Muens
0ccaea1d5a
Switch naming from yaml to yml for Serverless config related files
2016-07-27 11:24:10 +02:00