3265 Commits

Author SHA1 Message Date
Nik Graf
ee71e4e151 add cd step to quick-start 2016-06-24 13:56:21 +02:00
Florian Motlik
06ec46bc82 Merge pull request #1390 from serverless/fix-help
fixed help logs
2016-06-24 12:56:31 +02:00
Eslam A. Hefnawy
64a5248477 fixed help logs 2016-06-24 12:50:22 +02:00
Eslam λ Hefnawy
6612972f26 Merge pull request #1378 from serverless/error-handling
better ux for error handling
2016-06-23 16:04:18 +02:00
Eslam A. Hefnawy
09978b3c72 fixed error message 2016-06-23 15:55:57 +02:00
Eslam A. Hefnawy
8b9a516a1d safely loading serverless.env.yaml 2016-06-23 15:55:57 +02:00
Eslam A. Hefnawy
7c92c5004f added spacers 2016-06-23 15:55:57 +02:00
Eslam A. Hefnawy
1ae0a7d11d updated travis eslint handling 2016-06-23 15:55:57 +02:00
Philipp Muens
008df83d42 Fixes #1379 - Add command validation in PluginManager 2016-06-23 15:55:57 +02:00
Eslam A. Hefnawy
fdddd2e83c added noGreeting option for invoke integration test to run 2016-06-23 15:55:57 +02:00
Eslam A. Hefnawy
a14fb2cf69 run travis 2016-06-23 15:55:57 +02:00
Eslam A. Hefnawy
d2dc0ba58e ZERO linting issues and test coverage of 93% 🎉 🎉 2016-06-23 15:55:57 +02:00
Eslam A. Hefnawy
c16985a0d9 better ux for error handling 2016-06-23 15:55:57 +02:00
Philipp Muens
0a5cab7236 Merge pull request #1381 from serverless/add-new-documentation-structure-for-alpha-1-release
Add new documentation structure for alpha 1 release
2016-06-23 15:52:18 +02:00
Philipp Muens
817234d4e8 Move list of plugins into own, separate file 2016-06-23 15:24:52 +02:00
Philipp Muens
6eda2ac11e Add new documentation structure for alpha 1 release 2016-06-23 14:25:09 +02:00
Florian Motlik
8c76ec25e1 Merge pull request #1376 from serverless/update-docs-for-alpha-1-release
Update existing plugin docs for alpha 1 release
2016-06-23 11:19:16 +02:00
Philipp Muens
7175896b48 Update "Work in progress" mentionings 2016-06-23 10:16:55 +02:00
Philipp Muens
5def4e1815 Update "services" concept file 2016-06-23 10:11:53 +02:00
Philipp Muens
af5eaa5767 Update "event sources" guide 2016-06-22 20:35:13 +02:00
Philipp Muens
828df63d17 Fix broken "Event sources" link 2016-06-22 18:34:22 +02:00
Philipp Muens
060e85e29d Remove AWS setup instructions in "Your first service" tutorial
Because we'll introduce a dedicated AWS setup section later on.
2016-06-22 18:31:59 +02:00
Philipp Muens
6eb595edc4 Update "Adding event sources" tutorial / move "Event sources" document to "guide" 2016-06-22 18:30:50 +02:00
Philipp Muens
143e5c0d44 Update "Your first service" tutorial 2016-06-22 17:57:51 +02:00
Philipp Muens
8763a95a3c Fix typo 2016-06-22 17:49:08 +02:00
Philipp Muens
94121fb135 Uppercase necessary bullet points in "table of contents"
So that they all follow the same pattern.
2016-06-22 17:43:34 +02:00
Philipp Muens
fecf1ddcd4 Remove duplicate "npm install" statement 2016-06-22 17:42:22 +02:00
Philipp Muens
a0126d6092 Add / update basic docs structure
For a more organized and less bloated reading experience.
2016-06-22 17:40:27 +02:00
Philipp Muens
ab3bbe0a4e Update existing plugin docs 2016-06-22 16:33:00 +02:00
Philipp Muens
5706070a39 Merge pull request #1371 from serverless/fix-yaml-indentation-when-dumping
Fix YAML indentation when dumping
2016-06-22 09:35:10 +02:00
Philipp Muens
d05d6ad961 Fix YAML indentation when dumping
This way all our YAML files follow the 4 spaces best practice.
2016-06-22 09:29:51 +02:00
Philipp Muens
7824504797 Merge pull request #1366 from serverless/add-fix-for-correct-error-class-usage
Add fix for correct error class usage
2016-06-22 08:52:13 +02:00
Philipp Muens
082df12e6d Add fix for correct error class usage 2016-06-22 08:46:42 +02:00
Philipp Muens
ab14f0c040 Merge pull request #1365 from serverless/update-yaml-indentations
Update YAML indentations
2016-06-22 08:23:45 +02:00
Philipp Muens
c287f07d05 Update YAML indentations
YAML supports different indentations however dicts (which we use for events)
need a 4 level deep indentation to work correctly. The YAML files are updated so
that the user knows that he should always use a 4 level deep indentation.
2016-06-22 08:09:42 +02:00
Philipp Muens
fd8fa024e3 Merge pull request #1364 from serverless/fix-lambda-uri-in-methods-compilation
Fix lambdaUri in methods compilation
2016-06-22 08:06:43 +02:00
Philipp Muens
fc6050774f Fix lambdaUri in methods compilation 2016-06-22 08:01:05 +02:00
Florian Motlik
bc13bb22d1 Merge pull request #1352 from serverless/service-provider
News service provider implementation / new event structure
2016-06-21 18:56:08 +02:00
Eslam A. Hefnawy
9b1fad3d9e removed test from sdk class tests 2016-06-21 18:49:10 +02:00
Eslam A. Hefnawy
c5af2f782c not throwing error if profile doesn't exist 2016-06-21 18:48:01 +02:00
Eslam A. Hefnawy
4ead09f9e0 no longer adding default profile to serverless env on sls create 2016-06-21 18:41:00 +02:00
Eslam A. Hefnawy
691e38812b travis is using aws access key id 2016-06-21 18:34:02 +02:00
Eslam A. Hefnawy
6e714bea31 updated handling for travis env var 2016-06-21 18:30:11 +02:00
Eslam A. Hefnawy
1a1ec2103f removed aws api keys handling 2016-06-21 18:21:53 +02:00
Eslam A. Hefnawy
2c4c559dfd removed extra require 2016-06-21 18:04:57 +02:00
Eslam A. Hefnawy
7f7e0a515e fixed apig validate test 2016-06-21 17:43:35 +02:00
Philipp Muens
e13455a510 Rename region variable in test to be provider independent 2016-06-21 17:37:40 +02:00
Eslam A. Hefnawy
135330995b added tests for aws sdk 2016-06-21 17:27:18 +02:00
Philipp Muens
b16664357d Fix linting issues 2016-06-21 14:51:32 +02:00
Philipp Muens
4cdc5f7e9f Remove duplicate validation code in AwsCompileApigEvents plugin 2016-06-21 14:41:01 +02:00