|
9 | 9 | defaultValue: 'atest' |
10 | 10 | - key: historyLimit |
11 | 11 | description: 'Set the limit of the history record count' |
| 12 | + categories: |
| 13 | + - store |
| 14 | + - database |
12 | 15 | link: https://github.com/LinuxSuRen/atest-ext-store-orm |
13 | 16 | dependencies: |
14 | 17 | - name: atest-store-database |
15 | 18 | - name: atest-store-database |
16 | 19 | dependencies: |
17 | 20 | - name: atest-store-database |
| 21 | + categories: |
| 22 | + - ui |
18 | 23 | link: https://github.com/LinuxSuRen/atest-ext-store-database |
19 | 24 | - name: atest-store-cassandra |
20 | 25 | dependencies: |
21 | 26 | - name: atest-store-database |
| 27 | + categories: |
| 28 | + - database |
22 | 29 | link: 'https://github.com/LinuxSuRen/atest-ext-store-cassandra' |
23 | 30 | - name: atest-store-iotdb |
24 | 31 | dependencies: |
25 | 32 | - name: atest-store-database |
| 33 | + categories: |
| 34 | + - database |
26 | 35 | link: 'https://github.com/LinuxSuRen/atest-ext-store-iotdb' |
27 | 36 | - name: atest-store-etcd |
28 | 37 | dependencies: |
29 | 38 | - name: atest-store-database |
| 39 | + categories: |
| 40 | + - database |
30 | 41 | link: 'https://github.com/LinuxSuRen/atest-ext-store-etcd' |
31 | 42 | - name: atest-store-redis |
32 | 43 | dependencies: |
33 | 44 | - name: atest-store-database |
| 45 | + categories: |
| 46 | + - database |
34 | 47 | link: 'https://github.com/LinuxSuRen/atest-ext-store-redis' |
35 | 48 | - name: atest-store-elasticsearch |
36 | 49 | dependencies: |
37 | 50 | - name: atest-store-database |
| 51 | + categories: |
| 52 | + - database |
38 | 53 | link: 'https://github.com/LinuxSuRen/atest-ext-store-elasticsearch' |
39 | 54 | - name: atest-store-opengemini |
40 | 55 | dependencies: |
41 | 56 | - name: atest-store-database |
| 57 | + categories: |
| 58 | + - database |
42 | 59 | link: 'https://github.com/LinuxSuRen/atest-ext-store-opengemini' |
43 | 60 | - name: atest-store-mongodb |
44 | 61 | params: |
45 | 62 | - key: collection |
46 | 63 | - key: database |
47 | 64 | defaultValue: 'atest' |
| 65 | + categories: |
| 66 | + - database |
48 | 67 | dependencies: |
49 | 68 | - name: atest-store-database |
50 | 69 | link: 'https://github.com/LinuxSuRen/atest-ext-store-mongodb' |
|
58 | 77 | description: 'See also: git config --local user.email [email protected]' |
59 | 78 | - key: name |
60 | 79 | description: 'See also: git config --local user.name xxx' |
| 80 | + categories: |
| 81 | + - store |
61 | 82 | link: 'https://github.com/LinuxSuRen/atest-ext-store-git' |
62 | 83 | - name: atest-store-s3 |
63 | 84 | params: |
|
68 | 89 | - key: disablessl |
69 | 90 | - key: forcepathstyle |
70 | 91 | - key: bucket |
| 92 | + categories: |
| 93 | + - store |
71 | 94 | link: 'https://github.com/LinuxSuRen/atest-ext-store-s3' |
0 commit comments