summaryrefslogtreecommitdiff
path: root/database
Commit message (Expand)AuthorAgeFilesLines
* mysql_user: fix user_mod on MySQL(-like) 5.7+ (Fixes #3003) (#5388)Wouter Oosterveld2016-11-291-1/+1
* Do not leak various passwords in log (#5202)Michael Scherer2016-10-171-2/+2
* Do not leak the password in log (#5189)Michael Scherer2016-10-171-1/+1
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-10-172-2/+2
* Added single_transaction and quick to db_dump (#3687)Søren Kröger2016-09-211-1/+1
* postgresql_db: fix inverted 'changed' logic when state=absent (#4934)Marius Gedminas2016-09-211-2/+2
* Fix database table quoting in privileges_unpack() (#3858)Tobias Wolf2016-08-311-3/+6
* if user is empty, it is not converted to tuple when using host_all (#3038)Jean Prat2016-08-311-3/+3
* Port postgresql module to python3 (#4579)Michael Scherer2016-08-312-4/+6
* Fix mysql_user for python3 (#4576)Michael Scherer2016-08-311-4/+4
* mysql_db: use new exception handling, fixes build (#4373)René Moser2016-08-101-3/+4
* error handling for importing non-existent db. Fixes ##2068 (#3617)Saurabh Sharma2016-08-081-2/+37
* Removing double definition in postgresql_user module (#3714)Jiri Tyr2016-05-241-3/+0
* Convert all databases modules to python3 and 2.4 syntax (#3688)Michael Scherer2016-05-186-28/+54
* mysql_user: fix unresolved referenceRene Moser2016-05-021-8/+8
* mysql_variables: fix inconsistent params, fixes ubuntu 16.04 supportRene Moser2016-05-021-9/+6
* Allow an empty password when adding a new MySQL user. (#3445)Jeroen Geusebroek2016-04-191-6/+6
* Give encoding examples (#3436)jjshoe2016-04-141-1/+1
* Set --quick to True by default and make it selectable (#3418)hyperized2016-04-131-3/+2
* Add single_transaction and quick options to MySQL DB module (#3402)hyperized2016-04-121-1/+21
* Mark path as type='path', do not leak login_password by error (#3396)Michael Scherer2016-04-111-6/+5
* Update the type of some arguments in mysql_db module (#3285)Michael Scherer2016-04-111-11/+6
* Update mysql_db.pyTom Paine2016-04-111-0/+5
* Merge pull request #2889 from towolf/add_check_mode_to_mysql_dbRené Moser2016-03-231-21/+34
|\
| * Add supports_check_mode=True to mysql_db moduleTobias Wolf2016-01-261-21/+34
* | Merge pull request #3112 from Jmainguy/mysql_user_binlogBrian Coca2016-03-211-0/+15
|\ \
| * | added sql_log_bin setting to disable binary logging as optionKenny Gryp2016-03-021-0/+15
* | | Add optional connect timeout to mysql* modules.Matt Clay2016-03-103-4/+14
|/ /
* | Various simple linting type cleanups on modulesMatt Martz2016-02-161-1/+1
* | password needs to be type str.Toshio Kuratomi2016-02-111-1/+1
* | Remove duplicate documentation fieldsToshio Kuratomi2016-01-281-5/+0
|/
* - fix check_mode test to avoid errorsLee H2016-01-141-2/+2
* Merge pull request #2764 from Jmainguy/mysql_user_ansiBrian Coca2016-01-121-11/+29
|\
| * add ansi supportJonathan Mainguy2016-01-051-11/+29
* | Merge pull request #2170 from mvdriel/fix-add-user-with-require-sslBrian Coca2016-01-121-5/+5
|\ \
| * | Fixed "invalid privileges string: set expected at most 1 arguments, got 2"Mark van Driel2016-01-061-1/+1
| * | Fixes require ssl in combination with other privilegesMark van Driel2015-11-261-5/+5
* | | Merge pull request #2774 from koichirok/mysql_user-check_modeBrian Coca2016-01-111-8/+25
|\ \ \
| * | | Add check_mode support to mysql_user.KIKUCHI Koichiro2016-01-071-8/+25
| | |/ | |/|
* | | Merge pull request #2513 from joshrendek/patch-1Brian Coca2016-01-111-1/+1
|\ \ \ | |/ / |/| |
| * | Fix quote on grants of more than one wordJosh Rendek2015-11-221-1/+1
* | | Fix bad mergeJonathan Mainguy2016-01-051-23/+0
* | | mariadb isn't always the last elemen of the version stringToshio Kuratomi2015-12-171-1/+1
* | | Fix mysqldump usage of config_fileToshio Kuratomi2015-12-171-2/+7
* | | Account for mariadb versioningToshio Kuratomi2015-12-161-2/+6
* | | Unify all 3 mysql modules.Jonathan Mainguy2015-12-163-308/+75
* | | - add version_added as requested to host_allLee H2015-12-161-0/+1
* | | - remove user_anonymous as the same thing can be accomplished by user='', but...Lee H2015-12-161-15/+3
* | | - add example showing removal of anonymous user accountsLee H2015-12-141-0/+6
* | | Merge branch 'devel' into mysql_anon_userLee H2015-12-142-22/+109
|\ \ \