|
| 1 | +items: |
| 2 | + - name: atest-store-orm |
| 3 | + params: |
| 4 | + - key: driver |
| 5 | + defaultValue: mysql |
| 6 | + enum: ['mysql', 'postgres', 'sqlite'] |
| 7 | + description: 'Supported: mysql, postgres, sqlite, tdengine' |
| 8 | + - key: database |
| 9 | + defaultValue: 'atest' |
| 10 | + - key: historyLimit |
| 11 | + description: 'Set the limit of the history record count' |
| 12 | + link: https://github.com/LinuxSuRen/atest-ext-store-orm |
| 13 | + dependencies: |
| 14 | + - name: atest-store-database |
| 15 | + - name: atest-store-database |
| 16 | + dependencies: |
| 17 | + - name: atest-store-database |
| 18 | + link: https://github.com/LinuxSuRen/atest-ext-store-database |
| 19 | + - name: atest-store-cassandra |
| 20 | + dependencies: |
| 21 | + - name: atest-store-database |
| 22 | + link: 'https://github.com/LinuxSuRen/atest-ext-store-cassandra' |
| 23 | + - name: atest-store-iotdb |
| 24 | + dependencies: |
| 25 | + - name: atest-store-database |
| 26 | + link: 'https://github.com/LinuxSuRen/atest-ext-store-iotdb' |
| 27 | + - name: atest-store-etcd |
| 28 | + dependencies: |
| 29 | + - name: atest-store-database |
| 30 | + link: 'https://github.com/LinuxSuRen/atest-ext-store-etcd' |
| 31 | + - name: atest-store-redis |
| 32 | + dependencies: |
| 33 | + - name: atest-store-database |
| 34 | + link: 'https://github.com/LinuxSuRen/atest-ext-store-redis' |
| 35 | + - name: atest-store-elasticsearch |
| 36 | + dependencies: |
| 37 | + - name: atest-store-database |
| 38 | + link: 'https://github.com/LinuxSuRen/atest-ext-store-elasticsearch' |
| 39 | + - name: atest-store-opengemini |
| 40 | + dependencies: |
| 41 | + - name: atest-store-database |
| 42 | + link: 'https://github.com/LinuxSuRen/atest-ext-store-opengemini' |
| 43 | + - name: atest-store-mongodb |
| 44 | + params: |
| 45 | + - key: collection |
| 46 | + - key: database |
| 47 | + defaultValue: 'atest' |
| 48 | + dependencies: |
| 49 | + - name: atest-store-database |
| 50 | + link: 'https://github.com/LinuxSuRen/atest-ext-store-mongodb' |
| 51 | + - name: atest-store-git |
| 52 | + params: |
| 53 | + - key: insecure |
| 54 | + - key: timeout |
| 55 | + - key: targetpath |
| 56 | + - key: branch |
| 57 | + - key: email |
| 58 | + description: 'See also: git config --local user.email [email protected]' |
| 59 | + - key: name |
| 60 | + description: 'See also: git config --local user.name xxx' |
| 61 | + link: 'https://github.com/LinuxSuRen/atest-ext-store-git' |
| 62 | + - name: atest-store-s3 |
| 63 | + params: |
| 64 | + - key: accesskeyid |
| 65 | + - key: secretaccesskey |
| 66 | + - key: sessiontoken |
| 67 | + - key: region |
| 68 | + - key: disablessl |
| 69 | + - key: forcepathstyle |
| 70 | + - key: bucket |
| 71 | + link: 'https://github.com/LinuxSuRen/atest-ext-store-s3' |
0 commit comments