summaryrefslogtreecommitdiff
path: root/database
Commit message (Expand)AuthorAgeFilesLines
* Revert "add support for proxysql (#2917)"Toshio Kuratomi2016-11-028-3165/+0
* Revert "several fixes to doc to avoid breaking doc build"Toshio Kuratomi2016-11-021-29/+56
* several fixes to doc to avoid breaking doc buildBrian Coca2016-11-021-56/+29
* add support for proxysql (#2917)bmildren2016-11-028-0/+3165
* Fix remaining python3 compile problemsToshio Kuratomi2016-10-236-60/+101
* Make postgresql module in extras compile on py3Michael Scherer2016-10-172-4/+10
* Make mongodb modules compile on python 3Michael Scherer2016-10-172-6/+14
* Do not leak login_password when using verbose, with no_logMichael Scherer2016-10-172-2/+2
* Make redis run on python 3Michael Scherer2016-10-151-5/+11
* Fix mongodb_user.py version detection logic (#3162)Ryan Currah2016-10-151-1/+1
* Fix mongodb user compatibility check (#2731)THEBAULT Julien2016-09-291-6/+21
* Fix mongodb_user ssl_cert_reqs param (#2963) (#2965)Lujeni2016-09-261-8/+12
* Fix mongodb_user default role value when update_password is set (#2997)Lujeni2016-09-231-1/+1
* Improve mongodb_user exception (#2962)Lujeni2016-09-201-3/+3
* Fix the mysql_replication argument (#2111)Michael Scherer2016-09-171-4/+3
* Fix mongodb user idempotence with 2.4 version (#2725) (#2920)Hans-Joachim Kliemeck2016-09-171-2/+19
* Use addresses and names reserved for documentation (#2894)Robin Schneider2016-09-121-2/+2
* return a proper result set for getmaster/getslave (#2595)Serge van Ginderachter2016-08-041-10/+12
* Exception handling for MySQLdb warnings (#2594)Serge van Ginderachter2016-08-041-1/+5
* mongodb_user: properly guard user adding with try...except (#2582)gyurco2016-07-211-13/+9
* mongodb_user: fix ssl_cert_reqs exception (#2573)gyurco2016-07-201-1/+3
* Bugfix influxdb/retention_policy: infinite retention is returned as 0 (#2453)Nicholas Morsman2016-06-291-2/+2
* Fixes check mode error on Python 2.4 and wrong changed state (#2438)Strahinja Kustudic2016-06-161-10/+9
* Support the ssl_cert_reqs directive (#1122)Lujeni2016-06-131-2/+15
* The pymssql library requires python 2.7 or greater so port the syntax of this...Toshio Kuratomi2016-05-251-5/+7
* allow empty user for kerberos ticket usageHans-Joachim Kliemeck2016-05-251-23/+42
* Working mssql db controllerFirat Arig2016-05-252-0/+211
* Fixed problem with pymongo compatibility (#1249)Sergei Antipov2016-05-161-2/+13
* influxdb retention policy moduleKamil Szczygiel2016-05-061-0/+237
* back version added to 2.1nitzmahone2016-05-051-1/+1
* influxdb database moduleKamil Szczygiel2016-05-052-0/+194
* Add mongodb parameter module (#1596)Ner'zhul2016-04-251-0/+228
* Merge pull request #1737 from Dufgui/develRené Moser2016-04-011-4/+51
|\
| * mongodb_user.py: changes on commentsMarcos Diez2016-03-161-4/+5
| * mongodb_user: fix checking if the roles of an oplog reader user changedMarcos Diez2016-03-161-1/+38
| * use python fallback to avoid error on old mongo version without rolesGuillaume Dufour2016-02-281-1/+1
| * avoid problem with old mongo version without rolesGuillaume Dufour2016-02-261-1/+1
| * fix #1731 : mongodb_user always says changedGuillaume Dufour2016-02-251-5/+14
* | Merge pull request #1750 from Dufgui/mongodb_users_check_mode_1747René Moser2016-03-231-1/+7
|\ \
| * | fix #1747 mongodb_user support check modeGuillaume Dufour2016-02-281-1/+7
| |/
* | Merge pull request #1877 from mscherer/improve_redisToshio Kuratomi2016-03-211-14/+7
|\ \
| * | Fix type used by the moduleMichael Scherer2016-03-201-14/+7
* | | Merge pull request #1875 from mscherer/fix_mongo_userToshio Kuratomi2016-03-201-1/+1
|\ \ \
| * | | Fix ssl to be a bool, required to fix #1732Michael Scherer2016-03-191-1/+1
* | | | Merge pull request #1876 from mscherer/improve_riakToshio Kuratomi2016-03-201-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Use proper type for riak config_dir argumentMichael Scherer2016-03-201-1/+1
| |/ /
* | | Merge pull request #1628 from lsb/patch-1René Moser2016-03-191-1/+1
|\ \ \ | |/ / |/| |
| * | Update mongodb_user.pylsb2016-02-051-1/+1
* | | Add optional mysql connect timeout.Matt Clay2016-03-101-1/+4
* | | Updated database/misc/mongodb_user.py, the docs now explain how to add a read...Marcos Diez2016-03-021-3/+20
| |/ |/|