Skip to content
Merged
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
7 changes: 3 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* @deepthi
bootstrap.sh @deepthi @frouioui @vmg
bootstrap.sh @deepthi @frouioui
go.mod @deepthi @harshit-gangal @mattlord @rohit-nayak-ps @systay @frouioui
go.sum @deepthi @harshit-gangal @mattlord @rohit-nayak-ps @systay @frouioui
/.github/ @deepthi @mattlord @rohit-nayak-ps @frouioui
Expand All @@ -14,7 +14,6 @@ go.sum @deepthi @harshit-gangal @mattlord @rohit-nayak-ps @systay @frouioui
/examples/operator @GuptaManan100 @frouioui @mattlord
/examples/region_sharding @deepthi @mattlord
/java/ @harshit-gangal
/go/cache @vmg
/go/cmd @deepthi @mattlord
/go/cmd/vtadmin @notfelineit
/go/cmd/vtctldclient @mattlord @notfelineit
Expand All @@ -26,7 +25,7 @@ go.sum @deepthi @harshit-gangal @mattlord @rohit-nayak-ps @systay @frouioui
/go/mysql @harshit-gangal @systay @mattlord
/go/pools @deepthi @harshit-gangal
/go/protoutil @deepthi @mattlord
/go/sqltypes @harshit-gangal @shlomi-noach @vmg
/go/sqltypes @harshit-gangal @shlomi-noach
/go/test/endtoend/onlineddl @rohit-nayak-ps @shlomi-noach
/go/test/endtoend/messaging @mattlord @rohit-nayak-ps @derekperkins
/go/test/endtoend/schemadiff @shlomi-noach @mattlord
Expand Down Expand Up @@ -64,7 +63,7 @@ go.sum @deepthi @harshit-gangal @mattlord @rohit-nayak-ps @systay @frouioui
/go/vt/vtgate/endtoend/*vstream* @rohit-nayak-ps @mattlord @shlomi-noach @notfelineit
/go/vt/vtgate/planbuilder @harshit-gangal @systay @frouioui @GuptaManan100 @arthurschreiber
/go/vt/vtgate/*vstream* @rohit-nayak-ps @mattlord @shlomi-noach @notfelineit
/go/vt/vtgate/evalengine @dbussink @vmg @systay
/go/vt/vtgate/evalengine @dbussink @systay
/go/vt/vtorc @deepthi @shlomi-noach @GuptaManan100 @timvaillancourt
/go/vt/vttablet/*conn* @harshit-gangal @systay
/go/vt/vttablet/endtoend @harshit-gangal @mattlord @rohit-nayak-ps @systay
Expand Down
11 changes: 4 additions & 7 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ The following is the full list, alphabetically ordered.
* Rohit Nayak ([rohit-nayak-ps](https://github.com/rohit-nayak-ps)) rohit@planetscale.com
* Shlomi Noach ([shlomi-noach](https://github.com/shlomi-noach)) shlomi@planetscale.com
* Tim Vaillancourt ([timvaillancourt](https://github.com/timvaillancourt)) tim@timvaillancourt.com
* Vicent Marti ([vmg](https://github.com/vmg)) vmg@planetscale.com

## Areas of expertise

### General Vitess
deepthi, mattlord, derekperkins

### Builds
shlomi-noach, vmg, GuptaManan100, frouioui
shlomi-noach, GuptaManan100, frouioui

### Resharding
rohit-nayak-ps, deepthi, mattlord
Expand All @@ -32,20 +31,17 @@ rohit-nayak-ps, deepthi, mattlord
systay, harshit-gangal, vmg, GuptaManan100, dbussink

### Evaluation Engine
vmg, dbussink, systay
dbussink, systay

### Planner
systay, harshit-gangal, GuptaManan100, frouioui

### Query Serving
systay, harshit-gangal, GuptaManan100, frouioui, vmg, dbussink
systay, harshit-gangal, GuptaManan100, frouioui, dbussink

### Online DDL
shlomi-noach, dbussink

### Performance
vmg

### Cluster Management
deepthi, GuptaManan100, dbussink

Expand Down Expand Up @@ -81,3 +77,4 @@ We thank the following past maintainers for their contributions.
* Rafael Chacon ([rafael](https://github.com/rafael))
* Sara Bee ([doeg](https://github.com/doeg))
* Sugu Sougoumarane ([sougou](https://github.com/sougou))
* Vicent Marti ([vmg](https://github.com/vmg))
Loading