summaryrefslogtreecommitdiff
path: root/database
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-066-0/+24
* Call main in conditional way - databasesFabio Alessandro Locati2016-12-051-1/+3
* mysql_user: fix user_mod on MySQL(-like) 5.7+ (Fixes #3003) (#5388)Wouter Oosterveld2016-11-291-1/+1
* Examples syntax batch6 (#5623)Sam Doran2016-11-161-8/+16
* double quotes for consistencyJohn R Barker2016-11-141-1/+1
* Need to quote if there is a `:`John R Barker2016-11-141-1/+1
* Change examples syntax on postgresql_user moduleSam Doran2016-11-141-5/+24
* Change examples syntax on postgresql_privs moduleSam Doran2016-11-141-60/+60
* > Change examples syntax on postgresql_db moduleSam Doran2016-11-141-6/+8
* Change examples syntax on mysql_variables moduleSam Doran2016-11-141-2/+5
* Change examples syntax on mysql_user moduleSam Doran2016-11-141-12/+58
* Change examples syntax on mysql_db moduleSam Doran2016-11-141-3/+10
* Do not leak the password in log (#5189)Michael Scherer2016-10-131-1/+1
* Do not leak various passwords in log (#5202)Michael Scherer2016-10-131-2/+2
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-10-132-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
| | |/ | |/|