Граф коммитов

32 Коммитов

Автор SHA1 Сообщение Дата
Sean Busbey 12ce3a8504 [version] update master branch to 0.18.0-SNAPSHOT 2019-09-21 01:24:50 -05:00
Sean Busbey cd1589ce6f
Move all packages from com.yahoo.ycsb to site.ycsb. (#1354) 2019-09-19 13:51:09 -05:00
Sean Busbey fd29cda92b
[build] update group id to site.ycsb (#1352) 2019-09-19 13:50:20 -05:00
Sean Busbey bcf9ee3485 [version] update master branch to 0.17.0-SNAPSHOT 2019-06-04 00:28:38 -05:00
Sean Busbey c506ef90b7 [version] update master to 0.16.0-SNAPSHOT 2018-07-28 22:34:50 -05:00
Sean Busbey 0c269338c2 [version] update master to 0.15.0-SNAPSHOT 2018-05-23 23:42:56 -05:00
Sean Busbey af424b083d [version] update master branch to 0.14 2017-09-21 21:00:41 -05:00
haih-g db2e3dfb0b [googledatastore] Google Datastore to use default credentials. (#984)
* Google Datastore to use default credentials.

* Google Datastore to skip Index.
2017-09-16 14:15:42 -05:00
Kirill Vlasov cf5d2ca5f5 [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>
2017-08-05 15:26:42 -07:00
Kevin Risden b83dd7eed7 [version] update master to 0.13.0-SNAPSHOT. 2016-11-18 09:29:58 -06:00
Stanley Feng 3d08d68c20 Merge pull request #833 from yuyantingzero/datastore-v1
[googledatastore] Upgrade googledatastore API from v1beta3 to v1.
2016-09-22 12:27:21 -07:00
yuyanting 7e2aa44b06 [googledatastore] Upgrade googledatastore API from v1beta3 to v1. 2016-09-14 10:26:02 -07:00
Govind Kamat c01fd82ac3 [version] update master to 0.12.0-SNAPSHOT. 2016-08-31 16:23:41 -07:00
Sean Busbey 68dd10c1b4 [version] update master to 0.11.0-SNAPSHOT. 2016-06-21 23:31:56 -05:00
Stanley Feng d6f73d3680 [version] update master to 0.10.0-SNAPSHOT. 2016-05-04 20:33:11 -07:00
yuyanting 2cc1414b12 [googledatastore] Clean up googledatastore/pom file. 2016-04-18 14:20:22 -07:00
yuyanting 8b4f38745a [googledatastore] Update googledatastore artifacts. 2016-04-12 16:05:26 -07:00
yuyanting ee0534d462 [googledatastore] Improve README.md. 2016-04-07 13:22:20 -07:00
yuyanting 9b207cd5d3 [googledatastore] Address code review comments. 2016-04-06 15:49:59 -07:00
yuyanting 94e5d6fd1e [googledatastore] Update README.md for googledatastore. 2016-04-06 10:48:26 -07:00
yuyanting 445c895947 [googledatastore] Update googledatastore API version to v1beta3. 2016-04-05 14:41:59 -07:00
Chrisjan Matser d4e3f60c29 [version] update master to 0.9.0-SNAPSHOT. 2016-04-01 21:58:48 -07:00
Kevin Risden 393c611879 [version] update master to 0.8.0-SNAPSHOT. 2016-02-16 07:34:02 -06:00
Sean Busbey a6c71994e4 [checkstyle] consolidate checkstyle plugin configs. default to enforcing.
- 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.
2016-01-27 08:58:53 -06:00
Kirill Vlasov b3dfd75831 [core dynamodb googledatastore infinispan] Fixing pmd:UnnecessaryConstructor - Unnecessary constructor, squid:EmptyStatementUsageCheck - Empty statements should be removed 2015-12-31 16:30:09 +05:00
bigbes 253e6bb393 [version] update master to 0.7.0-SNAPSHOT. 2015-12-20 19:44:51 +03:00
Stanley Feng a01592acaa [googledatastore] Add cause to DBException
Addressing the last CR comment.

[googledatastore] Add cause to DBException
2015-11-24 19:31:36 -08:00
Stanley Feng 98b845fd74 [googledatastore] Address latest CR comments @busbey
Copyright statement, better exception messages, etc.
2015-11-23 10:17:00 -08:00
Stanley Feng 93ebc1770b [googledatastore] Incorporate CR comments from @kruthar
1. Move documentation from the properties file to the README.md
2. Addressed a couple of comments in the code.
3. Added the checkstyle plugin and addressed all the violation (except
the TODO comment violation. I'd like to keep a TODO item in the code).

[googledatastore] Output debug logs in one line instead of multiple lines.
2015-11-23 10:16:40 -08:00
Stanley Feng 6d37103559 [googledatastore] Add note that scan is not implemented yet
Will implement scan separately in the next pull request.
2015-11-18 15:06:13 -08:00
Stanley Feng 58f1ecb407 [googledatastore] Support entity-grouping mode
Add support to allow users to group entities in two different ways, and add documentations for the overall googledatastore.properties file.
2015-11-17 16:04:15 -08:00
Stanley Feng 8cc2a64132 [googledatastore] Initial commit of the Google Datastore Client
Add a DB client for Google Cloud Datastore. This initial commit includes implementation of all CRUD operations (modulo scan), and integration into the rest of YCSB (pom.xml changes, etc)

Next few commits will include Scan/query support, single entity group support, and better documentation.
2015-11-14 19:56:23 -08:00