79 Commits

Author SHA1 Message Date
Florian Motlik
792509084f Merge pull request #2218 from localytics/template_scala_sbt
add aws-scala-sbt template for scala lambdas
2016-09-28 08:30:14 +02:00
Meaghan Harty
7211c621ed add project directory for sbt assembly and release 2016-09-27 10:50:34 -04:00
Meaghan Harty
a793014bbc add aws-scala-sbt template for scala lambdas 2016-09-26 17:30:23 -04:00
Florian Motlik
c0ebd38592 Merge pull request #2043 from sangheestyle/master
follow pep8 - Python style guide checker
2016-09-23 20:16:53 +02:00
Roger Lam
5cb7dc1734 fix linting errors 2016-09-20 11:15:35 -07:00
Roger Lam
9a5c01815e remote comments and debug statements 2016-09-20 10:56:27 -07:00
Roger Lam
65489ad34c add ability to pass custom name through options 2016-09-20 00:30:20 -07:00
Roger Lam
7ca12674a4 add additional test for when path and name are provided 2016-09-20 00:28:58 -07:00
Roger Lam
e04226e922 fix test 2016-09-19 23:40:09 -07:00
Roger Lam
87c37bbc00 Merge branch 'master' of github.com:serverless/serverless into add-name-flag-to-create 2016-09-19 23:05:12 -07:00
Eslam A. Hefnawy
4aaa589fe4 updated sls create templates with rc1 changes 2016-09-08 14:49:24 +09:00
Sanghee Kim
1fb8b0c2df follow pep8 - Python style guide checker 2016-09-06 18:11:34 -04:00
Florian Motlik
f9f212b404 WIP 2016-09-05 16:18:58 +02:00
Eslam A. Hefnawy
4d6ebd740f fixed conflicts with master 2016-08-31 16:37:58 +09:00
Eslam A. Hefnawy
5dafeee388 basic new variable system 2016-08-31 16:37:58 +09:00
Florian Motlik
f39f54c608 Merge pull request #1937 from serverless/add-path-option-to-create-plugin
Add path option to create plugin
2016-08-29 10:53:25 +02:00
rowan
b3f9cbf627 Include JSON-based example snippet. 2016-08-26 20:32:41 +10:00
rowan
0d5b82376f Include commented-out IAM statements in templates' serverless.yml. 2016-08-26 19:45:27 +10:00
Philipp Muens
b060e5e3a3 Update tests to use new createTmpDir testUtil method 2016-08-25 14:22:00 +02:00
Philipp Muens
cea2c1e284 Add functionality so that the service is renamed according to the path 2016-08-25 14:22:00 +02:00
Philipp Muens
61f3e5be34 Add corresponding documentation 2016-08-25 14:22:00 +02:00
Philipp Muens
9eb85b8bb7 Add path option to create plugin
So that one can create a service in other directories than the cwd.
2016-08-25 14:22:00 +02:00
Philipp Muens
65d420cd92 Move tmpDir generations into beforeEach hooks where appropriate 2016-08-23 19:44:34 +02:00
Philipp Muens
5fedf6a4f9 Add getTmpDir util method and refactor tests 2016-08-23 13:51:16 +02:00
Roger Lam
816ba289e5 Add failing test for name option in create 2016-08-20 00:46:54 -07:00
Philipp Muens
4937140094 Update outdated doc references 2016-08-19 07:21:52 +02:00
Nick Chisiu
16aa6581ab fix #1854 - update npm devDependencies packages (#1879)
* fix #1854 - added latest version of eslint-config-airbnb-base package

* fix #1854 - added latest npm shrinkwrap scheme

* fix #1854 - added latest npm coveralls package

* fix #1854 - added latest npm eslint package

* fix #1854 - added latest npm eslint-config-airbnb package

* fix #1854 - added latest npm eslint-plugin-import package

* fix #1854 - added latest npm eslint-plugin-jsx-a11y package

* fix #1854 - added latest npm eslint-plugin-react package

* fix #1854 - fixed estlint new-parens errors for integration test

* fix #1854 - fixed estlint new-parens errors for yaml parsers tests

* fix #1854 - fixed estlint max-len errors for util tests

* fix #1854 - disabled no-extraneous-dependencies on eslintrc for NodeJS 4 incapability on this feature

* fix #1854 - fixed eslint new-parens errors for Service tests

* fix #1854 - fixed eslint new-parens errors for Serverless tests

* fix #1854 - fixed eslint new-parens errors for plugin manager tests

* fix #1854 - fixed eslint new-parens errors for plugin tracking tests

* fix #1854 - fixed eslint new-parens errors for plugin package zipService lib

* fix #1854 - fixed eslint new-parens errors for plugin package zipService tests

* fix #1854 - fixed eslint trailing spaces errors for plugin package zipService lib

* fix #1854 - fixed eslint new-parens errors for plugin package cleanup  tests

* fix #1854 - fixed eslint new-parens errors for plugin create tests

* fix #1854 - fixed eslint dot same line expectation error on plugin aws logs index

* fix #1854 - fixed eslint operator assignment error on plugin aws logs index

* fix #1854 - fixed eslint dot location error on plugin aws invoke tests

