-
Notifications
You must be signed in to change notification settings - Fork 205
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
sync cobradocs #1605
sync cobradocs #1605
Conversation
Signed-off-by: Andrew Mason <andrew@planetscale.com>
Signed-off-by: Andrew Mason <andrew@planetscale.com>
@@ -24,7 +25,7 @@ This helps ensure that `mysqld` is automatically restarted after failures. | |||
--config-file string Full path of the config file (with extension) to use. If set, --config-path, --config-type, and --config-name are ignored. | |||
--config-file-not-found-handling ConfigFileNotFoundHandling Behavior when a config file is not found. (Options: error, exit, ignore, warn) (default warn) | |||
--config-name string Name of the config file (without extension) to search for. (default "vtconfig") | |||
--config-path strings Paths to search for config files in. (default [/Users/andrew/dev/vitess]) | |||
--config-path strings Paths to search for config files in. (default [/Users/andrew/dev/vtwebsite/vitessio.website/vitess]) |
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.
unfortunately this is gonna generate some unnecessary churn until i get to #1601 (which i'm working on separately)
✅ Deploy Preview for vitess ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
LGTM
Signed-off-by: Andrew Mason <andrew@planetscale.com>
@@ -25,7 +25,7 @@ This helps ensure that `mysqld` is automatically restarted after failures. | |||
--config-file string Full path of the config file (with extension) to use. If set, --config-path, --config-type, and --config-name are ignored. | |||
--config-file-not-found-handling ConfigFileNotFoundHandling Behavior when a config file is not found. (Options: error, exit, ignore, warn) (default warn) | |||
--config-name string Name of the config file (without extension) to search for. (default "vtconfig") | |||
--config-path strings Paths to search for config files in. (default [/Users/andrew/dev/vtwebsite/vitessio.website/vitess]) | |||
--config-path strings Paths to search for config files in. (default [$WORKDIR]) |
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.
🎉
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.
note that the older versions will get this change when we update the release tags (since we currently "sync" to the v17.x.y
(and so on for 16 and 15) tag instead of release-17.0
Signed-off-by: Andrew Mason <andrew@planetscale.com>
first half of #1602 (next step is to get this hooked up to some sort of on-push/merge hook from the main codebase side of things)