-
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_replication: Add aliases to "master" options, add alternatives to "master" state options, add announcement #150
mysql_replication: Add aliases to "master" options, add alternatives to "master" state options, add announcement #150
Conversation
…, announce major changes
Codecov Report
@@ Coverage Diff @@
## main #150 +/- ##
==========================================
- Coverage 79.11% 76.92% -2.20%
==========================================
Files 20 20
Lines 3194 1794 -1400
Branches 815 439 -376
==========================================
- Hits 2527 1380 -1147
+ Misses 412 268 -144
+ Partials 255 146 -109
Continue to review full report at Codecov.
|
Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <[email protected]>
Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <[email protected]>
@Jorge-Rodriguez thanks, committed, ready for review |
@Jorge-Rodriguez @bmalynovytch thanks for reviewing! |
…to "master" state options, add announcement (ansible-collections#150) * mysql_replication: Add aliases, add alternatives for the state option, announce major changes * Change tests * Add changelog fragment * Fix changelog * Update plugins/modules/mysql_replication.py Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <[email protected]> * Update plugins/modules/mysql_replication.py Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <[email protected]> Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <[email protected]> (cherry picked from commit c8f9b1c)
…to "master" state options, add announcement (#150) (#152) * mysql_replication: Add aliases, add alternatives for the state option, announce major changes * Change tests * Add changelog fragment * Fix changelog * Update plugins/modules/mysql_replication.py Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <[email protected]> * Update plugins/modules/mysql_replication.py Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <[email protected]> Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <[email protected]> (cherry picked from commit c8f9b1c)
SUMMARY
Relates to #145
mysql_replication:
state
optionsImportant: this does NOT contain any breaking changes. I ran the not touched tests with the changes - they passed. Then changed, the changed ones also passed (but you can recheck if any doubts, just checkout to the first commit of the PR).