History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
472beb38d253 | Robert J. Moore | [mongodb] Update the pom.xml to make checkstyle fail the build. Updated code to… | Jul 22 2015 | |||
e28ec24e5922 | Jeff Yemin/Robert J. Moore | In order to get the tests to pass again, reverted MongoDbClient to use update… | Jul 17 2015 | |||
05baf982743f | Jeff Yemin/Robert J. Moore | Added journal=true back into MongoDB connection string. For now, the… | Jul 17 2015 | |||
d48f1ce998be | Jeff Yemin/Robert J. Moore | Renamed INSERT_MANY_OPTIONS to INSERT_UNORDERED | Jul 17 2015 | |||
c5ff3bf6472e | Jeff Yemin/Robert J. Moore | Ensure capacity in results for MongoDBClient.scan | Jul 17 2015 | |||
8ae0bd30aaa8 | Jeff Yemin/Robert J. Moore | A bit more cleanup of scan and read in MongoDbClient | Jul 17 2015 | |||
00f0a91ba263 | Jeff Yemin/Robert J. Moore | Simplified setting of read preference and write concern in MongoDbClient | Jul 17 2015 | |||
bac8b695890f | Jeff Yemin/Robert J. Moore | Cleaned up CRUD code for MongoDbClient to improve readability. Simplified… | Jul 17 2015 | |||
170b660b43e2 | Jeff Yemin/Robert J. Moore | Fixed incorrect creation of MongoDB URL for mongodb.writeConcern of journaled. | Jul 17 2015 | |||
808907d0ab40 | Jeff Yemin/Robert J. Moore | Changed visibility of static field from protected to private in final… | Jul 17 2015 | |||
ea22a7bee0d6 | unknown | Merge branch 'master' of https://github.com/saggarsunil/YCSB | Jun 23 2015 | |||
4cfd40f24781 | saggarsunil/unknown | [mongodb] update parameter for connection url to match previous behavior and… | Jun 22 2015 | |||
42b39f591a9f | saggarsunil | Changes: 1. mongodb configuration parameter bug (mongodb.url) 2. README file… | Jun 17 2015 | |||
042f1458f804 | Robert J. Moore | #284 - Make sure the tests work with a <= 2.4 version of MongoDB. | Jun 6 2015 | |||
5a3d9763a08c | Robert J. Moore | Fix #284 - Switch to travis starting the test mongod instance. | Jun 6 2015 | |||
0a211e2535e5 | Robert J. Moore | Javadoc updates for the test cases. #277. | Jun 6 2015 | |||
2a580440b350 | Robert J. Moore | Fix #277 - Switch from updateOne to replaceOne to match changed semantics in… | Jun 6 2015 | |||
6970ee1152c0 | Robert J. Moore | Add majority write concern and deprecated most of the options. Migrated to the… | May 22 2015 | |||
eaebc71995d4 | Robert J. Moore | Tests and updates for OptionsSupport. | May 22 2015 | |||
d5626110064d | Robert J. Moore | Bump the MongoDB versions. | May 22 2015 | |||
12ddd5db8c6c | Robert J. Moore | Explicit License. | May 22 2015 | |||
61b96944a381 | Robert J. Moore | Explicit License. | May 22 2015 | |||
6ea36c12b56b | Robert J. Moore | Add the avoidance of finalizers for cursors back in. | May 22 2015 | |||
3b9e207c814f | Robert J. Moore | Update the MongoDB drivers to just use a connection string or MongoDB URI to… | May 22 2015 | |||
40bdb5070102 | Jared Rosoff/Robert J. Moore | Change inserts to upserts in mongoclient | May 22 2015 | |||
0b68bd48fed0 | Matias Cascallares/Robert J. Moore | added support to specify readPreference | May 22 2015 | |||
aa1e56af00a2 | achille/Robert J. Moore | Set default thread count to 100 when thread count is not specified | May 22 2015 | |||
cd1fb3571981 | Jared Rosoff/Robert J. Moore | No need to call getError on writeResult. any errors for writeConcern level will… | May 22 2015 | |||
7b9cf5f49522 | Jared Rosoff/Robert J. Moore | Updated to current standard write concerns | May 22 2015 | |||
91f079160e6b | Jared Rosoff/Robert J. Moore | Don't use finalizers to close cursors | May 22 2015 | |||
218e25878439 | Robert J. Moore | Cleanup | May 22 2015 | |||
8e001060cc3a | Robert J. Moore | Optimizations. | May 22 2015 | |||
1db6c0c73ef2 | Robert J. Moore | Add an adapter for MongoDB using the asynchronous driver. | May 22 2015 | |||
01c391db054e | Ben Stopford | altered mongo client to support list of connection strings | Feb 4 2015 | |||
92d86e74a8b3 | Robert J. Moore/Michi Mutsuzaki | gh-95 Update the MongoDB driver to use a singleton Mongo instance for each test… | Dec 16 2012 | |||
a57f833ea17b | Ming Han Teh | Added close() for MongoDbClient | Jul 6 2012 | |||
e1de9c60e6ab | Michi Mutsuzaki | gh-73. added readme. added defaults for all the config parameters. | Apr 19 2012 | |||
ddc105b1ec8a | Siddharth Singh | Improvements to MongoDB client | Feb 21 2012 | |||
3532283de4d1 | Hariprasad Kuppuswamy | Mavenisation of the YCSB with a (tar ball) distribution packager. | Feb 16 2012 |
c4science · Help