Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
e844776
`schemadiff`: support views with CTE (#18893)
shlomi-noach Nov 11, 2025
3686173
planner: Stop searching for alternatives once we found a merge opport…
systay Nov 12, 2025
fd33e93
tests(cmd): add tests for mysqlctl position command (#18895)
anujagrawal699 Nov 17, 2025
7a0565f
[QueryThrottler]Add proto for query throttler config
siddharth16396 Nov 18, 2025
769a504
Add HandleUpdateConfig,isConfigUpdated other proto conversion stuff
siddharth16396 Nov 18, 2025
b1b48a8
Remove cfgLoader interface and all of its implementations
siddharth16396 Nov 18, 2025
639548d
Add function to startSrvKeyspaceWatch
siddharth16396 Nov 18, 2025
32d747f
Fix import lint of config_test.go
siddharth16396 Nov 18, 2025
ddb70e2
add vtadmin web protos
siddharth16396 Nov 18, 2025
b48a461
Fix GO CI LINT Attempt1
siddharth16396 Nov 18, 2025
cb427f7
Rename IQT references to query throttler
siddharth16396 Nov 18, 2025
8b71fba
Revert package.lock checks
siddharth16396 Nov 18, 2025
1d18743
Rerun make vtadmin_web_proto_types
siddharth16396 Nov 18, 2025
7116353
Improve Semi-Sync Monitor Behavior to Prevent Errant ERS (#18884)
mattlord Nov 18, 2025
25eb18c
Bump js-yaml from 4.1.0 to 4.1.1 in /web/vtadmin (#18908)
dependabot[bot] Nov 18, 2025
b04e5b7
`golangci-lint`: add `nosprintfhostport` linter, fix problems (#18902)
timvaillancourt Nov 18, 2025
d5d7f1e
vttest: add gateway-initial-tablet-timeout flag to enable faster star…
aparajon Nov 19, 2025
884debd
`vtadmin`: remove `graphql` and `rest` imports (#18909)
timvaillancourt Nov 19, 2025
79f4c39
Fix `vtadmin` `package-lock.json` (#18919)
arthurschreiber Nov 20, 2025
c42d04b
Resolve `Pinned-Dependencies` CodeQL issues in CI (#18853)
timvaillancourt Nov 20, 2025
aa633ab
`vtbench`: add `--db-credentials-*` flags (#18913)
timvaillancourt Nov 20, 2025
5696043
`vtgate`: default to `--legacy-replication-lag-algorithm=false` (#18915)
timvaillancourt Nov 20, 2025
3c66d3a
Add myself to more `CODEOWNERS` (#18917)
timvaillancourt Nov 20, 2025
ba3c3e0
`vttest`: fix race from `randomPort()` (#18899)
timvaillancourt Nov 20, 2025
48369a9
Bump golang.org/x/crypto from 0.42.0 to 0.45.0 (#18918)
dependabot[bot] Nov 20, 2025
2bd7968
bugfix: Rewriter not visiting new operators (#18932)
systay Nov 21, 2025
abb98a1
Topo lookup tablet type (#18777)
sbaker617 Nov 21, 2025
d2c31d0
Use `golangci/golangci-lint-action@v9` in Static Code checks (#18928)
timvaillancourt Nov 21, 2025
ad2df7c
Properly Strip Keyspace Table Qualifiers in FK Constraints (#18926)
mattlord Nov 21, 2025
a56b753
Run VStream copy only when VGTID requires it, use TablesToCopy in tho…
twthorn Nov 23, 2025
d72477a
Stop using Equinix Metal self hosted runners (#18942)
mattlord Nov 24, 2025
0b77f06
Drop dependency on `npm`, bump version of `glob`. (#18931)
arthurschreiber Nov 24, 2025
42cd75d
Potential fix for code scanning alert no. 3944: Database query built …
timvaillancourt Nov 24, 2025
d8e852a
Fix LAST_INSERT_ID() not being updated in ExecutePrimitive (#18948)
nickvanw Nov 26, 2025
29f4a3a
Add new `force` flag to `DemotePrimary` to force a demotion even when…
arthurschreiber Nov 26, 2025
b1dbe53
add percona84 (#18950)
jdoupe Nov 27, 2025
752df2a
Don't hardcode the go version to use for upgrade/downgrade tests. (#1…
arthurschreiber Nov 27, 2025
773d648
Add a workflow to run backport/forwardports. (#18953)
arthurschreiber Nov 27, 2025
3c15e28
[gRPC-TMClient]Optimizes the gRPC tablet manager client by splitting …
siddharth16396 Dec 1, 2025
bb03fe4
test: fix test flakiness in `TestEmergencyReparentWithBlockedPrimary`…
arthurschreiber Dec 1, 2025
7fc57e5
connpool: fix connection leak during idle connection reopen (#18967)
arthurschreiber Dec 1, 2025
c137964
Test backports with the bot (#18968)
mattlord Dec 1, 2025
6e73449
Add script to sync fork with upstream vitess
siddharth16396 Dec 2, 2025
4089ef2
Revert "Add script to sync fork with upstream vitess"
siddharth16396 Dec 2, 2025
760b122
Handle starting the srv topo watch and add unit tests
siddharth16396 Dec 2, 2025
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
42 changes: 22 additions & 20 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
bootstrap.sh @frouioui
go.mod @harshit-gangal @mattlord @rohit-nayak-ps @systay @frouioui
go.sum @harshit-gangal @mattlord @rohit-nayak-ps @systay @frouioui
go.mod @harshit-gangal @mattlord @rohit-nayak-ps @systay @frouioui @timvaillancourt
go.sum @harshit-gangal @mattlord @rohit-nayak-ps @systay @frouioui @timvaillancourt
/.golangci.yml @timvaillancourt
/.github/ @mattlord @rohit-nayak-ps @frouioui
/.github/ISSUE_TEMPLATE/ @frouioui @mattlord
/.github/workflows/ @frouioui @mattlord @rohit-nayak-ps
Expand All @@ -23,53 +24,53 @@ go.sum @harshit-gangal @mattlord @rohit-nayak-ps @systay @frouioui
/go/internal/flag @rohit-nayak-ps
/go/mysql @harshit-gangal @systay @mattlord
/go/pools @harshit-gangal
/go/protoutil @mattlord
/go/protoutil @mattlord @timvaillancourt
/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
/go/test/endtoend/transaction @harshit-gangal @systay @frouioui
/go/test/endtoend/*throttler* @shlomi-noach @mattlord @timvaillancourt
/go/test/endtoend/vtgate @harshit-gangal @systay @frouioui
/go/test/endtoend/vtorc @shlomi-noach @timvaillancourt
/go/test/endtoend/vtorc @mattlord @shlomi-noach @timvaillancourt
/go/tools/ @frouioui @systay
/go/vt/dbconnpool @harshit-gangal @mattlord
/go/vt/discovery @frouioui
/go/vt/discovery/*tablet_picker* @rohit-nayak-ps @mattlord
/go/vt/discovery @frouioui @timvaillancourt
/go/vt/discovery/*tablet_picker* @rohit-nayak-ps @mattlord @timvaillancourt
/go/vt/mysqlctl @mattlord @frouioui
/go/vt/proto @harshit-gangal @mattlord
/go/vt/proto/vtadmin @beingnoble03
/go/vt/schema @mattlord @shlomi-noach
/go/vt/servenv @dbussink
/go/vt/servenv @dbussink @timvaillancourt
/go/vt/schemadiff @shlomi-noach @mattlord
/go/vt/sqlparser @harshit-gangal @systay
/go/vt/srvtopo @mattlord
/go/vt/srvtopo @mattlord @timvaillancourt
/go/vt/sysvars @harshit-gangal @systay
/go/vt/topo @mattlord
/go/vt/topotools @mattlord
/go/vt/topo @mattlord @timvaillancourt
/go/vt/topotools @mattlord @timvaillancourt
/go/vt/vitessdriver @harshit-gangal
/go/vt/vtadmin @beingnoble03 @rohit-nayak-ps
/go/vt/vtctl @rohit-nayak-ps
/go/vt/vtctl/vtctl.go @rohit-nayak-ps
/go/vt/vtctl/grpcvtctldclient @mattlord
/go/vt/vtctl/grpcvtctldserver @mattlord
/go/vt/vtctl/reparentutil
/go/vt/vtctl/vtctldclient @mattlord
/go/vt/vtctld @rohit-nayak-ps @mattlord
/go/vt/vterrors @harshit-gangal @systay @frouioui
/go/vt/vtctl/grpcvtctldclient @mattlord @timvaillancourt
/go/vt/vtctl/grpcvtctldserver @mattlord @timvaillancourt
/go/vt/vtctl/reparentutil @timvaillancourt
/go/vt/vtctl/vtctldclient @mattlord @timvaillancourt
/go/vt/vtctld @rohit-nayak-ps @mattlord @timvaillancourt
/go/vt/vterrors @harshit-gangal @systay @frouioui @timvaillancourt
/go/vt/vtexplain @systay @harshit-gangal
/go/vt/vtgate @harshit-gangal @systay @frouioui
/go/vt/vtgate/endtoend/*vstream* @rohit-nayak-ps @mattlord @shlomi-noach @beingnoble03
/go/vt/vtgate/planbuilder @harshit-gangal @systay @frouioui @arthurschreiber
/go/vt/vtgate/*vstream* @rohit-nayak-ps @mattlord @shlomi-noach @beingnoble03
/go/vt/vtgate/evalengine @dbussink @systay
/go/vt/vtorc @shlomi-noach @timvaillancourt
/go/vt/vtorc @mattlord @shlomi-noach @timvaillancourt
/go/vt/vttablet/*conn* @harshit-gangal @systay
/go/vt/vttablet/endtoend @harshit-gangal @mattlord @rohit-nayak-ps @systay
/go/vt/vttablet/grpc* @rohit-nayak-ps @shlomi-noach @harshit-gangal
/go/vt/vttablet/grpc* @rohit-nayak-ps @shlomi-noach @harshit-gangal @timvaillancourt
/go/vt/vttablet/onlineddl @mattlord @rohit-nayak-ps @shlomi-noach
/go/vt/vttablet/queryservice @harshit-gangal @systay
/go/vt/vttablet/tabletmanager @rohit-nayak-ps @shlomi-noach
/go/vt/vttablet/tabletmanager @rohit-nayak-ps @shlomi-noach @timvaillancourt
/go/vt/vttablet/tabletmanager/rpc_backup.go @rohit-nayak-ps @shlomi-noach @frouioui
/go/vt/vttablet/tabletmanager/rpc_throttler.go @shlomi-noach @mattlord @timvaillancourt
/go/vt/vttablet/tabletserver/throttle @shlomi-noach @mattlord @timvaillancourt
Expand All @@ -78,14 +79,15 @@ go.sum @harshit-gangal @mattlord @rohit-nayak-ps @systay @frouioui
/go/vt/vttablet/tabletmanager/vstreamer @rohit-nayak-ps @mattlord @shlomi-noach @beingnoble03
/go/vt/vttablet/tabletserver* @harshit-gangal @systay @shlomi-noach @rohit-nayak-ps @timvaillancourt
/go/vt/vttablet/tabletserver/messager @mattlord @rohit-nayak-ps @derekperkins
/go/vt/vttablet/*tmclient* @rohit-nayak-ps @shlomi-noach
/go/vt/vttablet/*tmclient* @rohit-nayak-ps @shlomi-noach @timvaillancourt
/go/vt/vttablet/vexec @mattlord @rohit-nayak-ps @shlomi-noach
/go/vt/wrangler @mattlord @rohit-nayak-ps
/go/vt/vtctl/workflow @mattlord @rohit-nayak-ps @shlomi-noach @beingnoble03
/proto/ @harshit-gangal
/proto/vtadmin.proto @beingnoble03 @mattlord
/proto/vtctldata.proto @mattlord
/proto/vtctlservice.proto @mattlord
/proto/vtorcdata.proto @mattlord @shlomi-noach @timvaillancourt
/test/ @frouioui @rohit-nayak-ps @mattlord @harshit-gangal
/tools/ @frouioui @rohit-nayak-ps
/web/vtadmin @beingnoble03
Expand Down
Loading