forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
slack-19.0
: init v19 release and backport v20 PRs (#386)
* Make `Durabler` interface methods public (vitessio#15548) Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> Signed-off-by: Manan Gupta <manan@planetscale.com> Co-authored-by: Manan Gupta <manan@planetscale.com> * Load `--grpc_auth_static_client_creds` file once (vitessio#15030) Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Limit concurrent creation of healthcheck gRPC connections (vitessio#15053) Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Filter by keyspace earlier in `tabletgateway`s `WaitForTablets(...)` (vitessio#15347) Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Use slack-15.0 as previous release Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * empty commit Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * force ci to run * Update GH Action runners Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * test templates Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * set GH access token in build Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Fix reparent old tests Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Remove CIs we don't need Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Remove CIs we don't need again Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Add private repo setup to upgrade_downgrade_test_backups_e2e.yml Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Add private repo setup to more CI Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * remove CI skip logic for upstream stuff Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * CODEOWNERS Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * [release-19.0] Add timeout to all the contexts used for RPC calls in vtorc (vitessio#15991) (vitessio#16103) Signed-off-by: Manan Gupta <manan@planetscale.com> * `slack-vitess-r15.0.5`: forward-port consul topo limits PR #111 (#297) * `slack-vitess-r14.0.5`: allow conn overrides in consul topo (#111) * `slack-vitess-r14.0.5`: allow conn overrides in consul topo Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * fix e2e test Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> --------- Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Update flags tests that didn't exist in v14 Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> --------- Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * update vtcombo e2e Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Fix err with installing percona-xtrabackup-24 Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * `slack-vitess-r15.0.5`: fix races in `Unit Test (Race)` CI, fix "old" reparent CIs (#356) * update vtcombo e2e test Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Fix bad merge conflict fix Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * go mod tidy Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * update vtcombo e2e test again Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * [release-19.0] Upgrade the Golang version to `go1.22.5` (vitessio#16322) Signed-off-by: GitHub <noreply@github.com> Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr> Co-authored-by: frouioui <frouioui@users.noreply.github.com> Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr> * merge conflict fixes Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * make vtadmin_web_proto_types Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> --------- Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> Signed-off-by: Manan Gupta <manan@planetscale.com> Signed-off-by: GitHub <noreply@github.com> Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr> Co-authored-by: Manan Gupta <manan@planetscale.com> Co-authored-by: Manan Gupta <35839558+GuptaManan100@users.noreply.github.com> Co-authored-by: vitess-bot <139342327+vitess-bot@users.noreply.github.com> Co-authored-by: frouioui <frouioui@users.noreply.github.com> Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
- Loading branch information
1 parent
2c56724
commit 15ee54c
Showing
167 changed files
with
1,108 additions
and
1,095 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1 @@ | ||
* @deepthi | ||
bootstrap.sh @ajm188 @deepthi @frouioui @vmg | ||
go.mod @ajm188 @deepthi @harshit-gangal @mattlord @rohit-nayak-ps @systay @frouioui | ||
go.sum @ajm188 @deepthi @harshit-gangal @mattlord @rohit-nayak-ps @systay @frouioui | ||
/.github/ @deepthi @mattlord @rohit-nayak-ps @frouioui | ||
/.github/ISSUE_TEMPLATE/ @deepthi @frouioui @mattlord | ||
/.github/workflows/ @deepthi @frouioui @mattlord @rohit-nayak-ps | ||
/config/mycnf/ @deepthi @shlomi-noach @mattlord | ||
/doc/ @deepthi @frouioui @GuptaManan100 | ||
/docker/ @deepthi @derekperkins @dkhenry @mattlord @GuptaManan100 @frouioui | ||
/examples/compose @shlomi-noach @GuptaManan100 @frouioui | ||
/examples/demo @mattlord @rohit-nayak-ps | ||
/examples/local @rohit-nayak-ps @frouioui @mattlord @GuptaManan100 | ||
/examples/operator @GuptaManan100 @frouioui @mattlord | ||
/examples/region_sharding @deepthi @mattlord | ||
/java/ @harshit-gangal | ||
/go/cache @vmg | ||
/go/cmd @ajm188 @deepthi | ||
/go/cmd/vtadmin @ajm188 @notfelineit | ||
/go/cmd/vtctldclient @ajm188 @mattlord | ||
/go/cmd/vtctldclient/command/vreplication @mattlord @rohit-nayak-ps | ||
/go/internal/flag @ajm188 @rohit-nayak-ps | ||
/go/mysql @harshit-gangal @systay @mattlord | ||
/go/pools @deepthi @harshit-gangal | ||
/go/protoutil @ajm188 @deepthi | ||
/go/sqltypes @harshit-gangal @shlomi-noach @vmg | ||
/go/test/endtoend/onlineddl @rohit-nayak-ps @shlomi-noach | ||
/go/test/endtoend/messaging @mattlord @rohit-nayak-ps @derekperkins | ||
/go/test/endtoend/vtgate @harshit-gangal @systay @frouioui | ||
/go/test/endtoend/vtorc @deepthi @shlomi-noach @GuptaManan100 | ||
/go/tools/ @frouioui @systay | ||
/go/vt/dbconnpool @harshit-gangal @mattlord | ||
/go/vt/discovery @deepthi @frouioui | ||
/go/vt/discovery/*tablet_picker* @rohit-nayak-ps @mattlord | ||
/go/vt/mysqlctl @deepthi @mattlord | ||
/go/vt/proto @deepthi @harshit-gangal @mattlord | ||
/go/vt/proto/vtadmin @ajm188 @notfelineit | ||
/go/vt/schema @mattlord @shlomi-noach | ||
/go/vt/servenv @deepthi @ajm188 | ||
/go/vt/sqlparser @harshit-gangal @systay @GuptaManan100 | ||
/go/vt/srvtopo @deepthi @mattlord | ||
/go/vt/sysvars @harshit-gangal @systay | ||
/go/vt/topo @deepthi @mattlord | ||
/go/vt/topotools @deepthi @mattlord | ||
/go/vt/vitessdriver @harshit-gangal | ||
/go/vt/vtadmin @ajm188 @notfelineit @rohit-nayak-ps | ||
/go/vt/vtctl @ajm188 @deepthi @rohit-nayak-ps | ||
/go/vt/vtctl/vtctl.go @notfelineit @rohit-nayak-ps | ||
/go/vt/vtctl/grpcvtctldclient @ajm188 @notfelineit | ||
/go/vt/vtctl/grpcvtctldserver @ajm188 @notfelineit | ||
/go/vt/vtctl/reparentutil @ajm188 @GuptaManan100 @deepthi | ||
/go/vt/vtctl/vtctldclient @ajm188 @notfelineit | ||
/go/vt/vtctld @ajm188 @deepthi @notfelineit @rohit-nayak-ps | ||
/go/vt/vterrors @harshit-gangal @systay | ||
/go/vt/vtexplain @systay @harshit-gangal | ||
/go/vt/vtgate @harshit-gangal @systay @frouioui @GuptaManan100 | ||
/go/vt/vtgate/endtoend/*vstream* @rohit-nayak-ps @mattlord | ||
/go/vt/vtgate/planbuilder @harshit-gangal @systay @frouioui @GuptaManan100 @arthurschreiber | ||
/go/vt/vtgate/*vstream* @rohit-nayak-ps @mattlord | ||
/go/vt/vtorc @deepthi @shlomi-noach @GuptaManan100 | ||
/go/vt/vttablet/*conn* @harshit-gangal @systay | ||
/go/vt/vttablet/endtoend @harshit-gangal @mattlord @rohit-nayak-ps @systay | ||
/go/vt/vttablet/grpc* @ajm188 @rohit-nayak-ps @shlomi-noach @harshit-gangal | ||
/go/vt/vttablet/onlineddl @mattlord @rohit-nayak-ps @shlomi-noach | ||
/go/vt/vttablet/queryservice @harshit-gangal @systay | ||
/go/vt/vttablet/tabletmanager @deepthi @GuptaManan100 @rohit-nayak-ps @shlomi-noach | ||
/go/vt/vttablet/tabletmanager/vreplication @rohit-nayak-ps @mattlord | ||
/go/vt/vttablet/tabletmanager/vstreamer @rohit-nayak-ps @mattlord | ||
/go/vt/vttablet/tabletserver* @harshit-gangal @systay @shlomi-noach @rohit-nayak-ps | ||
/go/vt/vttablet/tabletserver/messager @mattlord @rohit-nayak-ps @derekperkins | ||
/go/vt/vttablet/*tmclient* @ajm188 @GuptaManan100 @rohit-nayak-ps @shlomi-noach | ||
/go/vt/vttablet/vexec @mattlord @rohit-nayak-ps @shlomi-noach | ||
/go/vt/wrangler @deepthi @mattlord @rohit-nayak-ps | ||
/go/vt/workflow @mattlord @rohit-nayak-ps | ||
/proto/ @deepthi @harshit-gangal | ||
/proto/vtadmin.proto @ajm188 @notfelineit | ||
/proto/vtctldata.proto @ajm188 @notfelineit | ||
/proto/vtctlservice.proto @ajm188 @notfelineit | ||
/test/ @GuptaManan100 @frouioui @rohit-nayak-ps @deepthi @mattlord @harshit-gangal | ||
/tools/ @frouioui @rohit-nayak-ps | ||
/web/vtadmin @ajm188 @notfelineit | ||
/web/vtadmin/src/proto @deepthi @harshit-gangal @mattlord | ||
* @slackhq/vitess-approvers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.