Philipp Muens
5a0aeb708b
Add Docker image and tests
2017-09-20 09:36:06 +02:00
Rafal Wilinski
3a27890bb3
Rename template to aws-kotlin-nodejs-gradle
2017-09-15 10:53:12 +02:00
Rafal Wilinski
3d1dbd97bd
Add template tests
2017-09-13 10:32:26 +02:00
Philipp Muens
e394713d7c
Add tests for test directory
2017-09-08 12:40:12 +02:00
Rafal Wilinski
4f4eb91c9e
Add aws-kotlin-jvm-maven tests & docs
2017-09-07 14:29:39 +02:00
Philipp Muens
bc6b0f61a1
Hardening create tests
2017-09-05 10:51:30 +02:00
Philipp Muens
57e7cea2a9
Merge pull request #4127 from guyklainer/master
...
Add support in Spotinst Functions
2017-08-28 13:26:11 +02:00
Philipp Muens
b268d1004c
Add tests for template creation
2017-08-28 13:14:36 +02:00
James Thomas
a287c99559
Adding PHP runtime support for OpenWhisk provider.
...
Updated documentation to demonstrate PHP support in OpenWhisk.
Added new PHP template to create plugin.
2017-08-25 16:29:28 +01:00
Philipp Muens
89661c02c9
Merge master into PR
2017-08-21 15:01:26 +02:00
Philipp Muens
49c89ecb3e
Merge remote-tracking branch 'origin/master' into aws-nodejs-typescript
2017-08-21 14:55:48 +02:00
Philipp Muens
cb1882d273
Merge pull request #4056 from franciscocpg/aws-nodejs-ecma-script
...
Adding aws-nodejs-ecma-script template
2017-08-21 14:52:48 +02:00
Francisco Guimarães
0eb1cbccfb
Adding aws-nodejs-typescript template
2017-08-08 08:11:52 -03:00
Francisco Guimarães
b2fbfb720d
Adding aws-nodejs-ecma-script template
2017-08-08 07:09:21 -03:00
Sebastien Goasguen
dc46b89664
Add Python and Node.js templates for Kubeless provider
2017-07-23 09:31:39 +02:00
Stuart Lang
bf80fc9288
Update libraries and match csharp changes
2017-06-24 17:54:58 +01:00
Stuart Lang
c18a071918
Update to latest tooling
2017-06-24 16:29:13 +01:00
Stuart Lang
79a002434e
Added test for aws-fsharp
2017-06-24 16:21:28 +01:00
Stuart Lang
d419c580c0
Add global.json
2017-06-18 16:53:20 +01:00
Stuart Lang
729ec7da2f
Updated csharp to latest tooling
2017-06-16 08:53:19 +01:00
Philipp Muens
50be33dc14
Add Google Node.js service template and update docs
2017-05-17 11:05:32 +02:00
Philipp Muens
5c9a607987
Improve create plugin tests
2017-05-03 12:31:28 +02:00
Philipp Muens
d4a4098e64
Add plugin template scaffolding test
2017-05-03 10:45:15 +02:00
Philipp Muens
e36f9b5c90
Merge pull request #3445 from serverless/hello-world-template
...
add hello-world template
2017-05-03 10:38:55 +02:00
Philipp Muens
8e8aaa8992
Add tests for template creation
2017-05-03 10:25:53 +02:00
Philipp Muens
977c4bf4ac
Update missing python3 references
2017-04-19 10:06:08 +02:00
James Thomas
cf2e9f1708
Adding new OpenWhisk runtime templates.
2017-04-11 14:39:50 +01:00
Philipp Muens
8d348da0ce
Merge master into PR
2017-03-23 12:29:07 +01:00
Rowell Belen
7e5378db8f
Feedback Updates
2017-03-14 22:23:28 -06:00
Jonathan Carter
744e87bc27
Adding test
2017-03-06 15:44:16 -08:00
Doug Moscrop
1012c351b7
add sinon-bluebird to make promises in tests a bit cleaner
2017-02-08 12:59:18 -05:00
James Thomas
2774f8d327
Adding OpenWhisk NodeJS template to create plugin.
...
Modified create plugin to support this provider template.
Added templates files under the templates folder.
Included tests to verify this works.
2017-01-23 13:44:38 +00:00
Vlad Golubev
0420a9c55b
Add test: should create a service in the directory if using the "path" option with digits
2017-01-06 16:35:10 +02:00
Eslam λ Hefnawy
c8439dc95f
Merge pull request #3048 from serverless/create-error-on-overwrite
...
Create error on overwrite
2017-01-03 19:38:50 +07:00
Philipp Muens
3e6ee85a96
Fix failing tests
2017-01-03 12:50:27 +01:00
Maciej Winnicki
30368bdf14
Merge pull request #2971 from bbilger/master
...
update aws-java-gradle and aws-java-maven templates
2017-01-02 13:05:58 +01:00
Philipp Muens
0057164a80
Merge branch 'master' into create-error-on-overwrite
2017-01-02 12:53:33 +01:00
Maciej Winnicki
a20cfbed15
Merge pull request #3019 from FLGMwt/csharp-powershell-build-script
...
add build.ps1 and update tests&docs
2016-12-28 14:08:47 +01:00
Ryan Stelly
d2eb4c62cb
add uild.ps1 and update tests&docs
2016-12-23 12:03:20 -06:00
Philipp Muens
4c24b25876
Add check for preexistent service directory
2016-12-23 11:02:09 +01:00
Aysar Khalid
dd4ee9381e
added validation on sls create on file overwrite
2016-12-18 17:23:29 -08:00
bbilger
8277d68aa9
update aws-java-gradle and aws-java-maven templates
...
- update the Java templates to work with lambda proxy integration
out-of-the-box
- use "Map<String, Object>" as input type for greater flexibility
- update gradle wrapper from 3.1 to 3.2.1
- configure gradle and maven to use Java 1.8
- change the package from "hello" to "com.serverless" and adjust
serverless.yml accordingly
- configure logging (log4j)
- adjust tests
- git-ignore some Eclipse specific files
2016-12-18 21:59:49 +01:00
Jim Pelletier
7f46bbfa88
add unit test for create csharp
2016-12-06 20:38:14 +11:00
Philipp Muens
2dbfa37449
Cleanup after event.json removal
2016-11-24 20:08:04 +01:00
Philipp Muens
8aad2372eb
Refactor test structure
...
So that all tests follow the *.test.js pattern and globs are used to find test files.
2016-11-22 12:49:26 +01:00