This repository has been archived by the owner on Jun 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
.tav.yml
70 lines (70 loc) · 2.27 KB
/
.tav.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
generic-pool:
versions: ^2.0.0 || ^3.1.0
commands: node test/instrumentation/modules/generic-pool.js
mysql:
versions: ^2.0.0
commands:
- node test/instrumentation/modules/mysql/mysql.js
- node test/instrumentation/modules/mysql/pool-release-1.js
redis:
versions: ^2.0.0
commands: node test/instrumentation/modules/redis.js
ioredis:
versions: '>=2 <3.1.3 || >3.1.3 <4' # v3.1.3 is broken in older versions of Node because of https://github.com/luin/ioredis/commit/d5867f7c7f03a770a8c0ca5680fdcbfcaf8488e7
commands: node test/instrumentation/modules/ioredis.js
pg:
versions: '>=4 <8'
peerDependencies:
- bluebird@^3.0.0
- knex@^0.13.0
commands:
- node test/instrumentation/modules/pg/pg.js
- node test/instrumentation/modules/pg/knex.js
bluebird:
versions: '>=2 <4'
commands:
- node test/instrumentation/modules/bluebird/bluebird.js
- node test/instrumentation/modules/bluebird/cancel.js
knex:
versions: ^0.14.0 || ^0.13.0 || ^0.12.5 || <0.12.4 >0.11.6 || <0.11.6 >0.9.0
commands: node test/instrumentation/modules/pg/knex.js
ws:
versions: '>=1 <5'
commands: node test/instrumentation/modules/ws.js
graphql:
node: '>=1.0.0'
preinstall: rm -fr node_modules/express-graphql
versions: '>=0.7.0 <0.11.0 || >=0.11.1 <0.13.0'
commands: node test/instrumentation/modules/graphql.js
express-graphql-1:
name: express-graphql
node: '>=1.0.0'
peerDependencies: graphql@^0.8.2
versions: '0.6.1'
commands: node test/instrumentation/modules/express-graphql.js
express-graphql-2:
name: express-graphql
node: '>=1.0.0'
peerDependencies: graphql@^0.9.0
versions: '>=0.6.2 <0.6.6'
commands: node test/instrumentation/modules/express-graphql.js
express-graphql-3:
name: express-graphql
node: '>=1.0.0'
peerDependencies: graphql@^0.10.0
versions: '^0.6.6'
commands: node test/instrumentation/modules/express-graphql.js
express-graphql-4:
name: express-graphql
node: '>=1.0.0'
peerDependencies: graphql@^0.11.0
versions: '^0.6.8'
commands: node test/instrumentation/modules/express-graphql.js
koa-router:
node: '>=6.0.0'
peerDependencies: koa@2
versions: '>=5.2.0 <8'
commands: node test/instrumentation/modules/koa-router/index.js
hapi:
versions: '>=9.0.1 <17.0.0'
commands: node test/instrumentation/modules/hapi.js