- Jan 31, 2020
-
-
Asya Kamsky authored
-
- Sep 20, 2019
-
-
Sean Busbey authored
-
- Sep 19, 2019
-
-
Sean Busbey authored
-
Sean Busbey authored
-
- Jun 03, 2019
-
-
Sean Busbey authored
-
- Jul 28, 2018
-
-
Sean Busbey authored
-
- May 23, 2018
-
-
Sean Busbey authored
-
- May 11, 2018
-
-
stutiredboy authored
* update mongodb-java-driver to latest 3.6.3 * add snappy for mongodb networkCompressor support
-
- Sep 21, 2017
-
-
Sean Busbey authored
-
- Aug 05, 2017
-
-
Kirill Vlasov authored
[core] Fixing squid:S1319 - Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as "LinkedList". (manolama - updated bindings added since the PR) Signed-off-by:
Chris Larsen <clarsen@yahoo-inc.com>
-
- Nov 18, 2016
-
-
Kevin Risden authored
-
- Sep 27, 2016
-
-
hxd authored
-
- Aug 31, 2016
-
-
Govind Kamat authored
-
- Jul 19, 2016
-
-
Sean Busbey authored
closes #798
-
- Jun 21, 2016
-
-
Sean Busbey authored
-
Enis Soztutar authored
-
- Jun 02, 2016
-
-
kruthar authored
-
- Jun 01, 2016
-
-
kruthar authored
-
- May 04, 2016
-
-
Stanley Feng authored
-
- Apr 01, 2016
-
-
Chrisjan Matser authored
-
- Feb 16, 2016
-
-
Kevin Risden authored
-
- Jan 27, 2016
-
-
Sean Busbey authored
- define checkstyle configs in as few places as possible - use checkstyle:check since it has defaults that match what we want (fail after logging to console) - modules that have current failures set property checkstyle.failOnViolation to false.
-
- Jan 07, 2016
-
-
Mike Petersen authored
-
- Jan 01, 2016
-
-
Kirill Vlasov authored
[mongodb s3 tarantool] Fixing common-java:DuplicatedBlocks - Source files should not have any duplicated blocks
-
- Dec 26, 2015
-
-
Robert J. Moore authored
This ensures that users do not confuse the results from batched and non-batched operations. Closes #522
-
- Dec 20, 2015
-
-
Bruce Yinhe authored
-
bigbes authored
-
- Nov 03, 2015
-
-
Connor McCoy authored
-
Connor McCoy authored
Replaces numeric status codes with a canonical set of Status objects, each with a short name and description. Bindings with more specific errors (e.g., timeouts) return additional statuses. This changes the default output from messages like: [UPDATE], Return=0, 511 To: [UPDATE], Return=OK, 511
-
Connor McCoy authored
-
- Oct 07, 2015
-
-
Robert J. Moore authored
Added a configuration option (mongodb.upsert) to control if the driver performs inserts or upserts operations for the DB.insert() method. Defaults to doing inserts. Note: Change in behavior from previous versions that performed upserts for non-batched DB.insert() operations. Fixes #400.
-
- Sep 21, 2015
-
-
Robert J. Moore authored
-
- Aug 07, 2015
-
-
Govind Kamat authored
-
- Jul 21, 2015
-
-
Robert J. Moore authored
Updated code to satisfy the checkstyle validation. Fixes #365
-
- Jul 17, 2015
-
-
Govind Kamat authored
-
- Jul 16, 2015
-
-
Jeff Yemin authored
In order to get the tests to pass again, reverted MongoDbClient to use update with upsert instead of insert when batch size is 1.
-
Jeff Yemin authored
Added journal=true back into MongoDB connection string. For now, the connection string will contain both "j" and "journal", until such time as the MongoDB Java driver supports "journal".
-
Jeff Yemin authored
-
Jeff Yemin authored
-
Jeff Yemin authored
-