-
Notifications
You must be signed in to change notification settings - Fork 794
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
Support compression command and extension #1363
Support compression command and extension #1363
Conversation
This makes it possible to configure the previously hardcoded bzip2 compression and use a faster or parallel compression. It doesn't support package installation for other compression commands.
mysql::backup::mysqldump is a classthat may have no external impact to Forge modules. mysql::server::backup is a classBreaking changes to this file WILL impact these 4 modules (exact match):This module is declared in 143 of 576 indexed public
|
I currently can't sign the CLA (it seems you're using a wrong return URL for the Github auth). Also, I didn't know how to update reference documentation as rake strings:generate produces:
|
Codecov Report
@@ Coverage Diff @@
## main #1363 +/- ##
==========================================
+ Coverage 50.33% 55.66% +5.32%
==========================================
Files 22 22
Lines 1055 1051 -4
==========================================
+ Hits 531 585 +54
+ Misses 524 466 -58
Continue to review full report at Codecov.
|
Taking a quick look these seem like good changes to have in the code. Thanks for putting in the work :) |
@dploeger Thanks for getting back so fast with the change. Everything looks good to me so I've gone ahead and merged it. |
@david22swan Awesome! Thanks a lot. Do you know when the next version that will include this fix is due? |
@dploeger A release of the module just went out so it might be a while, mysql releases are fairly common however so it shouldn't be too long. |
This makes it possible to configure the previously hardcoded bzip2 compression and use a faster or parallel compression. It doesn't support package installation for other compression commands.