-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Standardize topo flags to use hyphen-based naming #17975
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
Standardize topo flags to use hyphen-based naming #17975
Conversation
…se dashes Signed-off-by: mounicasruthi <[email protected]>
Signed-off-by: Mounica Sruthi <[email protected]>
Co-authored-by: Deepthi Sigireddi <[email protected]> Signed-off-by: Mounica Sruthi <[email protected]>
…se dashes Signed-off-by: mounicasruthi <[email protected]>
Signed-off-by: Mounica Sruthi <[email protected]>
Signed-off-by: mounicasruthi <[email protected]>
Signed-off-by: Rohit Nayak <[email protected]>
Signed-off-by: mounicasruthi <[email protected]>
Signed-off-by: mounicasruthi <[email protected]>
Signed-off-by: Mounica Sruthi <[email protected]>
Signed-off-by: mounicasruthi <[email protected]>
Signed-off-by: mounicasruthi <[email protected]>
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 <[email protected]>
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 <[email protected]>
…der binary versions Signed-off-by: mounicasruthi <[email protected]>
Signed-off-by: mounicasruthi <[email protected]>
…ilure Signed-off-by: Rohit Nayak <[email protected]>
… not getting printed? Signed-off-by: Rohit Nayak <[email protected]>
Signed-off-by: mounicasruthi <[email protected]>
…ms to be not getting printed?" This reverts commit f46c1ac. Signed-off-by: mounicasruthi <[email protected]>
…grade failure" This reverts commit 079d759. Signed-off-by: mounicasruthi <[email protected]>
62d82a8 to
5b30d67
Compare
Signed-off-by: Mounica Sruthi <[email protected]>
Signed-off-by: mounicasruthi <[email protected]>
| vtbackup.proc.Args = append(vtbackup.proc.Args, k, v) | ||
| } | ||
|
|
||
| // vtbackup.proc = exec.Command( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should remove these comments
Signed-off-by: mounicasruthi <[email protected]> Signed-off-by: Mounica Sruthi <[email protected]> Signed-off-by: Rohit Nayak <[email protected]> Co-authored-by: Deepthi Sigireddi <[email protected]> Co-authored-by: Rohit Nayak <[email protected]>
Signed-off-by: mounicasruthi <[email protected]> Signed-off-by: Mounica Sruthi <[email protected]> Signed-off-by: Rohit Nayak <[email protected]> Co-authored-by: Deepthi Sigireddi <[email protected]> Co-authored-by: Rohit Nayak <[email protected]>
Signed-off-by: mounicasruthi <[email protected]> Signed-off-by: Mounica Sruthi <[email protected]> Signed-off-by: Rohit Nayak <[email protected]> Co-authored-by: Deepthi Sigireddi <[email protected]> Co-authored-by: Rohit Nayak <[email protected]>
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