-
Notifications
You must be signed in to change notification settings - Fork 89
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
mysql_user: replace VALID_PRIVS by get_valid_privs() function #217
mysql_user: replace VALID_PRIVS by get_valid_privs() function #217
Conversation
Codecov Report
@@ Coverage Diff @@
## main #217 +/- ##
==========================================
+ Coverage 77.53% 77.60% +0.07%
==========================================
Files 24 24
Lines 2163 2170 +7
Branches 509 510 +1
==========================================
+ Hits 1677 1684 +7
Misses 319 319
Partials 167 167
Continue to review full report at Codecov.
|
@rsicart thanks for the PR! Could you please add a changelog fragment https://docs.ansible.com/ansible/latest/community/development_process.html#creating-a-changelog-fragment |
@bmalynovytch @Jorge-Rodriguez what do you think? |
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.
Looks good. This may make removal of REQUIRESSL even easier
Cool, thank you all for the feedback! If no objections, I'll merge this PR tomorrow. |
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 but not tested
Thank you all for your time and work! |
@rsicart thanks for the contribution! @bmalynovytch @Jorge-Rodriguez thanks for reviewing! |
…e-collections#217) * mysql_user: replace VALID_PRIVS by get_valid_privs() function * Add EXTRA_PRIVS in case we need to add more privs in the future * Add changelog fragment (cherry picked from commit 0ce1fa1)
* Fix wrong impl for mysql (#210) If 'mariadb' in version info, the db instance should be mariadb(reverse in code) rather than mysql. (cherry picked from commit 6635906) * Update README.md (#216) (cherry picked from commit 4de0e25) * mysql_user: replace VALID_PRIVS by get_valid_privs() function (#217) * mysql_user: replace VALID_PRIVS by get_valid_privs() function * Add EXTRA_PRIVS in case we need to add more privs in the future * Add changelog fragment (cherry picked from commit 0ce1fa1) Co-authored-by: int32bit <[email protected]> Co-authored-by: R.Sicart <[email protected]>
@rsicart I've just released 2.3.0. It contains your changes and among other things |
Cool! Happy to contribute :) |
SUMMARY
mysql_user: replace VALID_PRIVS by get_valid_privs() function
As commented in #77 .
ISSUE TYPE
COMPONENT NAME
plugins/module_utils/user.py VALID_PRIVS