Philipp Muens
1dd6f21556
Update tracking properties
2016-07-15 18:22:03 +02:00
Philipp Muens
44fe24279d
Add timeout and exception handling so that it fails silently
2016-07-15 18:22:03 +02:00
Philipp Muens
4db180a6e0
Update what will be tracked
2016-07-15 18:22:03 +02:00
Philipp Muens
77f30d44f7
Update README.md file of tracking plugin
2016-07-15 18:22:03 +02:00
Philipp Muens
3d2039210c
Update tracking implementation to use one plain HTTP call
...
This speeds up tracking speed dramatically. However it's still not that
super smooth and might suffer when the user has a bad internet connection.
2016-07-15 18:22:03 +02:00
Philipp Muens
7c879522cf
Update tracking plugin options usage
...
So that one can use the --enable and --disable option rather than using --enabled.
2016-07-15 18:22:03 +02:00
Philipp Muens
fe3cc6f35d
Add basic tracking functionality
2016-07-15 18:22:03 +02:00
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
Benny
5750c38d1e
fix 1479 after PR comments
2016-07-15 17:49:35 +03:00
Benny
806c133fec
fix issue #1380 - remove ascii greeting from all serverless CLI commands except create
2016-07-15 16:26:26 +03:00
Florian Motlik
90902c8f2c
Merge pull request #1466 from mthenw/v1.0
...
fix typo
2016-07-13 19:53:29 +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
7595ae9be6
Update "available templates information" to be class wide constants
2016-07-13 09:44:43 +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
cd098cac21
Add service bound runtime functionality
2016-07-12 20:39:34 +02: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
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
eeee34fa5b
Make coreBucket name unique
2016-07-12 10:31:38 +02:00
Philipp Muens
78bea8bf85
Add keep 5 service versions in S3 bucket functionality
2016-07-08 17:10:49 +02:00
Philipp Muens
b9336acb6d
Update the awsDeploy README so that it reflects the recent changes
2016-07-07 20:10:05 +02:00
Philipp Muens
6b32fdc291
Update awsDeploy plugin to use new .zip package artifact
2016-07-07 20:10:05 +02:00
Philipp Muens
b74fa46563
Update hook order and zipping functionality
...
Update the hook order because the functions need the .zip file in their resource
definition. Furthermore the zipping process / writing it to disc was optimized.
The ".serverless" directory is also added to the "default exclude array" so that it's not
considered during packaging.
2016-07-07 20:10:05 +02:00
Philipp Muens
16679f4db8
Fix code and tests so that the package plugin works correctly
2016-07-07 20:10:05 +02:00
Philipp Muens
57982e7379
Fix wrong path to plugin file in Plugins.json
2016-07-07 20:10:05 +02:00
Philipp Muens
259c58d822
Add package plugin
2016-07-07 20:10:05 +02:00
Philipp Muens
f009940403
Add awsCompileSnsEvents plugin
2016-07-07 12:00:25 +02:00
Philipp Muens
3ff6c2e7b0
Update serverless.yaml template
2016-07-07 06:09:37 +02:00
Philipp Muens
220d814e8e
Fix linting error in tests
2016-07-04 14:48:57 +01:00
Philipp Muens
7f5aec098b
Add core S3 bucket cleanup upon deployment
2016-07-04 14:35:55 +01:00
Eslam λ Hefnawy
2cf4633d50
Merge branch 'v1.0' into better-errors
2016-07-04 18:10:29 +09:00
Eslam A. Hefnawy
7e019f6aa7
replace sls with serverless
2016-07-04 09:51:59 +01:00
Eslam A. Hefnawy
356127b830
fix linting issues
2016-07-04 09:51:59 +01:00
Eslam A. Hefnawy
6ee4b9e420
more validation and better error messages
2016-07-04 09:51:59 +01:00
Philipp Muens
dfa15aa696
Fix wrong indentation of error message
2016-07-04 09:51:38 +01:00
Philipp Muens
ecae591c38
Add provider definition to Amazon Web Services specific plugins
2016-07-04 09:51:38 +01:00
Philipp Muens
7ccdc82e09
Add provider awareness for plugins
2016-07-04 09:51:38 +01:00
Maciej Winnicki
922be82262
fix typo
2016-07-01 12:26:30 +02:00
Philipp Muens
3e8dbc921d
Update plugin READMEs
2016-06-29 20:22:55 +02:00
Philipp Muens
927d7d929f
Fix linting issue in invoke plugin
2016-06-29 14:14:54 +02:00