- Oct 30, 2015
-
-
Connor McCoy authored
[jdbc] added a README
-
kruthar authored
-
kruthar authored
Fixes #459
-
- Oct 29, 2015
-
-
Connor McCoy authored
Adds a Cassandra 2 CQL binding.
-
Connor McCoy authored
-
Connor McCoy authored
-
Connor McCoy authored
-
Connor McCoy authored
-
- Oct 28, 2015
-
-
Connor McCoy authored
[git] added standard intellij omissions to .gitignore
-
Connor McCoy authored
Add Kudu bindings
-
Jean-Daniel Cryans authored
-
kruthar authored
Fixes #451
-
- Oct 27, 2015
-
-
Connor McCoy authored
Rename README file to README.md file for database bindings.
-
Stanley Feng authored
Rename README file to README.md file for the following DB bindings so the build process can generate binding specific tar balls for them. (currently they are broken because the build process looks for README.md) dynamodb hypertable mapkeeper nosqldb
-
- Oct 23, 2015
-
-
Connor McCoy authored
[core] added configurable percentile values
-
- Oct 22, 2015
-
-
Sean Busbey authored
Fixed #336. Classpath handling BasicDB from source
-
Sean Busbey authored
[docs] Update README for 0.4.0 release.
-
Robert J. Moore authored
Closes #409
-
Jean-Daniel Cryans authored
-
Jean-Daniel Cryans authored
Currently doesn't include unit tests since we don't have mock objects for that.
-
- Oct 17, 2015
-
-
kruthar authored
-
- Oct 15, 2015
-
-
kruthar authored
-
kruthar authored
-
kruthar authored
-
kruthar authored
In OneMeasurementHdrHistogram, now reading hdrhistogram.percentiles from workload configuration. This property is a comma delimited string of Integers to use as percentile values. This implements #437
-
allanbank authored
[licensing] Added ASLv2 headers to files without them for v0.4.0. Removed old copy of Javadoc.
-
Connor McCoy authored
Fix 90th percentile reported as 95th
-
Connor McCoy authored
-
- Oct 14, 2015
-
-
Robert J. Moore authored
-
Robert J. Moore authored
Fixes #438
-
kruthar authored
-
kruthar authored
get_classpath_from_maven(database) now does not alter the project name before giving it to Maven. main() now calculates the db_dir with core and uses the core project for Maven, otherwise things work as they did before. fixes #336
-
Sean Busbey authored
[hbase10] Skip HBase MiniCluster tests on Windows fixes #434
-
- Oct 13, 2015
-
-
Connor McCoy authored
-
- Oct 10, 2015
-
-
allanbank authored
[core] Update the AcknowledgedCounterGenerator to use a power of two and mask.
-
- Oct 09, 2015
-
-
Robert J. Moore authored
size for the window so a mask can be used instead of a modulo operation. This avoids issues when there is overflow of the id integer values to negative values.
-
allanbank authored
[mongodb] Add mongodb.upsert configuration option.
-
- 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.
-
- Oct 06, 2015
-
-
Sean Busbey authored
[redis] Fix the label for a redis parameter
-
Connor McCoy authored
host, not url.
-