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
Philipp Muens
a5239b66b2
Migrate S3 integration tests
2016-11-21 15:04:07 +01:00
Philipp Muens
01f5f943e7
Add tests for overwriting environment variables
2016-11-21 10:38:12 +01:00
Philipp Muens
494902ae83
Add environment variables integration test
2016-11-21 10:17:47 +01:00
Philipp Muens
96a55e529e
Remove API Keys integration tests
2016-11-18 16:31:00 +01:00
Philipp Muens
d705045786
Add cfLogs config to simple integration test
2016-11-16 17:47:57 +01:00
Eslam λ Hefnawy
7095f22b50
Merge pull request #2679 from serverless/naming-js
...
Added logical ids in centralized file
2016-11-11 18:31:24 +07:00
Philipp Muens
5a5552ab07
Fix timeout issue in simple integration test
2016-11-10 15:02:36 +01:00
Eslam A. Hefnawy
08156924d5
added tests for naming-js
2016-11-10 16:17:42 +07:00
Philipp Muens
20d9546684
Add integration tests for slashes in API Gateway paths
2016-11-08 16:19:24 +01:00
Eslam A. Hefnawy
10eec85161
added local-plugins integration test
2016-11-01 21:06:55 +07:00
Eslam A. Hefnawy
0df8cbc60e
added unit tests for invoke local
2016-10-25 19:32:39 +07:00
Philipp Muens
ef88d34520
Update integration tests to auto remove log groups
2016-10-24 17:12:55 +02:00
Nik Graf
6b88829f47
fix naming
2016-10-21 21:06:18 +02:00
Nik Graf
555aa6d103
add rollback to simple integration test
2016-10-21 14:55:42 +02:00
Nik Graf
51c27936b0
add unittests for aws rollback plugin
2016-10-21 11:37:53 +02:00
Nik Graf
76cf372d96
add unit-tests for rollback
2016-10-21 11:19:05 +02:00
Nik Graf
6f7311b5c0
move updateStack
2016-10-21 10:45:01 +02:00
Nik Graf
5dcde541b5
changed the term stacks to deployments
2016-10-19 18:40:31 +02:00
Nik Graf
a7d42e470c
moved listing stacks into a separate plugin
2016-10-19 18:28:24 +02:00
Philipp Muens
afbf7a1b20
Merge pull request #2456 from serverless/add-additional-api-gateway-tests-for-lambda-proxy-integration
...
Add additional API Gateway tests for lambda proxy integration
2016-10-19 16:34:21 +02:00
Eslam A. Hefnawy
b22b444b5e
added integration tests for overwrite resources
2016-10-19 20:48:04 +07:00
Philipp Muens
bf8f9ad98d
Add additional API Gateway tests for lambda proxy integration
2016-10-19 10:57:25 +02:00
Philipp Muens
079c4459cc
Merge pull request #2431 from serverless/preparation-for-multi-provider-support
...
Preparation for multi provider support
2016-10-19 10:00:40 +02:00
Philipp Muens
bac24fd8ab
Migrate SNS integration tests
2016-10-19 09:17:01 +02:00
Philipp Muens
c273abec68
Move AwsProvider plugin into aws directory
2016-10-19 08:32:06 +02:00
Philipp Muens
25b233137f
Move class tests into classes directory
2016-10-19 08:32:06 +02:00
Philipp Muens
c7b7472a48
Update provider properties in plugins
2016-10-19 08:32:06 +02:00
Philipp Muens
4a9dc58e18
Add string and instance powered provider check
2016-10-19 08:32:06 +02:00
Philipp Muens
a60a9b575b
Remove provider storage on PluginManager level
2016-10-19 08:32:06 +02:00
Philipp Muens
df7692ac80
Introduce AwsProvider plugin
2016-10-19 08:32:06 +02:00
Philipp Muens
bdcb704504
Update API Gateway API keys integration test
...
API keys are global. So they should be unique per test in our integration tests as they might
collide if two tests run in parallel and they both reference the same API key.
2016-10-19 06:50:54 +02:00
Philipp Muens
d6f843c46e
Update test name to start uppercased
2016-10-18 15:46:33 +02:00
Philipp Muens
964956ce7c
Migration integration tests
2016-10-18 15:04:45 +02:00
Florian Motlik
0227dcfed2
Use gradle wrapper for integration test
2016-10-17 16:25:43 +02:00
Philipp Muens
35bac66412
Fix listing issues
2016-10-12 18:25:55 -07:00
Philipp Muens
52318d4c3c
Refactor so that only one stats file is used
2016-10-12 18:25:55 -07:00
Philipp Muens
b443b2cf9d
Add SlStats functionality
2016-10-12 18:25:55 -07:00
Philipp Muens
05ec3e8092
Update handler files for better onboarding
2016-10-11 20:21:13 -07:00
Philipp Muens
baa9f6da95
Revert tracking information
2016-10-11 20:13:35 -07:00
Philipp Muens
27abe33296
Print note about tracking
2016-10-11 15:36:48 +02:00
Florian Motlik
f17d272021
Fix integration tests mkdir
2016-10-11 14:07:28 +02:00
Philipp Muens
b363e51fa5
Add tests for tracking functionality
2016-10-09 17:05:52 -07:00
Florian Motlik
5e61aa53c0
Merge pull request #2250 from serverless/add-aws-compile-stream-events-plugin
...
Add AwsCompileStreamEvents plugin
2016-10-07 19:34:28 +02:00
Philipp Muens
d8859bf157
Update code so that the stream event source is service independent
...
This way both, DynamoDB and Kinesis streams can be used with the help of the
"stream" event rather than two different event types ("dynamodb" and "kinesis").
2016-10-07 08:43:39 -07:00
Philipp Muens
4ade196d9f
Add AwsCompileDynamoDbEvents plugin
2016-10-07 08:43:39 -07:00
Philipp Muens
415e80be4e
Rebase / refactor current implementation
2016-10-05 12:53:14 -07:00
ac360
1d930bbfa5
add test in all.js
2016-10-05 12:53:14 -07:00
Doug Moscrop
234daa84a6
fix PluginManager tests were not returning promises
2016-10-04 13:39:53 -04:00