Refactor flags - Part 3#18064
Merged
rohit-nayak-ps merged 8 commits intovitessio:flags-refactorfrom Apr 8, 2025
Merged
Conversation
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
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## flags-refactor #18064 +/- ##
==================================================
+ Coverage 67.56% 67.58% +0.01%
==================================================
Files 1598 1598
Lines 259817 259832 +15
==================================================
+ Hits 175557 175607 +50
+ Misses 84260 84225 -35 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
6c113a8 to
0e487c8
Compare
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
…tput Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
f7c86df to
83cafc8
Compare
rohit-nayak-ps
approved these changes
Apr 8, 2025
bd3bd5e
into
vitessio:flags-refactor
199 of 203 checks passed
mounicasruthi
added a commit
to mounicasruthi/vitess
that referenced
this pull request
May 20, 2025
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
mounicasruthi
added a commit
to mounicasruthi/vitess
that referenced
this pull request
May 20, 2025
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.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:
--purge-logs-interval
--log-rotate-max-size
--keep-logs-by-mtime
--keep-logs
--security-policy
--log-err-stacks
--mysql-server-version
--service-map
--onterm-timeout
--pid-file
--onclose-timeout
--tablet-manager-protocol
--tablet-manager-grpc-server-name
--tablet-manager-grpc-key
--tablet-manager-grpc-crl
--tablet-manager-grpc-concurrency
--tablet-manager-grpc-cert
--tablet-manager-grpc-ca
--tablet-manager-grpc-connpool-size
--tablet-dir
--stats-emit-period
--stats-drop-variables
--stats-common-tags
--stats-combine-dimensions
--stats-backend
--db-tls-min-version
--db-ssl-mode
--db-ssl-key
--db-ssl-cert
--db-ssl-ca-path
--db-ssl-ca
--db-socket
--db-server-name
--db-port
--db-host
--db-flavor
--db-flags
--db-conn-query-info
--db-connect-timeout-ms
--db-charset
--db-dba-password
--db-dba-use-ssl
--db-dba-user
--db-erepl-password
--db-erepl-use-ssl
--db-erepl-user
--db-filtered-password
--db-filtered-use-ssl
--db-filtered-user
--db-repl-password
--db-repl-use-ssl
--db-repl-user
--db-allprivs-password
--db-allprivs-use-ssl
--db-allprivs-user
--db-app-password
--db-app-use-ssl
--db-app-user
--db-appdebug-password
--db-appdebug-use-ssl
--db-appdebug-user
Flag Count Before vs After:
_-# of migrated flags: 394
Related Issue(s)
#17880
Checklist