Commit graph

210 commits

Author SHA1 Message Date
René Moser
bf268e23c0 Merge pull request #1628 from lsb/patch-1
Update mongodb_user.py
2016-03-19 00:45:24 +01:00
Matt Clay
f1b6eeabb2 Add optional mysql connect timeout. 2016-03-10 14:11:16 -08:00
Marcos Diez
72b1ad46b9 Updated database/misc/mongodb_user.py, the docs now explain how to add a read user to the local/oplog db 2016-03-02 12:04:28 +02:00
Brian Coca
df92a0be0a fixed version added 2016-02-10 10:46:40 -05:00
lsb
1898ffc3cc Update mongodb_user.py
Typo
2016-02-05 17:10:44 -08:00
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
2016-01-11 13:06:22 -08:00
Toshio Kuratomi
8ec4f95ffd Merge pull request #1255 from Jmainguy/mysql_connect
Unify mysql modules.
2015-12-16 10:47:55 -08:00
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 :)
2015-12-01 11:16:29 -06:00
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
2015-11-20 21:44:04 -05:00
Kenny Gryp
53d42cd8d8 revert to unbreak pull request 2015-11-09 10:07:15 +01:00
Kenny Gryp
e1c1ea9013 in order for replication setup to work, some errors should be ignored 2015-11-09 10:05:53 +01:00
Kenny Gryp
975d7952b9 including error code and error number when database connection creation fails 2015-11-03 16:44:00 +01:00
Javier Palacios
e033e6e602 BUGFIX: misnamed function name breaks check mode 2015-11-02 16:43:46 +00:00
Luis Rodriguez
6e80ed57d2 Fix bug #1067 2015-10-07 19:04:37 +02:00
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
2015-09-17 11:17:05 -04:00
Mischa ter Smitten
bd0314c406 Documented new operation modes 2015-09-17 09:52:58 +02:00
Mischa ter Smitten
a65965e38e Add more modes to the mysql_replication module
Fixes #979
2015-09-15 12:57:37 +02:00
Constantine Romanov
781043f511 Update mongodb_user.py
version_added: "2.0"
2015-09-03 22:02:36 +03:00
Constantine Romanov
fded415ff2 Update mongodb_user.py
Auth source support
2015-09-03 13:20:54 +03:00
Brian Coca
27bf193483 added missing license headers
fixes #508
2015-07-30 14:48:59 -04:00
Toshio Kuratomi
79173ac18d Clean up unneeded urllib2 imports 2015-07-20 23:04:27 -07:00
Matt Martz
9a36454329 replace tabs with spaces in mongodb_user.py 2015-06-30 13:46:45 -05:00
Greg DeKoenigsberg
004dedba8a Changes to author formatting, remove emails 2015-06-16 14:32:39 -04:00
Solomon Gifford
d1c68eea9f #364 Added support for update_password=dict(default="always", choices=["always", "on_create"]) 2015-06-16 11:33:09 -04:00
Solomon Gifford
62a7742481 fixes issue #362 2015-06-16 11:33:09 -04:00
Solomon Gifford
3ea8ac0e13 \login_password with missing login_user not caught #363 2015-06-16 11:33:09 -04:00
Toshio Kuratomi
88eff11c04 Many more doc fixes 2015-05-15 12:12:26 -07:00
Brian Coca
bceeba224f fix doc parsing by correctly quoting author 2015-05-14 09:19:24 -04:00
Greg DeKoenigsberg
56cf538b71 Adding author's github id 2015-05-13 15:06:01 -04:00
Greg DeKoenigsberg
7107da12e2 Adding author's github id 2015-05-13 15:05:17 -04:00
Greg DeKoenigsberg
5eea108e2c Adding author's github id 2015-05-13 15:04:53 -04:00
Greg DeKoenigsberg
a4effefb33 Adding author's github id 2015-05-13 15:04:34 -04:00
Greg DeKoenigsberg
0fca8e4e31 Adding author's github id 2015-05-13 15:04:17 -04:00
Greg DeKoenigsberg
dd10475a4e Adding author's github id 2015-05-13 15:02:33 -04:00
Greg DeKoenigsberg
d93a6b4c8e Adding author's github id 2015-05-13 14:56:24 -04:00
Greg DeKoenigsberg
b8a7f56b14 Update mysql_replication.py 2015-05-13 14:55:28 -04:00
Greg DeKoenigsberg
51ffa51f11 Adding author's github id 2015-05-13 14:52:29 -04:00
Greg DeKoenigsberg
124b7eca32 Adding author's github id 2015-05-13 14:46:08 -04:00
Greg DeKoenigsberg
cdc51aa078 Adding author's github id 2015-05-13 14:45:05 -04:00
Brian Coca
fbc0bcbd9c minor doc fixes 2015-05-13 13:59:24 -04:00
Brian Coca
07ed2ffb67 Merge pull request #124 from banyek/mysql-gtid-replication
gtid_replication parameter added
2015-05-13 13:51:35 -04:00
Matt Martz
e568032bc3 Fix up modules that have python24 syntax error 2015-05-11 09:51:48 -05:00
Balazs Pocze
c2ae5d8e4c Changes made as modifying master_auto_position parameter type to bool 2015-04-15 13:45:26 -07:00
Balazs Pocze
14cf26f520 gtid_replication parameter changed to master_auto_position to keep the
same variable name as the MySQL server itself
2015-04-14 17:35:13 -07:00
Brian Coca
759e618c4c vertica doc fixes 2015-03-31 10:44:34 -04:00
Toshio Kuratomi
400166a655 Port is an integer so use arg_spec to enforce that. 2015-03-26 11:42:56 -07:00
Brian Coca
4bf87a0ab5 corrected 'version added' 2015-03-25 22:00:07 -04:00
Dariusz Owczarek
09dfd42d50 new vertica modules 2015-03-25 20:04:27 +01:00
Toshio Kuratomi
945da71ce4 Fix postgresql_ext documentation 2015-03-02 15:11:25 -08:00
Toshio Kuratomi
c0d8464246 Move other postgres module into the postgresql hierarchy 2015-03-02 15:08:55 -08:00