-
Notifications
You must be signed in to change notification settings - Fork 84
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
0.10.0 #24
Conversation
Fix selector for add_pool command
Add pool after syncing to collins
Bound port for running service grep
First pass at adding support for multiple sharding pools
shard upgrade upgrade_helper updates
Only look at the sharded table config if the pool is a shard
adding to upgrade helper plugin
upgrade helper --- clone from backup slave if available via slave_for_clone funciton
Add ssl replication support
Better message during master promotion
Tchrist stream encrypt
🚅 LGTM |
should_encrypt = should_encrypt || should_encrypt_with?(t) | ||
end | ||
|
||
if Jetpants.encrypt_with && Jetpants.decrypt_with && should_encrypt |
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.
If should_encrypt is true, but an encrypt_with/decrypt_with has not been provided, is it desirable to downgrade the crypto?
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.
To be fair, we don't silently downgrade, there is an output line below. That being said, it may be worth adding a prompt.
ship it! 💉 |
Additions: