-
Notifications
You must be signed in to change notification settings - Fork 55
/
CODEOWNERS
Validating CODEOWNERS rules...
137 lines (120 loc) · 7.79 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
# ODC code owners, refer to https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# These owners will be the default owners for everything in the repo.
* @yhilmare @yizhouxw
# libs
/libs/db-browser/ @yhilmare @PeachThinking
/libs/ob-sql-parser/ @yhilmare @PeachThinking
# 3rd-party
/server/3rd-party/ @MarkPotato777 @yhilmare
# common
/server/odc-common/ @yhilmare @yizhouxw
# migrate
/server/odc-migrate/ @MarkPotato777 @yhilmare
# core
/server/odc-core/ @yhilmare @yizhouxw
/server/odc-core/**/alarm/ @LuckyPickleZZ
/server/odc-core/**/authority/ @yhilmare
/server/odc-core/**/datamasking/ @LuckyPickleZZ
/server/odc-core/**/datasource/ @yhilmare
/server/odc-core/**/flow/ @yhilmare
/server/odc-core/**/alarm/ @LuckyPickleZZ @yizhouxw
/server/odc-core/**/authority/ @yhilmare @yizhouxw
/server/odc-core/**/datamasking/ @LuckyPickleZZ @yhilmare
/server/odc-core/**/datasource/ @yhilmare @yizhouxw
/server/odc-core/**/flow/ @yhilmare @yizhouxw
/server/odc-core/**/migrate/ @yhilmare @yizhouxw
/server/odc-core/**/session/ @yhilmare @yizhouxw
/server/odc-core/**/shared/ @yhilmare @yizhouxw
/server/odc-core/**/sql/ @yhilmare @LuckyPickleZZ
/server/odc-core/**/task/ @yhilmare @yizhouxw @guowl3
# service common
/server/odc-service/ @yhilmare @yizhouxw
/server/odc-service/**/config/ @yhilmare @yizhouxw
/server/odc-service/**/metadb/ @yhilmare @yizhouxw
/server/odc-service/**/service/common/ @yhilmare @MarkPotato777
# service business
/server/odc-service/**/service/audit/ @MarkPotato777 @yizhouxw
/server/odc-service/**/service/automation/ @LuckyPickleZZ @ungreat
/server/odc-service/**/service/captcha/ @MarkPotato777 @yizhouxw
/server/odc-service/**/service/collaboration/ @MarkPotato777 @yizhouxw
/server/odc-service/**/service/config/ @MarkPotato777 @yizhouxw
/server/odc-service/**/service/datasecurity/ @LuckyPickleZZ @yhilmare
/server/odc-service/**/service/datatransfer/ @LuckyPickleZZ @yhilmare
/server/odc-service/**/service/db/ @PeachThinking @yhilmare
/server/odc-service/**/service/diagnose/ @LuckyPickleZZ @yizhouxw
/server/odc-service/**/service/dispatch/ @yhilmare @yizhouxw
/server/odc-service/**/service/dlm/ @guowl3 @kiko-art
/server/odc-service/**/service/dml/ @LuckyPickleZZ @PeachThinking
/server/odc-service/**/service/encryption/ @PeachThinking @yizhouxw
/server/odc-service/**/service/feature/ @MarkPotato777 @yizhouxw
/server/odc-service/**/service/flow/ @yhilmare @yizhouxw
/server/odc-service/**/service/i18n/ @LuckyPickleZZ
/server/odc-service/**/service/iam/ @MarkPotato777 @PeachThinking @yhilmare
/server/odc-service/**/service/info/ @yhilmare @yizhouxw
/server/odc-service/**/service/integration/ @yiminpeng @ungreat @yizhouxw
/server/odc-service/**/service/lab/ @LuckyPickleZZ @ungreat
/server/odc-service/**/service/monitor/ @ungreat @yizhouxw
/server/odc-service/**/service/notification/ @LuckyPickleZZ @MarkPotato777
/server/odc-service/**/service/objectstorage/ @MarkPotato777 @yizhouxw
/server/odc-service/**/service/onlineschemachange/ @LioRoger @LuckyPickleZZ
/server/odc-service/**/service/partitionplan/ @guowl3 @yhilmare
/server/odc-service/**/service/permission/ @MarkPotato777 @yhilmare
/server/odc-service/**/service/pldebug/ @yhilmare @yizhouxw
/server/odc-service/**/service/plugin/ @yhilmare @LuckyPickleZZ
/server/odc-service/**/service/quartz/ @guowl3 @yhilmare
/server/odc-service/**/service/requlation/ @MarkPotato777 @yhilmare
/server/odc-service/**/service/resourcegroup/ @MarkPotato777 @yhilmare
/server/odc-service/**/service/resultset/ @LuckyPickleZZ @PeachThinking
/server/odc-service/**/service/rollbackplan/ @PeachThinking @MarkPotato777
/server/odc-service/**/service/schedule/ @guowl3 @yhilmare
/server/odc-service/**/service/script/ @LuckyPickleZZ @yizhouxw
/server/odc-service/**/service/session/ @yhilmare @LuckyPickleZZ
/server/odc-service/**/service/shadowtable/ @MarkPotato777 @PeachThinking
/server/odc-service/**/service/snippet/ @LuckyPickleZZ @yizhouxw
/server/odc-service/**/service/sqlcheck/ @yhilmare @PeachThinking
/server/odc-service/**/service/structurecompare/ @PeachThinking @yhilmare
/server/odc-service/**/service/systemconfig/ @MarkPotato777 @yizhouxw
/server/odc-service/**/service/task/ @yhilmare @guowl3 @yizhouxw
/server/odc-service/**/service/websocket/ @LuckyPickleZZ @yizhouxw
# plugins
/server/plugins/ @yhilmare @yizhouxw
/server/plugins/connect-plugin-doris/ @yhilmare @yizhouxw
/server/plugins/connect-plugin-mysql/ @yhilmare @yizhouxw
/server/plugins/connect-plugin-ob-mysql/ @yhilmare @yizhouxw
/server/plugins/connect-plugin-ob-oracle/ @yhilmare @yizhouxw
/server/plugins/connect-plugin-oracle/ @yhilmare @yizhouxw
/server/plugins/schema-plugin-api/ @PeachThinking @MarkPotato777
/server/plugins/schema-plugin-doris/ @PeachThinking @MarkPotato777
/server/plugins/schema-plugin-mysql/ @PeachThinking @MarkPotato777
/server/plugins/schema-plugin-ob-mysql/ @PeachThinking @MarkPotato777
/server/plugins/schema-plugin-ob-oracle/ @PeachThinking @MarkPotato777
/server/plugins/schema-plugin-odp-sharding-ob-mysql/ @PeachThinking @MarkPotato777
/server/plugins/schema-plugin-oracle/ @PeachThinking @MarkPotato777
/server/plugins/task-plugin-api/ @LuckyPickleZZ @yhilmare
/server/plugins/task-plugin-doris/ @LuckyPickleZZ @yhilmare
/server/plugins/task-plugin-mysql/ @LuckyPickleZZ @yhilmare
/server/plugins/task-plugin-ob-mysql/ @LuckyPickleZZ @yhilmare
/server/plugins/task-plugin-ob-oracle/ @LuckyPickleZZ @yhilmare
/server/plugins/task-plugin-oracle/ @LuckyPickleZZ @yhilmare
# starters
/server/starters/ @yhilmare @yizhouxw
/server/starters/desktop-starter/ @yhilmare @yizhouxw
/server/starters/web-starter/ @yhilmare @MarkPotato777
# modules
/server/modules/ @yhilmare @yizhouxw
# CI/CD
/.github/ @MarkPotato777 @yhilmare @yizhouxw
/builds/ @MarkPotato777 @yhilmare @yizhouxw
/script/ @MarkPotato777 @yhilmare @yizhouxw
/distribution/ @MarkPotato777 @yhilmare @yizhouxw
/server/odc-test/ @MarkPotato777 @yhilmare @yizhouxw
/server/integration-test/ @MarkPotato777 @yhilmare @yizhouxw
/server/test-script/ @MarkPotato777 @yhilmare @yizhouxw
# i18n
/server/odc-core/src/main/resources/i18n/ @Jane201510 @JessieWuJiexi @yizhouxw
# docs
/docs/ @Jane201510 @yhilmare @yizhouxw
CHANGELOG.md @Jane201510 @JessieWuJiexi @yhilmare @yizhouxw
CHANGELOG-zh-CN.md @Jane201510 @JessieWuJiexi @yhilmare @yizhouxw
README.md @Jane201510 @JessieWuJiexi @yizhouxw
README-zh.md @Jane201510 @JessieWuJiexi @yizhouxw