summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/database/mysql/mysql_replication.py
Commit message (Expand)AuthorAgeFilesLines
* Migrated to community.generalAnsible Core Team2020-03-231-579/+0
* mysql_replication: add option to fail on error (#67322)petoju2020-02-121-15/+55
* mysql_query: new module (#65941)Andrew Klychkov2020-01-091-3/+3
* mysql_replication - accept empty string to the module's parameters (#63546)Andrey Klychkov2019-10-251-10/+13
* mysql_replication: add support of resetmaster choice to mode parameter (#63321)Andrey Klychkov2019-10-101-1/+27
* mysql_replication: add mutually_excl block, new maintainer, seealso, change d...Andrey Klychkov2019-10-101-113/+135
* mysql_replication: add channel parameter (#63271)Andrey Klychkov2019-10-091-14/+53
* mysql_replication: add connection_name param for MariaDB multi source replica...Andrey Klychkov2019-10-091-18/+50
* mysql_replication: small fix of master_delay parameter (#63221)Andrey Klychkov2019-10-081-1/+1
* mysql_replication: add master_delay parameter (#63130)Andrey Klychkov2019-10-071-0/+17
* mysql_replication: add master_use_gtid parameter (#62648)Andrey Klychkov2019-10-031-8/+31
* mysql_replication: add return value, remove extra argument from function (#63...Andrey Klychkov2019-10-021-50/+54
* Fix mysql.py logic related to 53326 (#61832)Andrey Klychkov2019-09-061-1/+2
* standardize TLS connection properties (#54315)James Cassell2019-03-281-6/+6
* Fix sanity test failures (pep8).Matt Clay2019-02-151-1/+2
* Sanity fixes to parameter types (#52325)Dag Wieers2019-02-151-52/+67
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-4/+4
* Migrate from MySQLdb to PyMySQL (#40123)Daniel Speichert2018-09-191-13/+6
* Clean up module documentation (#36909)Dag Wieers2018-03-151-3/+0
* Extend validate-modules to check the next to last line (#34819)jctanner2018-01-151-1/+2
* Update metadata to 1.1Toshio Kuratomi2017-08-151-1/+1
* Improve error messages when MySQLdb is not installed (#27871)Will Thames2017-08-081-1/+1
* Remove wildcard, add boilerplate and get rid of get_exceptionToshio Kuratomi2017-07-311-29/+14
* Pep8 fixes for mysql module (#23923)Abhijeet Kasurde2017-04-261-3/+3
* E501 fixes (#22879)Matt Martz2017-03-221-2/+4
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-1/+1
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-271-1/+1
* Relocating extras into lib/ansible/modules/ after mergeJames Cammarata2016-12-081-0/+377