Commit Graph

224 Commits (393e43b876523fa48c3e399743c0cf6f548dd0bb)

Author SHA1 Message Date
René Moser 83a835925e Merge pull request #1737 from Dufgui/devel
fix #1731 : mongodb_user always says changed
10 years ago
René Moser d501e34694 Merge pull request #1750 from Dufgui/mongodb_users_check_mode_1747
#1747 mongodb_user support check mode
10 years ago
Toshio Kuratomi ccab560d86 Merge pull request #1877 from mscherer/improve_redis
Fix type used by the module
10 years ago
Michael Scherer 1c461f7c59 Fix type used by the module
Set int for the various port (and so avoid to convert them later)
Set no_log=True for the login_password
Verify that db is a int, so avoid a conversion
10 years ago
Toshio Kuratomi d5030ae555 Merge pull request #1875 from mscherer/fix_mongo_user
Fix ssl to be a bool, required to fix #1732
10 years ago
Toshio Kuratomi 7dc16b3eb9 Merge pull request #1876 from mscherer/improve_riak
Use proper type for riak config_dir argument
10 years ago
Michael Scherer ed9b83744b Use proper type for riak config_dir argument 10 years ago
Michael Scherer 27b3b43c52 Fix ssl to be a bool, required to fix #1732
May also fix #1869
10 years ago
René Moser bf268e23c0 Merge pull request #1628 from lsb/patch-1
Update mongodb_user.py
10 years ago
Marcos Diez 7ec5209e18 mongodb_user.py: changes on comments 10 years ago
Marcos Diez 5ff957322a mongodb_user: fix checking if the roles of an oplog reader user changed 10 years ago
Matt Clay f1b6eeabb2 Add optional mysql connect timeout. 10 years ago
Marcos Diez 72b1ad46b9 Updated database/misc/mongodb_user.py, the docs now explain how to add a read user to the local/oplog db 10 years ago
Guillaume Dufour 8c3aeac4a3 fix #1747 mongodb_user support check mode 10 years ago
Guillaume Dufour c6ebfa5480 use python fallback to avoid error on old mongo version without roles 10 years ago
Guillaume Dufour 29daa6ffe0 avoid problem with old mongo version without roles 10 years ago
Guillaume Dufour edbad80123 fix #1731 : mongodb_user always says changed 10 years ago
Brian Coca df92a0be0a fixed version added 10 years ago
lsb 1898ffc3cc Update mongodb_user.py
Typo
10 years ago
Toshio Kuratomi d6af6f8477 Update for modules which import json.
Some do not use the json module directly so don't need import json.
Some needed to fallback to simplejson with no traceback if neither was installed

Fixes #1298
10 years ago
Toshio Kuratomi 8ec4f95ffd Merge pull request #1255 from Jmainguy/mysql_connect
Unify mysql modules.
10 years ago
Josh Gachnang 8d866669bb Fix mongodb_user docs typo
Bob's last name is Belcher: http://bobs-burgers.wikia.com/wiki/Bob_Belcher.

These docs made me chuckle, so thanks :)
10 years ago
Jonathan Mainguy 0d0c887f02 Unify mysql modules.
Added config_file, ssl_ca, ssl_cert, ssl_key, changed connect method, added error checking where a backtrace previoussly was possible
10 years ago
Kenny Gryp 53d42cd8d8 revert to unbreak pull request 10 years ago
Kenny Gryp e1c1ea9013 in order for replication setup to work, some errors should be ignored 10 years ago
Kenny Gryp 975d7952b9 including error code and error number when database connection creation fails 10 years ago
Javier Palacios e033e6e602 BUGFIX: misnamed function name breaks check mode 10 years ago
Luis Rodriguez 6e80ed57d2 Fix bug #1067 10 years ago
James Cammarata 840ce26093 Merge pull request #981 from tersmitten/add-more-modes-to-the-mysql-replication-module
Add more modes to the mysql_replication module
10 years ago
Mischa ter Smitten bd0314c406 Documented new operation modes 10 years ago
Mischa ter Smitten a65965e38e Add more modes to the mysql_replication module
Fixes #979
10 years ago
Constantine Romanov 781043f511 Update mongodb_user.py
version_added: "2.0"
10 years ago
Constantine Romanov fded415ff2 Update mongodb_user.py
Auth source support
10 years ago
Brian Coca 27bf193483 added missing license headers
fixes #508
11 years ago
Toshio Kuratomi 79173ac18d Clean up unneeded urllib2 imports 11 years ago
Matt Martz 9a36454329 replace tabs with spaces in mongodb_user.py 11 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 11 years ago
Solomon Gifford d1c68eea9f #364 Added support for update_password=dict(default="always", choices=["always", "on_create"]) 11 years ago
Solomon Gifford 62a7742481 fixes issue #362 11 years ago
Solomon Gifford 3ea8ac0e13 \login_password with missing login_user not caught #363 11 years ago
Toshio Kuratomi 88eff11c04 Many more doc fixes 11 years ago
Brian Coca bceeba224f fix doc parsing by correctly quoting author 11 years ago
Greg DeKoenigsberg 56cf538b71 Adding author's github id 11 years ago
Greg DeKoenigsberg 7107da12e2 Adding author's github id 11 years ago
Greg DeKoenigsberg 5eea108e2c Adding author's github id 11 years ago
Greg DeKoenigsberg a4effefb33 Adding author's github id 11 years ago
Greg DeKoenigsberg 0fca8e4e31 Adding author's github id 11 years ago
Greg DeKoenigsberg dd10475a4e Adding author's github id 11 years ago
Greg DeKoenigsberg d93a6b4c8e Adding author's github id 11 years ago
Greg DeKoenigsberg b8a7f56b14 Update mysql_replication.py 11 years ago