Skip to content

Commit f4d9a55

Browse files
committed
add extension categories
1 parent a31a862 commit f4d9a55

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

data/core/extension.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,42 +9,61 @@ items:
99
defaultValue: 'atest'
1010
- key: historyLimit
1111
description: 'Set the limit of the history record count'
12+
categories:
13+
- store
14+
- database
1215
link: https://github.com/LinuxSuRen/atest-ext-store-orm
1316
dependencies:
1417
- name: atest-store-database
1518
- name: atest-store-database
1619
dependencies:
1720
- name: atest-store-database
21+
categories:
22+
- ui
1823
link: https://github.com/LinuxSuRen/atest-ext-store-database
1924
- name: atest-store-cassandra
2025
dependencies:
2126
- name: atest-store-database
27+
categories:
28+
- database
2229
link: 'https://github.com/LinuxSuRen/atest-ext-store-cassandra'
2330
- name: atest-store-iotdb
2431
dependencies:
2532
- name: atest-store-database
33+
categories:
34+
- database
2635
link: 'https://github.com/LinuxSuRen/atest-ext-store-iotdb'
2736
- name: atest-store-etcd
2837
dependencies:
2938
- name: atest-store-database
39+
categories:
40+
- database
3041
link: 'https://github.com/LinuxSuRen/atest-ext-store-etcd'
3142
- name: atest-store-redis
3243
dependencies:
3344
- name: atest-store-database
45+
categories:
46+
- database
3447
link: 'https://github.com/LinuxSuRen/atest-ext-store-redis'
3548
- name: atest-store-elasticsearch
3649
dependencies:
3750
- name: atest-store-database
51+
categories:
52+
- database
3853
link: 'https://github.com/LinuxSuRen/atest-ext-store-elasticsearch'
3954
- name: atest-store-opengemini
4055
dependencies:
4156
- name: atest-store-database
57+
categories:
58+
- database
4259
link: 'https://github.com/LinuxSuRen/atest-ext-store-opengemini'
4360
- name: atest-store-mongodb
4461
params:
4562
- key: collection
4663
- key: database
4764
defaultValue: 'atest'
65+
categories:
66+
- database
4867
dependencies:
4968
- name: atest-store-database
5069
link: 'https://github.com/LinuxSuRen/atest-ext-store-mongodb'
@@ -58,6 +77,8 @@ items:
5877
description: 'See also: git config --local user.email [email protected]'
5978
- key: name
6079
description: 'See also: git config --local user.name xxx'
80+
categories:
81+
- store
6182
link: 'https://github.com/LinuxSuRen/atest-ext-store-git'
6283
- name: atest-store-s3
6384
params:
@@ -68,4 +89,6 @@ items:
6889
- key: disablessl
6990
- key: forcepathstyle
7091
- key: bucket
92+
categories:
93+
- store
7194
link: 'https://github.com/LinuxSuRen/atest-ext-store-s3'

0 commit comments

Comments
 (0)