3424 Commits

Author SHA1 Message Date
Philipp Muens
29db4f00a0 Add success console.log messages for en/disabling of usage tracking 2016-07-15 18:22:03 +02:00
Philipp Muens
a6bedbf793 Add tracking plugin 2016-07-15 18:22:03 +02:00
Philipp Muens
9066d6b27e Merge pull request #1580 from bennybauer/fix-1479
Fix 1479 - display help (take 2)
2016-07-15 18:16:57 +02:00
Philipp Muens
081f3c2d20 Merge pull request #1579 from bennybauer/fix-1380
fix issue #1380 - remove ascii greeting (take 2)
2016-07-15 18:14:30 +02:00
Benny
5750c38d1e fix 1479 after PR comments 2016-07-15 17:49:35 +03:00
Philipp Muens
d1ee24c641 Merge pull request #1576 from serverless/add-docs-for-service-templates
Add docs for service templates
2016-07-15 16:41:48 +02:00
Benny
806c133fec fix issue #1380 - remove ascii greeting from all serverless CLI commands except create 2016-07-15 16:26:26 +03:00
Philipp Muens
d44ac05843 Add link to available templates in "Available templates" headline
For easier navigation.
2016-07-15 15:14:56 +02:00
Philipp Muens
ebfca3a329 Add docs for service templates 2016-07-15 15:11:23 +02:00
Philipp Muens
ad4ad8a50e Merge pull request #1573 from serverless/quick-doc-fixes
Quick doc fixes
2016-07-15 11:23:03 +02:00
Philipp Muens
38be750ff2 Quick doc fixes 2016-07-15 11:12:46 +02:00
Florian Motlik
90902c8f2c Merge pull request #1466 from mthenw/v1.0
fix typo
2016-07-13 19:53:29 +02:00
Florian Motlik
1537ee672e Merge pull request #1506 from olzaragoza/resize-gif-v1.0
resize gif
2016-07-13 18:29:55 +02:00
Florian Motlik
2c8cad0eef Merge pull request #1523 from rajington/patch-2
Fix missing slash for SNS docs
2016-07-13 18:17:15 +02:00
Florian Motlik
87a5b72e22 Merge pull request #1501 from quodio/service-plugin-loading
Implement service plugin loading
2016-07-13 18:05:31 +02:00
Florian Motlik
56359df636 Merge pull request #1560 from serverless/fix-apgi-method-validation
Fix Validation for APIG method for upper and lower case
2016-07-13 17:08:26 +02:00
Florian Motlik
ef2ae47cd7 Fix test descriptions 2016-07-13 16:48:45 +02:00
Florian Motlik
ec716ab22d Fix http method validation for apig string event 2016-07-13 16:42:52 +02:00
Florian Motlik
822b192121 Fix Validation for APIG method for upper and lower case 2016-07-13 15:56:58 +02:00
Florian Motlik
b2e9a41b09 Merge pull request #1550 from quodio/packaging-fix
Don't use regex to test file path in package plugin
2016-07-13 15:18:39 +02:00
Philipp Muens
896b3b20c4 Merge pull request #1557 from serverless/create-class-wide-constants
Update "available templates information" to be class wide constants
2016-07-13 09:56:13 +02:00
Philipp Muens
7595ae9be6 Update "available templates information" to be class wide constants 2016-07-13 09:44:43 +02:00
Philipp Muens
25d2ff85cf Merge pull request #1554 from serverless/add-python-support-for-aws
Add Python support for AWS
2016-07-13 09:24:58 +02:00
Philipp Muens
00a7290bf2 Reuse template array to produce readable list of available templates 2016-07-13 09:02:16 +02:00
Philipp Muens
f17c81a8c9 Add Python support for AWS 2016-07-13 07:01:59 +02:00
Philipp Muens
ab0e58b9ed Merge pull request #1536 from serverless/add-service-bound-runtime-functionality
Add service bound runtime functionality
2016-07-12 21:24:10 +02:00
Philipp Muens
ed4f0384a1 Update docs to reflect runtime changes 2016-07-12 20:39:34 +02:00
Philipp Muens
cd098cac21 Add service bound runtime functionality 2016-07-12 20:39:34 +02:00
Philipp Muens
cf23eb6327 Merge pull request #1537 from serverless/templates
Add Templates to Serverless Create
2016-07-12 20:38:52 +02:00
Eslam A. Hefnawy
35c1aca092 added test for copyDirContentsSync method 2016-07-13 02:45:57 +09:00
Eslam A. Hefnawy
50c9c3ba65 updated docs 2016-07-13 02:00:17 +09:00
Eslam A. Hefnawy
43adf24341 fixed linting 2016-07-13 00:24:01 +09:00
Arnaud Rebts
390e7d0037 Don't use regex to test file path in package plugin
In a regex, `.` means any character, so the default exclude list will
actually exclude more than intended (any path containing `.serverless`
for example).

Instead, use `String#indexOf()`
2016-07-12 17:22:25 +02:00
Eslam A. Hefnawy
524f65cfb9 updated integration test 2016-07-13 00:17:17 +09:00
Eslam A. Hefnawy
18e9c2f954 added templates functionality 2016-07-13 00:12:35 +09:00
Eslam A. Hefnawy
e6da016962 creating templates PR 🎉 2016-07-12 13:43:32 +02:00
Philipp Muens
5cf4a93e34 Merge pull request #1546 from serverless/add-tests-for-aws-sns-plugin
Add tests for AWS SNS plugin
2016-07-12 13:36:23 +02:00
Philipp Muens
6a2ef2752b Add tests for AWS SNS plugin 2016-07-12 13:31:44 +02:00
Philipp Muens
09abbe2ec0 Merge pull request #1545 from serverless/rename-core-bucket-name
Rename coreBucket name to be more meaningful
2016-07-12 11:56:07 +02:00
Philipp Muens
4519e0fb32 Rename coreBucket name to be more meaningful 2016-07-12 11:36:46 +02:00
Arnaud Rebts
7dd58f0325 Implement service plugin loading
Resolves #1442
2016-07-12 11:16:27 +02:00
Philipp Muens
f6c7ab1848 Merge pull request #1544 from serverless/make-core-bucket-name-unique
Make coreBucket name unique
2016-07-12 11:04:23 +02:00
Philipp Muens
eeee34fa5b Make coreBucket name unique 2016-07-12 10:31:38 +02:00
Florian Motlik
c6de6a87d5 Merge pull request #1541 from serverless/fix-fork-builds
Disable integration tests on fork builds
2016-07-12 09:28:07 +02:00
Florian Motlik
849b3e10e9 Disable integration tests on fork builds 2016-07-11 22:29:15 +02:00
Florian Motlik
744c8ee37e Merge pull request #1538 from williamgueiros/patch-1
Change the variable
2016-07-11 20:26:11 +02:00
william de melo gueiros
124898068d Change the variable
i thing is memoryVar is correct than memoryVariable
2016-07-11 11:49:51 -03:00
Raj Nigam
3d4b3c5d0f Fix missing slash for SNS docs 2016-07-09 20:48:33 -04:00
Philipp Muens
e56470d5ab Merge pull request #1519 from serverless/keep-5-service-objects-in-s3-bucket
Add keep 5 service versions in S3 bucket functionality
2016-07-08 21:15:18 +02:00
Philipp Muens
78bea8bf85 Add keep 5 service versions in S3 bucket functionality 2016-07-08 17:10:49 +02:00