This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
forked from matrixorigin/matrixone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
177 lines (140 loc) · 3.81 KB
/
CODEOWNERS
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
# default owner for stuff that is not explicitly set for ownership
# for triage only
# github and CI related stuff
.github @sukki37
.github/actions @sukki37
.github/workflow @sukki37
# files under the top level directory
/*.yml @sukki37
/*.yaml @sukki37
/.gitignore @sukki37
/.dockerignore @sukki37
/Makefile @zhangxu19830126
/README.md @dengn
/README_CN.md @dengn
/LICENSE @fengttt
/CODEOWNERS @fengttt
/CODE_OF_CONDUCT.md @fengttt
/go.mod @zhangxu19830126
/go.sum @zhangxu19830126
# top level folders
/cgo @aunjgr
/docs @fengttt
/etc @zhangxu19830126
/optools @sukki37
/pkg @sukki37
/proto @zhangxu19830126
/cmd @daviszhen @zhangxu19830126
/test @aressu1985 @heni02
# cmd
/cmd/mo-service @zhangxu19830126
/pkg/backup @daviszhen @LeftHandCold @qingxinhome
# subdirectory of pkg
# pkg/catalog
/pkg/catalog @nnsgmsone @XuPeng-SH
# pkg/cnservice
/pkg/cnservice @nnsgmsone @reusee @daviszhen
# pkg/common
/pkg/common @zhangxu19830126
/pkg/common/mpool @nnsgmsone
/pkg/common/async @zhangxu19830126
/pkg/common/bitmap @nnsgmsone
/pkg/common/hashmap @nnsgmsone
/pkg/common/moerror @xzxiong
/pkg/common/morpc @zhangxu19830126
/pkg/common/moprobe @fengttt
/pkg/common/stopper @zhangxu19830126
/pkg/common/runtime @zhangxu19830126
/pkg/common/log @zhangxu19830126
/pkg/common/reuse @zhangxu19830126
# pkg/compare
/pkg/compare @nnsgmsone
# pkg/compress
/pkg/compress @nnsgmsone
# pkg/config
/pkg/config @daviszhen
# pkg/container
/pkg/container @nnsgmsone @XuPeng-SH
/pkg/container/vector @aunjgr
# pkg/defines
/pkg/defines @daviszhen
# pkg/tnservice
/pkg/tnservice @zhangxu19830126
# pkg/fileservice
/pkg/fileservice @reusee
# pkg/frontend @daviszhen
/pkg/frontend @daviszhen @qingxinhome
# pkg/hakeeper
/pkg/hakeeper @zhangxu19830126 @w-zr
# pkg/incrservice
/pkg/incrservice @zhangxu19830126
# pkg/lockservice
/pkg/lockservice @zhangxu19830126
# pkg/logservice
/pkg/logservice @zhangxu19830126
# pkg/logutil
/pkg/logutil @daviszhen
# pkg/objectio
/pkg/objectio @LeftHandCold
# pkg/partition
/pkg/partition @nnsgmsone
# folders under pkg/pb contain code generated by pb, owners will be responsible
# for compatibility issues required for rolling upgrade.
/pkg/pb @zhangxu19830126
/pkg/pb/logservice @zhangxu19830126
/pkg/pb/metadata @zhangxu19830126
/pkg/pb/metric @aptend
/pkg/pb/pipeline @nnsgmsone
/pkg/pb/plan @nnsgmsone @aunjgr
/pkg/pb/timestamp @zhangxu19830126
/pkg/pb/txn @zhangxu19830126
# pkg/perfcounter
/pkg/perfcounter @reusee
# pkg/sort
/pkg/sort @nnsgmsone
# pkg/sql
/pkg/sql @nnsgmsone @aunjgr
/pkg/sql/colexec @m-schen
/pkg/sql/compile @nnsgmsone
/pkg/sql/parsers @iamlinjunhong
/pkg/sql/plan @ouyuanning @aunjgr @badboynt1
/pkg/sql/plan/function @m-schen
# pkg/taskservice
/pkg/taskservice @zhangxu19830126
# pkg/tests
/pkg/tests @zhangxu19830126
/pkg/tests/service @zhangxu19830126
/pkg/tests/txn @zhangxu19830126
# pkg/testutil
/pkg/testutil @nnsgmsone
# pkg/txn
/pkg/txn @zhangxu19830126
/pkg/txn/storage/memorystorage @reusee
# pkg/util
/pkg/util @zhangxu19830126
/pkg/util/internalExecutor @aptend
/pkg/util/metric @aptend
/pkg/util/toml @zhangxu19830126
/pkg/util/trace @xzxiong
/pkg/util/export @xzxiong
/pkg/util/metric/v2 @zhangxu19830126
# pkg/vectorize
/pkg/vectorize @aunjgr
# engines and engine related stuff
/pkg/vm @nnsgmsone @XuPeng-SH
/pkg/vm/engine @nnsgmsone
/pkg/vm/engine/disttae @nnsgmsone @XuPeng-SH @triump2020
/pkg/vm/engine/disttae/logtailreplay @reusee
/pkg/vm/engine/tae @XuPeng-SH
/pkg/vm/engine/memoryengine @reusee
# proxy
/pkg/proxy @zhangxu19830126 @volgariver6
# /proto contains pb definitions, owners will be responsible
# for compatibility issues required for rolling upgrade.
/proto/logservice.proto @zhangxu19830126
/proto/metadata.proto @zhangxu19830126
/proto/metric.proto @aptend
/proto/pipeline.proto @nnsgmsone
/proto/plan.proto @nnsgmsone
/proto/timestamp.proto @zhangxu19830126
/proto/txn.proto @zhangxu19830126