97 Commits

Author SHA1 Message Date
Alex Eftimie
9d715297aa Minor typo: no need for a semicolon 2016-10-21 13:31:09 +02:00
Nik Graf
9611150416 replace ... with ellipsis character in lib 2016-10-19 06:31:55 +02:00
Florian Motlik
ef59656d25 Merge pull request #2430 from tobyhede/fix/2428-remove-log-on-name
Don’t show log message if service name exists
2016-10-18 11:40:19 +02:00
Toby Hede
16185f7c09 Don’t show log message if service name exists 2016-10-18 20:35:22 +11:00
Huang YunKun
e714083547 Add support for gradle wrapper 2016-10-17 16:21:27 +02:00
horike37
a1b72ef217 Some stuff add .gitignore 2016-10-15 10:09:32 +09:00
horike37
49fc0d98f2 Add .gitignore file in every template 2016-10-14 18:52:13 +09:00
Florian Motlik
11fbfc77d9 Merge pull request #2322 from serverless/remove-outdated-readme-md-files
Closes #2292 - Remove outdated README.md files
2016-10-12 15:23:08 +02:00
Maciej Winnicki
fb0887f759
standardize commands decription 2016-10-12 08:44:29 +02:00
Philipp Muens
a7a04eb6f6 Closes #2292 - Remove outdated README.md files 2016-10-11 20:21:27 -07:00
Philipp Muens
05ec3e8092 Update handler files for better onboarding 2016-10-11 20:21:13 -07:00
Philipp Muens
b6f60b6155 Add stream example to all serverless.yml files 2016-10-07 08:59:36 -07:00
Philipp Muens
3cc2fb7f30 Update serverless.yml files with a note about necessary handler changes 2016-10-06 13:18:10 -07:00
Philipp Muens
0991e4748a Update handler files for Node.js and Python 2016-10-06 13:11:07 -07:00
Philipp Muens
60aff96d3a Update aws-python handler file 2016-10-05 14:58:38 -07:00
Philipp Muens
7e2058e68e Update aws-nodejs handler file 2016-10-05 14:57:53 -07:00
Philipp Muens
9ebf296762 Merge pull request #2194 from craftship/globs-exclude
Use Globs to Exclude Files
2016-10-03 15:09:46 -07:00
Jon Sharratt
afa64a1423 remove include property from yml templates 2016-10-01 11:11:36 +01:00
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