Commit Graph

  • 8c3283f514 minor: switched additional tests to socket mock Tyler Brock 2012-03-06 22:56:39 -0500
  • 03eb8a8c96 RUBY-416 fixes for current thread manager state Tyler Brock 2012-03-06 22:20:28 -0500
  • 68f19039d2 minor: updates for replica set tests, mock socket stubs Tyler Brock 2012-03-06 17:06:42 -0500
  • 274ce690e7 RUBY-416 threading with refresh test fixes Tyler Brock 2012-03-02 19:27:52 -0500
  • bf9bb83b6d minor: whitespace fixes Tyler Brock 2012-03-02 19:09:51 -0500
  • 93b2f3da9b minor: Added TCPSocket Class w/ pool accessor Tyler Brock 2012-03-02 19:09:02 -0500
  • 379c831b8b minor: test fix for mocha 0.10.5 -- new initializer Tyler Brock 2012-03-01 13:03:52 -0500
  • 66227e17c8 minor: more rakefile changes Tyler Brock 2012-03-01 12:42:58 -0500
  • 9f5cd6b5b6 minor: added git to Gemfile Tyler Brock 2012-02-29 20:21:20 -0500
  • c2aac6e7a9 minor: small fix for Rakefile Tyler Brock 2012-02-29 19:25:24 -0500
  • 25375fd50a minor: git deploy fixes Tyler Brock 2012-02-28 13:01:55 -0500
  • 136e8113e8 minor: deploy git task in progress Tyler Brock 2012-02-28 12:54:50 -0500
  • cf85bd5554 minor: more deploy tasks Kyle Banker 2012-02-28 12:30:21 -0500
  • c5890cd56d minor: reverting to 1.6.0 for BSON version Kyle Banker 2012-02-28 12:09:23 -0500
  • 2763c4f355 Rake task for updating gem versions. Kyle Banker 2012-02-28 12:05:08 -0500
  • 73f9acf4fb Cleaned up BSON gem versioning. Kyle Banker 2012-02-28 12:04:49 -0500
  • 311623d81d minor: :name is a valid ReplSetConnection option Kyle Banker 2012-02-28 11:14:48 -0500
  • 7f0c9fa87c Merge pull request #93 from fullbridge-batkins/master Kyle Banker 2012-02-28 07:43:17 -0800
  • fb0b0f1234 Merge pull request #91 from MongoHQ/duplicate_filename Tyler Brock 2012-02-28 07:34:23 -0800
  • cf9ef481d3 Twiddle-wakka for semantically versioned dependencies. Kyle Banker 2012-02-28 10:34:52 -0500
  • be8179ae58 Fixing mongo.gemspec so it doesn't throw error on older versions of Rubygems. Ben Atkins 2012-02-28 10:22:30 -0500
  • 579e187e4f minor: add Gemfile.lock to .gitignore Tyler Brock 2012-02-28 09:39:02 -0500
  • 349d37f3db Fix for newRegexp() on JRuby 1.6.7 Kyle Banker 2012-02-27 18:10:21 -0500
  • 4da27036cf RUBY-416 removed connect_mutex from sync_refresh Tyler Brock 2012-02-27 18:04:45 -0500
  • ebfe279784 Fixed threaded replica set reconnection. Kyle Banker 2012-02-27 17:11:14 -0500
  • 6301a41254 minor: whitespace Tyler Brock 2012-02-27 16:42:16 -0500
  • 29cc4b20e2 RUBY-416 thread affinity for Mongo::Pool Kyle Banker 2012-02-27 16:16:05 -0500
  • 8e64c74d7d RUBY-239 warn if bad options are passed to connection constructors Tyler Brock 2012-02-27 14:06:07 -0500
  • b99f00486d minor: removed unused and deprecated Config from Rakefile Tyler Brock 2012-02-26 22:06:36 -0500
  • 6be68c3e24 minor: turn off travis e-mail notifications Tyler Brock 2012-02-24 12:59:30 -0500
  • eb9b34c1af RUBY-413: Added support for travis-ci, fix for Gemfile conflict Tyler Brock 2012-02-24 11:05:04 -0500
  • 038cbea739 Revert "Solves: "gems/mongo-1.6.0/lib/mongo/util/logging.rb:34:in `instrument': undefined method `level' for #<Mongoid::Logger:0x00000103ca7570> (NoMethodError)"" Tyler Brock 2012-02-23 11:52:09 -0500
  • 87fd68e9d9 Merge pull request #92 from Krule/master Tyler Brock 2012-02-22 15:44:44 -0800
  • 775ed49e6c Solves: "gems/mongo-1.6.0/lib/mongo/util/logging.rb:34:in `instrument': undefined method `level' for #<Mongoid::Logger:0x00000103ca7570> (NoMethodError)" Armin Pašalić 2012-02-22 21:26:59 +0100
  • 32117ac91c minor: updated README.md replica set test documentation Tyler Brock 2012-02-22 13:57:08 -0500
  • c41a58d2aa minor: updated README.md test versions Tyler Brock 2012-02-22 13:54:53 -0500
  • 34ccb5cb58 minor: ReplSet doc example update Tyler Brock 2012-02-22 13:47:10 -0500
  • 85c8b18e23 Merge pull request #90 from comerford/patch-1 Tyler Brock 2012-02-22 10:35:49 -0800
  • 374644ba7b minor: removed Gemfile.lock Tyler Brock 2012-02-22 13:22:30 -0500
  • a4343e53fe Release 1.6.0 1.6.0 Tyler Brock 2012-02-22 10:41:44 -0500
  • 0f46875473 Fixed issue when sending a :filename GridFS would store the :filename attribute twice. Chris Winslett 2012-02-22 08:44:19 -0600
  • e0c68881c0 Update README.md Adam C 2012-02-22 11:08:14 +0000
  • c802c7eba3 minor: fixes for tests in Ruby 1.8.7 Tyler Brock 2012-02-18 19:24:27 -0500
  • 4db19610d6 minor: documentation fixes Tyler Brock 2012-02-18 18:30:23 -0500
  • 8db4eb771f RUBY-378: fixed documentation and tests for new ReplSetConnection seed format Tyler Brock 2012-02-18 18:29:52 -0500
  • b70c9ce152 RUBY-406 enhancements to :secondary_only read preference Tyler Brock 2012-02-18 16:51:57 -0500
  • b9371206dc minor: improvements to ReplSetManager Tyler Brock 2012-02-18 15:00:25 -0500
  • 95d1129e75 minor: cleanup unused variables + methods Tyler Brock 2012-02-17 15:18:02 -0500
  • a57762c797 minor: remove unused variables in Connection and ReplSetConnection Classes Tyler Brock 2012-02-17 13:36:28 -0500
  • 79105f6c98 minor: documentation and test updates for RUBY-378 Tyler Brock 2012-02-16 14:20:31 -0500
  • b79d408a11 Enable log duration by default for :debug-level logging. Kyle Banker 2012-02-16 14:00:52 -0500
  • 8bdb64721b minor: remove unused code Kyle Banker 2012-02-16 11:29:10 -0500
  • a4e49d86ac Merge branch 'master' of github.com:mongodb/mongo-ruby-driver Tyler Brock 2012-02-16 13:03:08 -0500
  • 098c750529 RUBY-378 minor fix to warning Tyler Brock 2012-02-16 13:02:51 -0500
  • 542b8f46da RUBY-406 added ReplSetConnection read preference :secondary_only Tyler Brock 2012-02-16 12:59:52 -0500
  • 0e50077ced Merge pull request #80 from VvanGemert/master Kyle Banker 2012-02-16 08:24:34 -0800
  • 3613a05461 Merge pull request #85 from shingara/log_duration Kyle Banker 2012-02-16 08:01:23 -0800
  • 78fc1debbe RUBY-378 new ReplSetConnection format Tyler Brock 2012-02-16 10:59:09 -0500
  • aecad5d345 Merge pull request #88 from Oscil8/master Kyle Banker 2012-02-16 07:55:22 -0800
  • fec284ee99 minor: small fix in replset initialization code Tyler Brock 2012-02-16 10:36:13 -0500
  • bcb32e5935 minor: wait for mongod to die when we kill it during replica set tests Tyler Brock 2012-02-15 18:17:24 -0500
  • dab2552b6b minor: document release process in detail. Kyle Banker 2012-02-15 13:14:03 -0500
  • 02d39a75c7 minor: insert test should use w = 2 Kyle Banker 2012-02-15 12:55:14 -0500
  • b299986eb4 minor: don't preallocate for replica set tests Kyle Banker 2012-02-15 12:13:47 -0500
  • 8c2929bd4c minor: increased sleep time on pooled insert rs test Tyler Brock 2012-02-15 09:51:01 -0500
  • 1be40495c2 RUBY-412 added if statement to case T_DATA to catch unserializable time classes in Ruby >= 1.9.3 Tyler Brock 2012-02-14 16:07:53 -0500
  • e21adbd781 minor: possible fix for replica set refresh test not passing due to ghost members Tyler Brock 2012-02-13 19:21:11 -0500
  • a3fa4892a6 minor: fix for test_accessors replica set test -- should not test tags on server < 2.0 Tyler Brock 2012-02-13 18:34:38 -0500
  • c6af6041e7 Merge branch 'master' of github.com:mongodb/mongo-ruby-driver Tyler Brock 2012-02-13 17:57:38 -0500
  • c954b75030 RUBY-411 refactored ReplSetConnection#setup to remove code duplication Tyler Brock 2012-02-13 17:57:23 -0500
  • b4079a22f9 minor: disable replica set threading test Kyle Banker 2012-02-13 16:43:14 -0500
  • c871a645ad Merge branch 'master' of github.com:mongodb/mongo-ruby-driver Tyler Brock 2012-02-13 15:23:48 -0500
  • 21ad1e9aef RUBY-409 fixed test for ordered hash to actually used Array instead of hash Tyler Brock 2012-02-13 15:19:59 -0500
  • d19c679d67 Merge pull request #89 from benatkin/patch-1 Tyler Brock 2012-02-12 20:58:40 -0800
  • b2455431a6 typo in docs/WRITE_CONCERN.md Benjamin Atkin 2012-02-12 20:11:11 -0700
  • a89492d1f8 Add documentation for read_only parameter Ariel Salomon 2012-02-12 14:25:39 -0800
  • 9eadb3c24a Add read_only parameter to add_user Ariel Salomon 2012-02-12 13:14:18 -0800
  • 4a92a1e498 minor: fix for version_string in ReplSetManager Tyler Brock 2012-02-10 15:43:01 -0500
  • 4317c9d1b0 minor: allow customization of mongod via environment var for testing via jenkins Tyler Brock 2012-02-10 15:07:26 -0500
  • 08ca57b92c minor: cleanup rakefile, bamboo -> jenkins, broke out uninstall of bson_ext Tyler Brock 2012-02-10 11:17:33 -0500
  • d3948114ea minor: more testing bug fixes, refactoring -- ideas from mlanett Tyler Brock 2012-02-06 20:51:44 -0500
  • 2c82762782 minor: replace relative requires within .gemspec files to fix testing in 1.9.x -- suggested by mlanett Tyler Brock 2012-02-06 20:18:44 -0500
  • a824533ad3 RUBY-407 created Gemfile Tyler Brock 2012-02-06 19:56:58 -0500
  • 12e1af0c3d minor: tests now prefer test-unit gem in ruby 1.9.x Tyler Brock 2012-02-06 19:14:07 -0500
  • 1c765fb338 minor: fix for require failing in tests Tyler Brock 2012-02-06 17:45:41 -0500
  • 53b7f8f81c use the platforms option to avoid install json_pure where is not needed Cyril Mougel 2012-02-03 22:35:38 +0100
  • 9febf7e15c add json_pure in Gemfile because not in stdlib in ruby 1.8 Cyril Mougel 2012-02-03 22:19:36 +0100
  • 0426bd3d5a avoid gemspec in Gemfile because multiple gemspec Cyril Mougel 2012-02-03 22:12:32 +0100
  • 65c937ff64 add Gemfile needed by travis Cyril Mougel 2012-02-03 22:11:19 +0100
  • 66fe86d1b9 add travis conf Cyril Mougel 2012-02-03 22:07:00 +0100
  • 84c8e7cae2 add log_duration system to add time spend in database Cyril Mougel 2012-02-03 18:02:14 +0100
  • 6ab02373ea add an option in connection to log duration Cyril Mougel 2012-02-03 17:29:30 +0100
  • 99d9dfddfb RUBY-405 fixed map reduce test to work with 1.8.7 using ordered hash Tyler Brock 2012-01-30 16:57:05 -0500
  • fb77743f60 RUBY-392 fix to support ruby < 1.9 (1.9 is needed to support named capture groups in regular expressions) Tyler Brock 2012-01-30 13:53:12 -0500
  • a193c055ab RUBY-404 make uri option paramaters case insensitive, test included Tyler Brock 2012-01-30 12:06:20 -0500
  • 6ae5dbd37c minor: removed redundant code from uri_parser configure connect method Tyler Brock 2012-01-29 19:38:41 -0500
  • 90e35d3137 minor: formatting fix for repl_set_manager.rb Tyler Brock 2012-01-29 19:29:40 -0500
  • 7d5ab886ed minor: fix for replica set tests -- each TestCase class now gets a new replica set Tyler Brock 2012-01-29 19:05:17 -0500
  • eb715313a2 minor .gitignore update Tyler Brock 2012-01-26 16:59:00 -0500
  • b31d51ba7a minor: updates to uri parser for MS granularity Tyler Brock 2012-01-26 16:52:25 -0500