Commit Graph

2128 Commits

Author SHA1 Message Date
behackett
57e05f24e1 BUMP 2.5 2013-03-22 12:49:15 -07:00
behackett
c8bf1779f8 More minor doc updates for 2.5. 2013-03-22 12:44:25 -07:00
Bernie Hackett
991c5301df Minor doc updates for 2.5. 2013-03-22 09:09:06 -07:00
Bernie Hackett
fedf3a6feb Link to privilege documentation in add_user. 2013-03-22 08:11:20 -07:00
Bernie Hackett
1ed7718ad1 Don't mask authentication failure details.
These changes should make it easier to debug
kerberos configuration issues on the client
and server.
2013-03-22 07:56:15 -07:00
behackett
1e5f33412f Changelog for 2.5. 2013-03-21 17:35:38 -07:00
behackett
346fa24c17 Fix a bug in and pep8ify test_auth.py 2013-03-21 16:59:15 -07:00
behackett
6a5a8b95ac Support MongoDB 2.4 options in add_user. 2013-03-21 15:51:47 -07:00
Ross Lawley
bc6368dafa Fixing write concern logic on a collection - PYTHON-474
Adding warnings in documentation about a change
in side effects when calling write_concern
2013-03-21 09:42:50 +00:00
behackett
ce0345d514 Trivial doc updates. 2013-03-19 12:20:20 -07:00
Bernie Hackett
8b6e930338 Merge pull request #164 from shelman/master
Added full_response parameter to find_and_modify for PYTHON-492
2013-03-19 12:03:22 -07:00
Sam Helman
acb48295a5 Added full_response parameter to find_and_modify PYTHON-492 2013-03-19 14:48:52 -04:00
behackett
517356cf86 Fix links and line wrapping. 2013-03-13 17:57:54 -07:00
Dorianux
549f732730 just added some existing Flask tool 2013-03-13 17:54:14 -07:00
behackett
6b3f861df1 Remove obsolete comments about collection size limits. 2013-03-13 17:08:38 -07:00
Ross Lawley
cf9dca6970 Documentation clarifications PYTHON-486 / PYTHON-487 2013-03-13 15:11:16 +00:00
A. Jesse Jiryu Davis
1ba099a15b Add Emily Stolfo to contributors. 2013-03-11 15:52:25 -04:00
A. Jesse Jiryu Davis
ac203ae0d0 Merge pull request #161 from estolfo/documentation-fixes
minor: change to bucketSize index args documentation
2013-03-07 15:22:59 -08:00
estolfo
bb32b4bfb8 minor: change to bucketSize index args documentation 2013-03-07 16:19:55 -05:00
Ross Lawley
4b7cc70f7f Don't mask invalid hostname certificate errors. PYTHON-478 2013-02-28 10:50:54 +00:00
Bernie Hackett
9dc5e7a0fe Minor test fix for python 2.5. 2013-02-27 15:34:21 -08:00
Bernie Hackett
95538d61c5 Document Kerberos support limitations PYTHON-465 2013-02-26 15:36:51 -08:00
Bernie Hackett
a59255ff63 Spelling. 2013-02-23 13:26:49 -08:00
behackett
40f241d2b4 Fix exception handling when ssl isn't available. 2013-02-22 12:58:35 -08:00
behackett
d2a286693e Add HASHED and GEOSPHERE index constants PYTHON-468 2013-02-22 12:43:48 -08:00
behackett
4976d28596 Skip text index test on mongos.
setParameter doesn't work through mongos so we
can't actually enable text search. SERVER-8660.
2013-02-21 16:15:50 -08:00
Ross Lawley
0b4d034708 Clean up match_hostname import 2013-02-20 08:51:07 +00:00
behackett
dd14d3544e Fix up SSL tests.
Tests shouldn't fail if python doesn't have an ssl
module. Other changes include:

- Document how to test all this (i.e. how to start the server for
  these tests to run)
- Don't do requirements testing in setUp since it's run before every
  method.
- Move the "no ssl module" test into it's own test class
2013-02-19 21:00:17 -08:00
A. Jesse Jiryu Davis
8536acb4a0 Standardize tests' handling of DB_IP and DB_PORT, fix PYTHON-475 2013-02-19 15:09:28 -05:00
Ross Lawley
48046b2efd SSL certificate verification PYTHON-466 2013-02-19 15:45:57 +00:00
Bernie Hackett
41e2f8261a Merge pull request #156 from puentesarrin/master
Updated MongoLog repository at doc
2013-02-18 13:52:55 -08:00
Jorge Puente Sarrín
c21f8b39e3 Updated MongoLog repository 2013-02-18 16:33:25 -05:00
behackett
f09e38879d MONGO-CR -> MONGODB-CR (spec change) 2013-02-15 16:06:38 -08:00
behackett
902c1d67ec Minor fixes to authentication tests. 2013-02-15 16:00:19 -08:00
behackett
a9e85cecc2 Ensure we return sockets if authentication fails. 2013-02-15 14:15:54 -08:00
behackett
774e08a465 Make test_legacy_connections work standalone. 2013-02-14 17:17:51 -08:00
behackett
8de9051228 Remove MongoAuthenticationMechanism PYTHON-465
The spec changed - MongoAuthenticationMechanism is
no longer required.
2013-02-12 14:30:11 -08:00
A. Jesse Jiryu Davis
d77e198668 Rename test_threads_replica_set_connection.py to test_threads_replica_set_client.py 2013-02-12 12:44:11 -05:00
behackett
13d8aba2ac Remove $external from the public API PYTHON-465 2013-02-11 19:31:26 -08:00
A. Jesse Jiryu Davis
c758efcb34 Rename test_connection -> test_client, test_replica_set_connection -> test_replica_set_client PYTHON-451 2013-02-11 21:33:55 -05:00
A. Jesse Jiryu Davis
94b08ab7c6 Rm obsolete test_paired.py PYTHON-451 2013-02-11 20:57:17 -05:00
A. Jesse Jiryu Davis
876f9146ea Dead code 2013-02-11 20:57:17 -05:00
A. Jesse Jiryu Davis
9260995ed3 test_ha uses MongoClient instead of Connection PYTHON-451 2013-02-11 20:57:17 -05:00
A. Jesse Jiryu Davis
d35bec12e5 Tests use MongoClient instead of Connection PYTHON-451 2013-02-11 20:57:17 -05:00
behackett
a43f51e159 Don't close socket if auth fails.
Also, check if the socket exists first...
2013-02-11 17:42:55 -08:00
A. Jesse Jiryu Davis
463ebae4c8 Rename Request.client back to 'connection' 2013-02-10 12:14:09 -05:00
A. Jesse Jiryu Davis
20a706fddd Finish updating docstrings with Connection -> MongoClient PYTHON-452 2013-02-10 10:56:46 -05:00
A. Jesse Jiryu Davis
d2b23a535c Update docs for Connection->MongoClient change PYTHON-452 2013-02-10 10:53:35 -05:00
A. Jesse Jiryu Davis
e48e26a3d6 Reduce number of tries before failing PYTHON-431 test 2013-02-09 21:07:20 -05:00
A. Jesse Jiryu Davis
bed1ab01f9 Unpin member when read preference changes PYTHON-431 2013-02-09 18:16:50 -05:00