1211 Commits

Author SHA1 Message Date
Mariusz Nowak
639572a014
docs: Improve tests documentation 2020-07-28 11:29:16 +02:00
Mariusz Nowak
c872c143ba refactor: Seclude generic version artifacts handlers 2020-07-27 11:42:02 +02:00
Mariusz Nowak
c0c000ef6a
test: Validate fixture.extend args 2020-07-21 12:27:57 +02:00
Mariusz Nowak
b7fbad92a3
test(AWS S3): Reconfigure to rely on more reliable CloudWatch logs resolution 2020-07-16 11:16:14 +02:00
Mariusz Nowak
17e5bf771d refactor: Improve var naming 2020-07-15 15:23:54 +02:00
Mariusz Nowak
e437df8c6f
test(AWS Stream): Increase log confirmation timeout 2020-07-13 13:51:06 +02:00
Mariusz Nowak
e648fea950
refactor: Improve setting readability 2020-07-13 13:46:11 +02:00
Mariusz Nowak
fdaaacd412
test: Throw when events in question are not found 2020-07-13 13:44:53 +02:00
Mariusz Nowak
4aa24088f8
test(AWS Stream): Improve reliabiity of tests
To avoid race condition as observed here: https://github.com/serverless/serverless/runs/858566550
2020-07-13 11:56:16 +02:00
Mariusz Nowak
3ffa549183 fix(CLI): Ensure to show help and version in context of invalid service 2020-07-10 17:35:23 +02:00
Mariusz Nowak
d9b9b92a1b test: Rewrite Service.test.js so it relies on runServeless 2020-07-10 17:35:23 +02:00
Mariusz Nowak
9a128bd260
test(AWS SNS): Refactor to rely on better CloudWatch resolution util 2020-07-09 16:22:47 +02:00
Mariusz Nowak
a2e6b9a89d
test(AWS SQS): Refactor to rely on better CloudWatch resolution util 2020-07-09 16:14:55 +02:00
Mariusz Nowak
b846e32ad1
test: Ensure to timeout waitForFunctionLogs logic
To avoid infiite polling (as observed here: https://github.com/serverless/serverless/runs/844776662)
2020-07-09 16:14:50 +02:00
Mariusz Nowak
126499453b
docs: Improve PR invitation note in tests doc 2020-07-08 14:23:53 +02:00
Ben Arena
56b335f999
feat(AWS API Gateway): Support integration mapping of request headers
(PR #7897)
2020-07-06 12:35:19 +02:00
Mariusz Nowak
1f522b05f0 docs: Indicate tests are run with Mocha 2020-07-03 14:54:15 +02:00
Mariusz Nowak
ce376e96b0
docs: Improve documentation on tests 2020-07-03 09:00:07 +02:00
Mariusz Nowak
94ff3b22ab
test: Ensure to cleanup left over cognito pools 2020-07-01 12:33:35 +02:00
Mariusz Nowak
d43a95f202
test(AWS HTTP API): Do not name output to avoid collisions 2020-07-01 12:26:50 +02:00
Mariusz Nowak
23d36f9e27
test: Optimize resources resolution in cleanup 2020-07-01 12:22:01 +02:00
Mariusz Nowak
656376fb90
test: Do not attempt to remove not created service 2020-07-01 12:02:41 +02:00
Mariusz Nowak
507fb3b32f
test: Ensure to not cleanup on test fail 2020-07-01 11:17:38 +02:00
Mariusz Nowak
746e03f011
test: Do not remove service on fail 2020-06-19 13:39:55 +02:00
Jonne Deprez
9dad77ce1b
fix(AWS HTTP API): Respect logRetentionInDays setting (#7856) 2020-06-19 11:54:06 +02:00
Mariusz Nowak
93091c811c test: customProvider fixture 2020-06-16 10:59:59 +02:00
Chris Villanueva
003696260c
refactor: Replace _.find with array.find (#7782) 2020-06-02 09:43:56 +02:00
Bryan Hunter
4db8b630a2
feat: Support serverless.ts as configuration input (#7755) 2020-06-01 10:43:41 +02:00
Mariusz Nowak
dd902e8bc5 test: Reliable reproduction test for #7753 2020-05-21 17:00:15 +02:00
Mariusz Nowak
2ebb46a2f4
style: Fix lint issues 2020-05-15 16:40:19 +02:00
Ahmad Mahmoud Mohammad
d8222fa0dc
fix(AWS IAM): Remove iamRoleLambdaExecution from DependsOn (#7722) 2020-05-14 15:48:06 +02:00
Kenan Christian Dimas
c106d53638
refactor: Upgrade 'fs-extra' to v8 (#7719) 2020-05-13 16:16:17 +02:00
Mariusz Nowak
a15287240d test(AWS HTTP API): Bring back testing logs
As issue on AWS side was fixed
2020-05-13 14:29:38 +02:00
Ahmad Mahmoud Mohammad
a1472ba6f0
fix(AWS CloudFront): Ensure lambda edge has no vpc or env (#7721) 2020-05-13 13:21:31 +02:00
Ahmad Mahmoud Mohammad
3144be82d1
feat(AWS Lambda): Support disableLogs setting for functions (#7720) 2020-05-13 13:14:02 +02:00
Mariusz Nowak
d43af5d3ea
test: Configure plain 'function' fixture 2020-05-12 16:42:08 +02:00
Mariusz Nowak
9c2becd85f
test: Fix node-fetch customization after it's upgrade to v2 2020-05-07 15:54:48 +02:00
Mariusz Nowak
2ad7bd3664
test: Temporary debug patch for randomly failing test 2020-05-06 12:02:12 +02:00
Mariusz Nowak
654d1f3ad6 docs: Configure new contribution guidelines 2020-05-06 11:10:51 +02:00
Mariusz Nowak
4e2983b843
test(AWS Websocket): Temporary handling of eventually failing test
It's to improve debugging means
2020-04-28 09:46:13 +02:00
Mariusz Nowak
99db4029af
test(AWS Websocket): Stop sending messages on error 2020-04-27 16:45:54 +02:00
Bhuser
57fec3f3d0
fix(AWS API Gateway): Fix origin wildcard handling with cors: true
(PR #7482)
2020-04-27 15:16:54 +02:00
Mariusz Nowak
c6974a63c8 test(AWS Websocket): Resend messsage if reception was not confirmed 2020-04-24 12:14:55 +02:00
Mariusz Nowak
61163b9ec7
test(AWS HTTP API): Temporarily skip log generation test
Currently it fails due to permissions issue in scope of our testing account. Once that's resolved we should bring this test back
2020-04-24 11:55:34 +02:00
Mariusz Nowak
ee290018bb
test(AWS Lambda): Fix async flow of destinations integration test
Issue expose by CI fail: https://travis-ci.org/github/serverless/serverless/jobs/664626776
2020-03-20 12:07:31 +13:00
DougHamil
2d25e678cb
feat(AWS Websocket): routeResponseSelectionExpression setting (#7233)
Fixes #6130
2020-03-16 22:00:44 +13:00
Mariusz Nowak
8ed6a6e7d7 feat(AWS Lambda): Support destinations configuration 2020-03-07 11:00:35 +13:00
Mariusz Nowak
df9846d9af feat(AWS HTTP API): Support timeout configuration 2020-02-28 11:26:44 +13:00
Mariusz Nowak
f47b340e4f feat(AWS HTTP API): Support attachment to externally created API 2020-02-27 09:34:28 +13:00
Mariusz Nowak
f2cb89a3ca feat(AWS HTTP API): Support access logs configuration 2020-02-26 13:20:58 +13:00