Graphmaster
Graph
master
History Graph
History Graph
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
b31565550167 | Sean Busbey | Merge pull request #405 from busbey/master | Sep 17 2015 | ||||
9be8bf4d048c | Connor McCoy | Merge pull request #392 from cmccoy/separate-hbase | Sep 16 2015 | ||||
4dbdd4726c41 | Connor McCoy | [hbase10] README fix. | Sep 16 2015 | ||||
9ce758602cc4 | Connor McCoy | [hbase] Update HBase to latest patch versions. | Sep 16 2015 | ||||
095e9679aa4d | Connor McCoy | [hbase10] Modifications for HBase 2.0.0-SNAPSHOT | Sep 16 2015 | ||||
7df83eaa0911 | Connor McCoy | [hbase] Separate hbase094, hbase098, hbase10 bindings. | Sep 16 2015 | ||||
d0f8423e0c5b | Connor McCoy | [hbase] Separate HBase v0.9x and v1.x bindings | Sep 16 2015 | ||||
d6f1eae525d1 | Sean Busbey | [core] Merge Pull Request #371 from 'YCSB-hdr-default/master' | Sep 12 2015 | ||||
b7dee4c79433 | Sean Busbey | [docs] update README for 0.3.1 release. | Sep 12 2015 | ||||
9a6bb4248a3c | Sean Busbey | Merge pull request #394 from allanbank/pr-393 | Aug 22 2015 | ||||
1a4a5a2793c2 | Robert J. Moore | [docs] Fixes #393 - Update the curl command to use the --location option. | Aug 21 2015 | ||||
e5938aa4c288 | allanbank | Merge pull request #390 from allanbank/pr-389 | Aug 17 2015 | ||||
1cc73efeabcd | Robert J. Moore | [travis] Fixes #389 - Update .travis.yml to use the container based… | Aug 16 2015 | ||||
fcf9fdbdc99a | gkamat | Merge pull request #383 from gkamat/0.3.0-release-cleanup | Aug 12 2015 | ||||
13cff346a933 | Govind Kamat | [docs] update README for 0.3.0 release. | Aug 12 2015 | ||||
4e7b32ace67c | gkamat | Merge pull request #382 from gkamat/issue_313 | Aug 7 2015 | ||||
25502287c5c7 | Govind Kamat | [licensing] Added ASLv2 headers to files without them. | Aug 7 2015 | ||||
918b155ed124 | Sean Busbey | Merge pull request #381 from nitsanw/master | Aug 6 2015 | ||||
ff562cee1ee2 | nitsanw | [core] Fix recorder/logger initialization timing issue. | Aug 6 2015 | ||||
5adc3ddd7ef1 | nitsanw | Fixup test which implicitly expects the histogram type | Jul 27 2015 | ||||
c7a6680068e0 | nitsanw | Consistently report latency in us(95/99 percentile were reporting ms) | Jul 27 2015 | ||||
03e52fab2b71 | nitsanw | Refactor OneMeasurement: Make returncodes private final, make _name final… | Jul 27 2015 | ||||
e01dd5e540d8 | nitsanw | Group constants sensibly | Jul 27 2015 | ||||
c3b8e0624b6e | nitsanw | make hdrhistogram default measurement type | Jul 27 2015 | ||||
593c2625fa8d | gkamat | Merge pull request #366 from allanbank/pr-365 | Jul 24 2015 | ||||
472beb38d253 | Robert J. Moore | [mongodb] Update the pom.xml to make checkstyle fail the build. Updated code to… | Jul 22 2015 | ||||
deba06be6a8f | gkamat | Merge pull request #362 from allanbank/pr-344 | Jul 22 2015 | ||||
0d258d61c193 | allanbank | Merge pull request #357 from bigbes/master | Jul 19 2015 | ||||
4d270b6880ab | allanbank | Merge pull request #359 from allanbank/pr-316 | Jul 18 2015 | ||||
e80aa6e6f30f | Sean Busbey/Robert J. Moore | [client] Add estimated time remaining to status messages. closes #239. | Jul 18 2015 | ||||
935efc6458b0 | Govind Kamat | [version] update master to 0.4.0-SNAPSHOT. | Jul 18 2015 | ||||
dcd885fb99dc | Robert J. Moore | [client] Standardize on two spaces for whitespace in Client.java. | Jul 18 2015 | ||||
bf13e8153bc2 | Robert J. Moore | [client] Update the client status thread to detect the client (worker) thread… | Jul 18 2015 | ||||
1efad2f67588 | Robert J. Moore | [mongodb] Update the MongoDB driver version to 3.0.3. | Jul 17 2015 | ||||
2c83327fb085 | Robert J. Moore | Merge branch 'jyemin-MongoDbClientCleanup' | Jul 17 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 | ||||
6a0d00d7f864 | Sean Busbey | Merge pull request #360 from jixuan1989/track_official_new | Jul 16 2015 | ||||
9e913b799b5b | sainthxd@gmail.com | change the port of Cassandra (previous version 1.2) as a parameter instead of a… | Jul 16 2015 | ||||
a9bc84c46e27 | bigbes | Fix codestyle in measurements section of code | Jul 15 2015 | ||||
2d6185ee331d | bigbes | [core] Move returncode handling to OneMeasurement | Jul 15 2015 | ||||
35720bb2aa51 | Sean Busbey | Merge pull request #308 from busbey/pr-183 | Jul 8 2015 | ||||
ee436f43dd14 | Sean Busbey | Merge pull request #348 from busbey/0.2.0-release-cleanup | Jul 8 2015 | ||||
9f69c1cd9301 | Sean Busbey | [docs] update README for 0.2.0 release. | Jul 8 2015 | ||||
5e384b4c4c99 | Sean Busbey | Merge pull request #338 from tlopatic/master | Jul 7 2015 | ||||
ba78526c7518 | Sean Busbey | Merge pull request #309 from busbey/pr-228 | Jul 6 2015 | ||||
5df411f3da59 | Thomas Lopatic | Execute correct number of operations, even if not a multiple of thread count. | Jul 3 2015 | ||||
7195b6c95a1a | Connor McCoy | Merge pull request #324 from tlopatic/master | Jul 1 2015 | ||||
70479849ec4f | Thomas Lopatic | More reasonable write overload handling. | Jul 1 2015 | ||||
e80ffcf2bb66 | Sean Busbey | Merge pull request #329 from busbey/issue-315 | Jun 30 2015 | ||||
b770679fe19b | Sean Busbey | [scripts] clean up runtime classpath. | Jun 30 2015 | ||||
458e6268c74e | Sean Busbey | Merge pull request #331 from busbey/issue-294 | Jun 29 2015 | ||||
77541a9e2808 | Sean Busbey | [packaging] remove CHANGELOG | Jun 28 2015 | ||||
9a8e37a40016 | Thomas Lopatic | Use -1 as error result. | Jun 26 2015 | ||||
e45ebecdf80c | Connor McCoy | Merge pull request #325 from cmccoy/hbase-readme | Jun 25 2015 | ||||
a6e1c636ea69 | Connor McCoy | [hbase] README updates | Jun 25 2015 | ||||
ecadf1f078aa | Sean Busbey | Merge pull request #323 from bigbes/master | Jun 25 2015 | ||||
13e4086131ce | Thomas Lopatic | Better error messages. | Jun 25 2015 | ||||
dadbf6c5944a | Thomas Lopatic | Added missing annotation. | Jun 25 2015 | ||||
9a774cc91742 | Thomas Lopatic | Document correct default timeout. | Jun 25 2015 | ||||
35df165ce907 | Thomas Lopatic | Add support for Aerospike. | Jun 25 2015 | ||||
25e0ec895534 | bigbes | Issue #319: [tarantool] Error on scan operation and replace problems | Jun 25 2015 | ||||
45631e8bbf0c | Sean Busbey | Merge pull request #304 from gkamat/issue-278 | Jun 24 2015 | ||||
9bc02d23c0ee | Sean Busbey | Merge pull request #301 from saggarsunil/master | Jun 24 2015 | ||||
ba66be69b173 | unknown | Merge branch 'master' of https://github.com/saggarsunil/YCSB | Jun 23 2015 | ||||
ea22a7bee0d6 | unknown | Merge branch 'master' of https://github.com/saggarsunil/YCSB | Jun 23 2015 | ||||
c4e394339c1a | unknown | Merge branch 'master' of https://github.com/saggarsunil/YCSB | Jun 22 2015 | ||||
4cfd40f24781 | saggarsunil/unknown | [mongodb] update parameter for connection url to match previous behavior and… | Jun 22 2015 | ||||
7dcbb3206ef7 | Sean Busbey | Merge pull request #305 from gkamat/issue_302 | Jun 20 2015 | ||||
2559ce6d5d14 | Govind Kamat | [scripts] Include only the binding-specific jars and conf directory in the… | Jun 20 2015 | ||||
1c3db418d4ba | Govind Kamat | [hbase] Update to commit 80b74a94359179a60032289e5a115dec1bf6ee8b. Pass… | Jun 19 2015 | ||||
6d85b13a6cbe | Govind Kamat | Merge remote-tracking branch 'upstream/master' into issue-278 | Jun 19 2015 | ||||
9c80044e993f | Sean Busbey | [version] update master to 0.3.0-SNAPSHOT. | Jun 19 2015 | ||||
2517e26c2e2c | Govind Kamat | Merge remote-tracking branch 'upstream/master' into issue-278 | Jun 19 2015 | ||||
700b71c97928 | Sean Busbey | Merge pull request #307 from busbey/issue-297 | Jun 18 2015 | ||||
df9950e9b1f2 | Sean Busbey | Merge pull request #306 from busbey/packaging_fix | Jun 18 2015 | ||||
c148fb50d0db | Sean Busbey | [infinispan] clean up refactoring of infinispan binding. | Jun 18 2015 | ||||
d55a21fc5e4f | mylesjao/Sean Busbey | [infinispan] infinispan-binding README typo | Jun 18 2015 | ||||
7dbf032018d9 | mylesjao/Sean Busbey | [infinispan] add infinispan-binding README | Jun 18 2015 | ||||
d98697fd5aeb | mylesjao/Sean Busbey | [infinispan] modify infinispan-binding dependency to support both 5.x and 7.x… | Jun 18 2015 | ||||
dbd7d0ba8f62 | mylesjao/Sean Busbey | [infinispan] impl infinispan db with remote cache manager | Jun 18 2015 | ||||
00541505caa0 | Sean Busbey | [orientdb] upgrade to version 1.7.10 | Jun 18 2015 | ||||
2a47c244fa3d | lvca/Sean Busbey | [orientdb] Fixed problem with non windows paths | Jun 18 2015 | ||||
ad6735fe3ae2 | lvca/Sean Busbey | [orientdb] Upgraded OrientDB from 1.0.1 -> 1.7.5-SNAPSHOT | Jun 18 2015 | ||||
c97afa18a296 | Sean Busbey | Merge pull request #288 from steffenfriedrich/randomByteIteratorAz | Jun 18 2015 | ||||
41ed6795d22f | Sean Busbey | [voldemort] disable voldemort pending maven accessible artifacts. | Jun 18 2015 | ||||
18f69c72e063 | Sean Busbey | [packaging] ensure datastore binding specific distributions include core… | Jun 18 2015 | ||||
be6c4d906bbd | Govind Kamat | Merge branch 'master' of https://github.com/brianfrankcooper/YCSB into issue_302 | Jun 18 2015 | ||||
ced4306f6910 | Govind Kamat | [scripts] Add only the conf directory for the relevant binding to the classpath… | Jun 18 2015 | ||||
36194ed208dc | Govind Kamat | Merge branch 'issue-278' of https://github.com/gkamat/YCSB into issue-278 | Jun 17 2015 | ||||
80b74a943591 | Govind Kamat | [hbase] Verify that the table exists during DB binding initialization and bail… | Jun 17 2015 | ||||
d59ce9bff33f | Govind Kamat | [hbase] Verify that the table exists during DB binding initialization and bail… | Jun 17 2015 | ||||
2973ea5ab0e8 | Connor McCoy | Merge pull request #303 from cmccoy/update-readme | Jun 17 2015 |
c4science · Help