- Feb 15, 2016
-
-
Andy Kruth authored
-
Andy Kruth authored
-
- Feb 09, 2016
-
-
Andy Kruth authored
All db connection and creation logic is the same, it is just pulled into a synchronized method so that multiple threads run through the connection process one at a time. Fixes #571
-
- 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 18, 2016
-
-
Andy Kruth authored
-
Andy Kruth authored
-
Andy Kruth authored
* Rabased pull/489/head (@allanbank) to master * Backed out unnecessary line breaks for 120 char limit * Enforced checkstyle on new code * Was required to make db variable private, updated in tests * Removed TODO Closes #489
-
Robert J. Moore authored
-
- Jan 12, 2016
-
-
Andy Kruth authored
-
- Jan 07, 2016
-
-
Andy Kruth authored
Cleaner handling of properties. Updated documentation of available properties. Removed default database url. Making progress towards #539
-
- Jan 05, 2016
-
-
Andy Kruth authored
-
Andy Kruth authored
The version bump required some fixes because of changes to the OrientDB API as well as to accomodate for changes in thread safety for testing.
-
- Jan 04, 2016
-
-
Andy Kruth authored
-
- Dec 31, 2015
-
-
Andy Kruth authored
-
Andy Kruth authored
Fixes #562
-
- Dec 20, 2015
-
-
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
-
- Sep 21, 2015
-
-
Robert J. Moore authored
-
- Aug 07, 2015
-
-
Govind Kamat authored
-
- Jul 17, 2015
-
-
Govind Kamat authored
-
- Jun 18, 2015
-
-
Sean Busbey authored
As a part of branching to stage 0.2.0 release in #266, set version for continued development on master branch.
-
- Jun 17, 2015
-
-
Sean Busbey authored
-
lvca authored
-
lvca authored
-
Sean Busbey authored
* remove unused declared deps in a few places * lex sort modules in top level pom * update maven plugin versions. * no more jar-with-dependencies * set ycsb-core to provided in bindings * introduce a bindings-parent pom that sets ** stage dependency copy on building binding ** iff binding has a README.md, build a binding-specific dist artifact * update distribution assembly to ** properly build after modules ** use per-binding sets of dependencies closes #250
-
- May 26, 2015
-
-
Sean Busbey authored
* Need a SNAPSHOT version because non-SNAPSHOT is reserved for actual releases. * Increment minor version per pre-1.0 guidelines from the Version Numbers guide Fixes #236.
-
- Aug 14, 2012
-
-
Michi Mutsuzaki authored
-
- Aug 13, 2012
-
-
Luca Garulli authored
-