Kyle Banker
75ff1aa633
minor: doc fixes
2011-09-06 16:36:45 -04:00
Kyle Banker
0abb2e64a9
RUBY-284 RUBY-291 document read preference with secondary ping time
2011-09-06 15:23:51 -04:00
Kyle Banker
d552d603a8
RUBY-279 update to Java driver 2.6.5
2011-08-10 14:14:52 -04:00
Kyle Banker
8534fcd4c6
minor: added RELEASES.md to doc generator
2011-04-04 10:35:44 -04:00
Kyle Banker
9c031b00e6
RUBY-259 Enable ci_reporter
2011-04-01 16:35:18 -04:00
Kyle Banker
a19d5bc983
minor: removed old 1.0 upgrade notes
2011-04-01 13:29:25 -04:00
Kyle Banker
6d9c6bb06c
RUBY-237 RUBY-238 Enforce semantic versioning
2011-03-23 17:11:21 -04:00
Kyle Banker
2bfe205c51
Merged wpiekutowski's commits to enable warnings
...
on test suite and clean up some code.
Conflicts:
test/cursor_test.rb
2011-03-23 16:02:04 -04:00
Kyle Banker
ef99f49dd9
minor: task to build gems
2011-02-23 14:52:06 -05:00
Wojciech Piekutowski
4c9ff36698
Enable warnings in test:new_features
2011-02-20 17:33:27 +01:00
Wojciech Piekutowski
132ed07bfd
Enable warnings in test:authentication
2011-02-20 17:33:20 +01:00
Wojciech Piekutowski
d9ba3da0bf
Enable warnings in test:auto_reconnect
2011-02-20 17:33:13 +01:00
Wojciech Piekutowski
cf6e7e8634
Enable warnings in test:pooled_threading
2011-02-20 17:33:06 +01:00
Wojciech Piekutowski
5270b6ec06
Enable warnings in test:functional
2011-02-20 16:24:31 +01:00
Wojciech Piekutowski
c0b0325100
Enable warnings in test:unit
2011-02-20 15:57:13 +01:00
Wojciech Piekutowski
37f8ff2c9b
Enable warnings in test:rs
2011-02-20 15:44:34 +01:00
Wojciech Piekutowski
3ff4f75270
Enable warnings in test:bson
2011-02-20 15:33:33 +01:00
Kyle Banker
016743b015
RUBY-224 encode JRuby strings with byte[]
2011-01-14 10:50:32 -05:00
Kyle Banker
28645ed536
minor: remove Rake tasks for individual replication tests.
2010-12-15 12:18:57 -05:00
Kyle Banker
55f839fe0d
minor: better test filename
2010-12-15 12:16:10 -05:00
Kyle Banker
95c0fe088f
Fully-automated replica set tests.
2010-12-14 17:38:52 -05:00
Kyle Banker
34b6f023eb
Replica set automated tests
2010-12-14 15:47:18 -05:00
Kyle Banker
236d4a821f
More connection refactoring. Updates to repl_set_manager.
2010-12-14 13:14:45 -05:00
Kyle Banker
313ff2e738
minor: rakefile fix
2010-12-06 17:31:29 -05:00
Kyle Banker
28ff058ad4
minor: rake task fix
2010-12-06 17:11:58 -05:00
Kyle Banker
6ff724ca22
minor: rake tasks for new bamboo build tool
2010-12-06 17:00:19 -05:00
Kyle Banker
ed06ae4342
Tests should use unique test db; Rakefile fixes
2010-12-02 12:36:44 -05:00
Kyle Banker
68de1e3268
minor: relative paths
2010-11-29 17:04:39 -05:00
Kyle Banker
9d8ed102b5
History. RS Doc updates. Write concern docs.
2010-11-29 14:26:26 -05:00
Kyle Banker
dfe40238c9
RUBY-200 migrating confluence docs to /docs
2010-11-12 17:59:27 -05:00
Kyle Banker
9882dc61b7
minor: update gemspec and Rakefile
2010-11-04 14:26:45 -04:00
Kyle Banker
6e00094111
minor: credits and history updates. now appear in ydoc
2010-11-03 13:16:19 -04:00
Kyle Banker
980b68d7a1
minor: reorganized yardocs. starting to move tutorial and other docs to this repo.
2010-11-03 12:40:58 -04:00
Kyle Banker
e21a4b897a
minor: extra rake tasks for tests. don't show C ext warning when testing
2010-11-02 14:25:14 -04:00
Kyle Banker
d1a0f90b5e
minor: hash_with_indifferent fix
2010-10-13 18:13:47 -04:00
Kyle Banker
df0377c3d4
JRuby Test fixes
2010-10-12 15:39:28 -04:00
Kyle Banker
2a7b089a9b
BSON for JRuby
2010-09-30 09:43:17 -04:00
Kyle Banker
065517ac29
Fixed test bug; better replication ack tests; deprecated DB#error and DB#last_status for DB#get_last_error
2010-08-02 18:19:54 -04:00
Kyle Banker
0afa5aa412
Initial replica set support
2010-07-19 12:07:46 -04:00
Kyle Banker
fa48a99425
minor: missing ydocs added
2010-06-14 18:06:25 -04:00
Kyle Banker
59b034dddc
minor: renamed mongo-ruby-driver gemspec
2010-06-08 01:10:01 -04:00
Kyle Banker
828a97fbd9
minor: fix for gem build
2010-06-02 15:50:52 -04:00
Kyle Banker
2e78eb6c66
RUBY-118
2010-04-05 15:48:35 -04:00
Kyle Banker
c8fc728421
updated Rakefile to build bson and bson_ext
2010-04-05 13:50:51 -04:00
Kyle Banker
f2bc05f51c
merge new bson commits
2010-03-19 15:23:24 -04:00
Kyle Banker
acdcf6a823
test demonstrating new features in 1.4
2010-03-19 14:05:31 -04:00
Charles Remes
a9b3c8e7a5
Try again: Split the BSON logic out to a separate gem
...
- changed the BSON constant to BSON_CODER and scoped it inside
of a module
- changed the directory layout for all of the BSON related files
- updated the C extension to find the BSON files at their new
directory locations
- updated the C extension to use better/safer macros for accessing
the C API; extension now compiles cleanly under rubinius/rbx
- changed directory layout for BSON related tests
- modified the Rakefile to understand the new layout
2010-03-17 14:55:19 -05:00
Kyle Banker
c0e8a525bd
reauthenticate on reconnect
2010-02-25 14:58:32 -05:00
Kyle Banker
0368e79c74
minor: tests use proper naming convention. test fix 1.8.6
2010-02-19 18:00:03 -05:00
Kyle Banker
b4a95ac116
fixed autoreconnect (oops) RUBY-92
2010-02-04 18:07:45 -05:00