Standardize topo flags to use hyphen-based naming#17975
Merged
rohit-nayak-ps merged 23 commits intovitessio:flags-refactorfrom Mar 22, 2025
Merged
Standardize topo flags to use hyphen-based naming#17975rohit-nayak-ps merged 23 commits intovitessio:flags-refactorfrom
rohit-nayak-ps merged 23 commits intovitessio:flags-refactorfrom
Conversation
…se dashes Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: Mounica Sruthi <78213881+mounicasruthi@users.noreply.github.com>
Co-authored-by: Deepthi Sigireddi <deepthi.sigireddi@gmail.com> Signed-off-by: Mounica Sruthi <78213881+mounicasruthi@users.noreply.github.com>
…se dashes Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: Mounica Sruthi <78213881+mounicasruthi@users.noreply.github.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: Mounica Sruthi <78213881+mounicasruthi@users.noreply.github.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Contributor
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
86001dc to
dabf1fb
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## flags-refactor #17975 +/- ##
=================================================
Coverage ? 67.56%
=================================================
Files ? 1598
Lines ? 259808
Branches ? 0
=================================================
Hits ? 175545
Misses ? 84263
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
…der binary versions Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
…ilure Signed-off-by: Rohit Nayak <rohit@planetscale.com>
… not getting printed? Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
…ms to be not getting printed?" This reverts commit f46c1ac. Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
…grade failure" This reverts commit 079d759. Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
62d82a8 to
5b30d67
Compare
Signed-off-by: Mounica Sruthi <78213881+mounicasruthi@users.noreply.github.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
rohit-nayak-ps
approved these changes
Mar 22, 2025
| vtbackup.proc.Args = append(vtbackup.proc.Args, k, v) | ||
| } | ||
|
|
||
| // vtbackup.proc = exec.Command( |
Member
There was a problem hiding this comment.
We should remove these comments
mounicasruthi
added a commit
to mounicasruthi/vitess
that referenced
this pull request
Apr 3, 2025
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com> Signed-off-by: Mounica Sruthi <78213881+mounicasruthi@users.noreply.github.com> Signed-off-by: Rohit Nayak <rohit@planetscale.com> Co-authored-by: Deepthi Sigireddi <deepthi.sigireddi@gmail.com> Co-authored-by: Rohit Nayak <rohit@planetscale.com>
mounicasruthi
added a commit
to mounicasruthi/vitess
that referenced
this pull request
May 20, 2025
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com> Signed-off-by: Mounica Sruthi <78213881+mounicasruthi@users.noreply.github.com> Signed-off-by: Rohit Nayak <rohit@planetscale.com> Co-authored-by: Deepthi Sigireddi <deepthi.sigireddi@gmail.com> Co-authored-by: Rohit Nayak <rohit@planetscale.com>
mounicasruthi
added a commit
to mounicasruthi/vitess
that referenced
this pull request
May 20, 2025
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com> Signed-off-by: Mounica Sruthi <78213881+mounicasruthi@users.noreply.github.com> Signed-off-by: Rohit Nayak <rohit@planetscale.com> Co-authored-by: Deepthi Sigireddi <deepthi.sigireddi@gmail.com> Co-authored-by: Rohit Nayak <rohit@planetscale.com>
5 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR is a part of an ongoing change to support the transition from underscores (
_) to dashes (-) in flag naming conventions.Flags Updated in This PR:
--topo-consul-lock-delay
--topo-consul-lock-session-checks
--topo-consul-lock-session-ttl
--topo-consul-watch-poll-duration
--topo-etcd-lease-ttl
--topo-etcd-tls-ca
--topo-etcd-tls-cert
--topo-etcd-tls-key
--topo-global-root
--topo-global-server-address
--topo-implementation
--topo-information-refresh-duration
--topo-read-concurrency
--topo-zk-auth-file
--topo-zk-base-timeout
--topo-zk-max-concurrency
--topo-zk-tls-ca
--topo-zk-tls-cert
--topo-zk-tls-key
Flag Count Before vs After:
_-# of migrated flags: 118
Related Issue(s)
#17880
Checklist