Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the vitess-mixin #16657

Merged
merged 2 commits into from
Aug 27, 2024
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
2 changes: 1 addition & 1 deletion go/tools/go-upgrade/go-upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ func replaceGoVersionInCodebase(old, new *version.Version, workflowUpdate bool)
}

if !isSameMajorMinorVersion(old, new) {
goModFiles := []string{"./go.mod", "./vitess-mixin/go.mod"}
goModFiles := []string{"./go.mod"}
for _, file := range goModFiles {
err = replaceInFile(
[]*regexp.Regexp{regexp.MustCompile(regexpReplaceGoModGoVersion)},
Expand Down
15 changes: 0 additions & 15 deletions vitess-mixin/.env

This file was deleted.

8 changes: 0 additions & 8 deletions vitess-mixin/.gitignore

This file was deleted.

91 changes: 0 additions & 91 deletions vitess-mixin/Makefile

This file was deleted.

41 changes: 0 additions & 41 deletions vitess-mixin/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions vitess-mixin/alerts/alerts.libsonnet

This file was deleted.

74 changes: 0 additions & 74 deletions vitess-mixin/config.libsonnet

This file was deleted.

5 changes: 0 additions & 5 deletions vitess-mixin/dashboards/dashboards.libsonnet

This file was deleted.

24 changes: 0 additions & 24 deletions vitess-mixin/dashboards/defaults.libsonnet

This file was deleted.

56 changes: 0 additions & 56 deletions vitess-mixin/dashboards/layouts/cluster_overview.libsonnet

This file was deleted.

49 changes: 0 additions & 49 deletions vitess-mixin/dashboards/layouts/vtgate_host_view.libsonnet

This file was deleted.

Loading
Loading