Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 8 additions & 53 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,53 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- 3AceShowHand
- 3pointer
- 5kbpers
- amyangfei
- asddongmen
- buchuitoudegou
- CharlesCheung96
- csuzhangxc
- D3Hunter
- dsdashun
- Ehco1996
- glorv
- GMHDBJD
- gozssky
- hi-rustin
- hicqu
- holys
- IANTHEREAL
- july2993
- kennytm
- lance6716
- Leavrth
- leoppro
- lichunzhu
- lidezhu
- Little-Wallace
- liuzix
- lonng
- maxshuang
- niubell
- okJiang
- overvenus
- sdojjy
- suzaku
- Tammyxia
- WangXiangUSTC
- WizardXiao
- wk989898
- wlwilliamx
- YuJuncen
- zhaoxinyu
- zwj-coder
reviewers:
- ben1009
- charleszheng44
- fengou1
- iamxy
- joccau
- MoCuishle28
- nongfushanquan
- tiancaiamao
# See the OWNERS docs at https://www.kubernetes.dev/docs/guide/owners/#owners
# The members of 'sig-community-*' are synced from memberships defined in repository: https://github.com/pingcap/community.
filters:
.*:
approvers:
- sig-community-approvers
reviewers:
- sig-community-reviewers
68 changes: 67 additions & 1 deletion OWNERS_ALIASES
Original file line number Diff line number Diff line change
@@ -1,12 +1,78 @@
# Sort the member alphabetically.
# See the OWNERS docs at https://www.kubernetes.dev/docs/guide/owners/#owners_aliases
# The members of 'sig-community-*' are synced from memberships defined in repository: https://github.com/pingcap/community.
aliases:
sig-critical-approvers-cdc:
- yudongusa
- likidu
sig-critical-approvers-dm:
- yudongusa
- likidu
sig-approvers-dm:
- Benjamin2037
- D3Hunter
- GMHDBJD
- lance6716
- joechenrh
sig-approvers-engine:
- Benjamin2037
- D3Hunter
- GMHDBJD
- lance6716
- joechenrh
sig-community-reviewers:
- MoCuishle28
- ben1009
- charleszheng44
- fengou1
- iamxy
- joccau
- nongfushanquan
- tiancaiamao
sig-community-approvers:
- 0xPoe
- 3AceShowHand
- 3pointer
- 5kbpers
- Benjamin2037
- CharlesCheung96
- D3Hunter
- Ehco1996
- GMHDBJD
- IANTHEREAL
- Leavrth
- Little-Wallace
- OliverS929
- Tammyxia
- WangXiangUSTC
- WizardXiao
- YuJuncen
- amyangfei
- asddongmen
- buchuitoudegou
- csuzhangxc
- dsdashun
- glorv
- gozssky
- hicqu
- holys
- hongyunyan
- july2993
- kennytm
- lance6716
- leoppro
- lichunzhu
- lidezhu
- liuzix
- lonng
- maxshuang
- niubell
- okJiang
- overvenus
- sdojjy
- suzaku
- wk989898
- wlwilliamx
- zhangjinpeng87
- zhaoxinyu
- zwj-coder
- joechenrh
8 changes: 8 additions & 0 deletions cdc/api/v2/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners
options:
no_parent_owners: true
filters:
# include *.go but ignore *_test.go files.
"^.*([^t]|[^s]t|[^e]st|[^t]est|[^_]test)[.]go$":
approvers:
- sig-critical-approvers-cdc
1 change: 1 addition & 0 deletions cmd/dm-ctl/OWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# See the OWNERS docs at https://go.k8s.io/owners
# See the OWNERS docs at https://go.k8s.io/owners
Comment on lines 1 to +2

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There is a duplicate comment line here. We should remove the redundant line to keep the file clean.

# See the OWNERS docs at https://go.k8s.io/owners

options:
no_parent_owners: true
approvers:
Expand Down
8 changes: 8 additions & 0 deletions dm/config/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners
options:
no_parent_owners: true
filters:
# files: task.go, source_config.go
"^(task|source_config)[.]go$":
approvers:
- sig-critical-approvers-dm
8 changes: 8 additions & 0 deletions dm/master/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners
options:
no_parent_owners: true
filters:
# file: config.go
"^config[.]go$":
approvers:
- sig-critical-approvers-dm
8 changes: 8 additions & 0 deletions dm/worker/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners
options:
no_parent_owners: true
filters:
# file: config.go
"^config[.]go$":
approvers:
- sig-critical-approvers-dm
7 changes: 7 additions & 0 deletions pkg/cmd/util/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# See the OWNERS docs at https://go.k8s.io/owners
options:
no_parent_owners: true
filters:
"^changefeed[.]toml$":
approvers:
- sig-critical-approvers-cdc
9 changes: 9 additions & 0 deletions pkg/config/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# See the OWNERS docs at https://go.k8s.io/owners
filters:
# include *.go but ignore *_test.go files.
"^.*([^t]|[^s]t|[^e]st|[^t]est|[^_]test)[.]go$":
labels:
- affect-ticdc-config-docs
# * Enable and fill these fields if necessary.
# approvers: []
# reviewers: []

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The file is missing a newline at the end. It is a best practice to end all text files with a newline character to adhere to POSIX standards and avoid formatting issues with various tools.

    # reviewers: []