Commit Graph

1847 Commits

Author SHA1 Message Date
Tyler Brock e9e0e47cc1 minor: test cleanup and fixes 2012-04-03 16:06:37 -04:00
Tyler Brock 01f28b47ff RUBY-429 non-blocking IO for socket timeouts
Should greatly improve performance for highly threaded applications
using connection and operation timeouts.
2012-04-03 16:06:37 -04:00
Tyler Brock aab3cf7b74 minor: cleanup thread_to_socket pruning code and test 2012-04-03 16:06:37 -04:00
Gary Murakami c65b4aadb0 [Gary] Improvements to TUTORIAL, completeness and bug fixes, CRUD reorg, Delete documents, explain, Ruby style 2012-04-03 15:14:43 -04:00
Gary Murakami 9e47109b8f [Gary] Editing due to minor disconnects of a newbie - might as well make improvements before I'm too tainted by familiarity. Any suggestions for a GFM previewer? 2012-04-02 17:25:01 -04:00
Gary Murakami d4efbe96f7 fix README gem require for test, typos, JRuby reminders, also add require rubygems to simple.rb 2012-03-30 16:56:51 -04:00
Gary Murakami 481c57c52e fix bson test hash_with_indifferent_access, missing require 2012-03-30 11:47:06 -04:00
Tyler Brock 0e8eef6cdd RUBY-420 enforce lower bound on refresh interval 2012-03-21 19:01:37 -04:00
Tyler Brock 6944794fb2 RUBY-422 Cleanup testing output 2012-03-16 16:17:33 -04:00
Tyler Brock ec86275b60 RUBY-424 Authenticating with only secondary fails
Authentication command now prefers to use primary node but will fall
back on secondary if no primary is available
2012-03-15 13:50:02 -04:00
Tyler Brock 7fd0b8dfce minor: update for replica set docs 2012-03-15 08:32:25 -04:00
Tyler Brock cf817f5705 minor: fix for ydoc deploy version 2012-03-07 17:50:36 -05:00
Tyler Brock ddc3e893cb RELEASE 1.6.1 2012-03-07 16:59:27 -05:00
Tyler Brock 18cad3401b minor: deploy task typo 2012-03-07 16:58:29 -05:00
Tyler Brock 2af817f0f8 minor: fix for refresh with threads test and rs documentation updates 2012-03-07 16:38:14 -05:00
Tyler Brock 5f6544a53c minor: update history file 2012-03-07 14:16:57 -05:00
Tyler Brock 5fde3de4a6 RUBY-417 only show logging warning if level is :debug 2012-03-07 14:15:10 -05:00
Tyler Brock 0ae757c69b RUBY-416 unit test stub fix 2012-03-07 12:38:04 -05:00
Tyler Brock 06bc50fe46 RUBY-416 do not checkout closed sockets 2012-03-07 12:00:10 -05:00
Tyler Brock 8c3283f514 minor: switched additional tests to socket mock 2012-03-06 22:56:39 -05:00
Tyler Brock 03eb8a8c96 RUBY-416 fixes for current thread manager state 2012-03-06 22:32:20 -05:00
Tyler Brock 68f19039d2 minor: updates for replica set tests, mock socket stubs 2012-03-06 17:06:42 -05:00
Tyler Brock 274ce690e7 RUBY-416 threading with refresh test fixes 2012-03-05 14:40:05 -05:00
Tyler Brock bf9bb83b6d minor: whitespace fixes 2012-03-02 19:25:17 -05:00
Tyler Brock 93b2f3da9b minor: Added TCPSocket Class w/ pool accessor
Sockets now know what pool they were checked out from
SSLSocket updated as well
2012-03-02 19:16:14 -05:00
Tyler Brock 379c831b8b minor: test fix for mocha 0.10.5 -- new initializer 2012-03-01 13:03:52 -05:00
Tyler Brock 66227e17c8 minor: more rakefile changes 2012-03-01 12:42:58 -05:00
Tyler Brock 9f5cd6b5b6 minor: added git to Gemfile 2012-02-29 21:14:50 -05:00
Tyler Brock c2aac6e7a9 minor: small fix for Rakefile 2012-02-29 19:25:24 -05:00
Tyler Brock 25375fd50a minor: git deploy fixes 2012-02-28 13:14:48 -05:00
Tyler Brock 136e8113e8 minor: deploy git task in progress 2012-02-28 12:54:50 -05:00
Kyle Banker cf85bd5554 minor: more deploy tasks 2012-02-28 12:30:21 -05:00
Kyle Banker c5890cd56d minor: reverting to 1.6.0 for BSON version 2012-02-28 12:09:23 -05:00
Kyle Banker 2763c4f355 Rake task for updating gem versions. 2012-02-28 12:05:08 -05:00
Kyle Banker 73f9acf4fb Cleaned up BSON gem versioning. 2012-02-28 12:04:49 -05:00
Kyle Banker 311623d81d minor: :name is a valid ReplSetConnection option 2012-02-28 11:15:23 -05:00
Kyle Banker 7f0c9fa87c Merge pull request #93 from fullbridge-batkins/master
Fix for the mongo.gemspec dependency statement to prevent errors on older versions of Rubygems.
2012-02-28 07:43:17 -08:00
Tyler Brock fb0b0f1234 Merge pull request #91 from MongoHQ/duplicate_filename
Passing :filename to GridFS stored duplicate filename attributes
2012-02-28 07:34:23 -08:00
Kyle Banker cf9ef481d3 Twiddle-wakka for semantically versioned dependencies. 2012-02-28 10:34:52 -05:00
Ben Atkins be8179ae58 Fixing mongo.gemspec so it doesn't throw error on older versions of Rubygems. 2012-02-28 10:22:30 -05:00
Tyler Brock 579e187e4f minor: add Gemfile.lock to .gitignore 2012-02-28 09:39:15 -05:00
Kyle Banker 349d37f3db Fix for newRegexp() on JRuby 1.6.7 2012-02-27 18:10:58 -05:00
Tyler Brock 4da27036cf RUBY-416 removed connect_mutex from sync_refresh 2012-02-27 18:04:45 -05:00
Kyle Banker ebfe279784 Fixed threaded replica set reconnection. 2012-02-27 17:13:57 -05:00
Tyler Brock 6301a41254 minor: whitespace 2012-02-27 16:42:48 -05:00
Kyle Banker 29cc4b20e2 RUBY-416 thread affinity for Mongo::Pool 2012-02-27 16:16:09 -05:00
Tyler Brock 8e64c74d7d RUBY-239 warn if bad options are passed to connection constructors 2012-02-27 14:06:07 -05:00
Tyler Brock b99f00486d minor: removed unused and deprecated Config from Rakefile 2012-02-26 22:06:36 -05:00
Tyler Brock 6be68c3e24 minor: turn off travis e-mail notifications 2012-02-24 12:59:39 -05:00
Tyler Brock eb9b34c1af RUBY-413: Added support for travis-ci, fix for Gemfile conflict 2012-02-24 11:13:59 -05:00