History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
db8b9cbf251d | iorgulescu | [mongodb] Add implementation that uses the native mongodb-async-driver. | Oct 31 2018 | |||
4521e20ee184 | iorgulescu | [mongodb] Reimplement AsyncMongoDbClient to use AsyncDB interface. | Oct 31 2018 | |||
cf5d2ca5f554 | Kirill Vlasov/Chris Larsen | [core] Fixing squid:S1319 - Declarations should use Java collection interfaces… | Aug 6 2017 | |||
0c319021bbc9 | Sean Busbey | [mongodb] correct placement of xml header on logback configs. | Jul 19 2016 | |||
2b3203f301ae | Sean Busbey/GitHub | [core,mongodb,jdbc] Merge pull request #755 from enis/jdbc-batching | Jun 21 2016 | |||
855e9158e3a7 | Enis Soztutar | [core,mongodb] Moved MongoDb BATCHED_OK Status to core, useful for other… | Jun 21 2016 | |||
ca1ec19221e7 | Sean Busbey/GitHub | Merge pull request #759 from kruthar/mongodb-async-unack | Jun 21 2016 | |||
ad98bc505a90 | kruthar | [mongodb] return OK on updates with w=0 | Jun 3 2016 | |||
5213b9b238d2 | kruthar | [mongodb] added logback.xml to mongodb module | Jun 2 2016 | |||
a5da0860fa2f | Sean Busbey | Merge pull request #578 from Mike-Petersen/master | Jan 8 2016 | |||
856f6c12efd3 | Mike Petersen | [mongodb] Added log4j properties for mongodb to not show debug output as default | Jan 8 2016 | |||
01bacdeaddfa | Kirill Vlasov | [mongodb s3 tarantool] Fixing common-java:DuplicatedBlocks - Source files… | Jan 2 2016 | |||
7438fd62981f | Robert J. Moore | [mongodb] Update to use BATCHED_OK Status for batched inserts. | Dec 26 2015 | |||
5113c2e3d251 | Connor McCoy | StatusCode -> Status | Nov 3 2015 | |||
28a090a729d2 | Connor McCoy | Add single definition of status codes | Nov 3 2015 | |||
7e04261d13d4 | Robert J. Moore | [mongodb] Add mongodb.upsert configuration option. | Oct 8 2015 | |||
25502287c5c7 | Govind Kamat | [licensing] Added ASLv2 headers to files without them. | Aug 7 2015 | |||
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