* fix #1854 - fixed eslint new-parens error on plugin aws invoke tests

* fix #1854 - fixed eslint new-parens error on plugin aws deployFunction tests

* fix #1854 - fixed eslint new-parens error on plugin aws deploy uploadDeploymentPackage tests

* fix #1854 - fixed eslint new-parens error on plugin aws deploy updateStack tests

* fix #1854 - fixed eslint new-parens error on plugin aws deploy createStack tests

* fix #1854 - fixed eslint new-parens error on plugin aws deploy apiGateway lib deployment

* fix #1854 - fixed eslint unary typeof whitespace req error on Serverless Service class

* fix #1854 - fixed eslint unary typeof whitespace req error on Serverless Service class ( second fix )

* fix #1854 - fixed eslint no-lonely-if req error on Serverless Service class

* fix #1854 - disabled react/require-extension on eslintrc because it's deprecated

* fix #1854 - AwsCompileApigEvents #constructor() should resolve if no functions are given:
                 Error: Resolution method is overspecified. Specify a callback *or* return a Promise; not both.

* fix #1854 - createStack #postCreate() should resolve:
                 Error: Resolution method is overspecified. Specify a callback *or* return a Promise; not both.

* fix #1854 - emptyS3Bucket #deleteObjects() should resolve if objectsInBucket is empty:
                 Error: Resolution method is overspecified. Specify a callback *or* return a Promise; not both.

* fix #1854 - AwsInvoke #extendedValidate() should resolve if path is not given:
                 Error: Resolution method is overspecified. Specify a callback *or* return a Promise; not both.

* fix #1854 - #cleanup() should resolve if the .serverless directory is not present:
                 Error: Resolution method is overspecified. Specify a callback *or* return a Promise; not both.

* fix #1854 -#validate() should resolve if servicePath is given:
                Error: Resolution method is overspecified. Specify a callback *or* return a Promise; not both.

* fix #1854 -  Service #load() should resolve if no servicePath is found:
                 Error: Resolution method is overspecified. Specify a callback *or* return a Promise; not both.

* fix #1854 - added latest mocha package

* fix #1854 - added latest sinon npm package

* fix #1854 - serverless/lib/plugins/aws/deploy/tests/createStack.js 136:48  error  Missing semicolon  semi

* fix #1854 - serverless/lib/plugins/package/tests/cleanup.js 35:7  error  Missing semicolon  semi

* fix #1854 - serverless/lib/plugins/package/tests/validate.js 22:49  error  Missing semicolon  semi

* fix #1854 - added latest npm shrinkwrap

* fix #1854 - fixed no-extra-boolean-cast eslint error on aws deploy apiGateway methods

* fix #1854 - fixed  new-parens eslint error on serverless tests for Service class
2016-08-18 11:51:09 +02:00
Philipp Muens
f88c53098e Add Description property to Output example in serverless.yml files 2016-08-14 20:41:43 +02:00
Philipp Muens
d4bf0342d7 Add full custom resource merging support 2016-08-14 17:44:29 +02:00
Philipp Muens
a0f7bb20d1 Add tests to increase test coverage 2016-08-08 08:27:26 +02:00
Kevin Aud
38ce63c3e9 fixed a typo 2016-08-07 11:32:06 -04:00
Philipp Muens
c9d1453d3a Switch from .yaml to the more convenient .yml 2016-07-27 10:39:41 +02:00
Philipp Muens
13838563cb Add Node.js and Python to templates README 2016-07-26 15:09:31 +02:00
Philipp Muens
ef399cf798 Fix wrong event indentation 2016-07-26 14:49:14 +02:00
Philipp Muens
9f9da9c570 Add note to update the service name after creation 2016-07-26 14:28:02 +02:00
Florian Motlik
3cd6db1fb5 Merge pull request #1672 from serverless/license2e-add-aws-java-templates-v2
License2e add aws java templates v2
2016-07-26 14:17:02 +02:00
Florian Motlik
5902700125 Adding integration test and fixes for templates 2016-07-26 12:58:42 +02:00
Ilya Shindyapin
4939032b01 Add aws-java-maven and aws-java-gradle to the template list
Signed-off-by: Ilya Shindyapin <ilya@shindyapin.com>
2016-07-26 12:58:42 +02:00
Ilya Shindyapin
d05a17686b Add java maven and gradle templates, tests and instructions
Signed-off-by: Ilya Shindyapin <ilya@shindyapin.com>
2016-07-26 12:58:42 +02:00
Michael Wittig
5fc4d5cf49 fixed indentation
fixed indentation
2016-07-26 12:41:42 +02:00
Philipp Muens
ed6a3c5567 Fix indentation for provider config 2016-07-22 17:22:51 +02:00
Philipp Muens
3290ced8ee Remove hard service runtime dependency 2016-07-22 17:19:08 +02:00
Philipp Muens
846346e9a1 Bring back 2 level YAML indentation 2016-07-22 17:05:23 +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
Florian Motlik
90902c8f2c Merge pull request #1466 from mthenw/v1.0
fix typo
2016-07-13 19:53:29 +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
Eslam A. Hefnawy
524f65cfb9 updated integration test 2016-07-13 00:17:17 +09:00