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

17 Коммитов

Автор SHA1 Сообщение Дата
Kevin Risden 393c611879 [version] update master to 0.8.0-SNAPSHOT. 2016-02-16 07:34:02 -06:00
Andy Kruth 72c4950ee3 [couchbase] final checkstyle edits and enforcing
Also removed some unnecessary comments

Closes #480
2016-02-05 19:06:00 -06:00
Robert J. Moore 605b5ce69d [couchbase] Checkstyle updates for Couchbase. 2016-02-05 18:45:05 -06:00
Robert J. Moore b5106699d6 [couchbase] Upgrade the Couchbase driver to 1.4.10.
This removes the need for the private Couchbase repository since the
1.4.10 criver is available in Maven Central.
2016-02-05 18:41:56 -06:00
Andy Kruth 931321b2ae [couchbase] cleaned up scan operation
Adapted from #172
2016-02-04 21:23:04 -06:00
Chandan Benjaram f44cacab27 [couchbase] Implemented scan for couchbase 2016-02-04 21:08:30 -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 4fe3a37d36 [core accumulo couchbase memcached] Fixing squid:S1155 - Collection.isEmpty() should be used to test for emptiness 2015-12-31 16:21:54 +05:00
bigbes 253e6bb393 [version] update master to 0.7.0-SNAPSHOT. 2015-12-20 19:44:51 +03:00
Connor McCoy b116ee5a78 [version] update master to 0.6.0-SNAPSHOT. 2015-11-03 20:10:06 -08:00
Connor McCoy 5113c2e3d2 StatusCode -> Status
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
2015-11-03 08:33:43 -08:00
Robert J. Moore 1eadd68c63 [version] update master to 0.5.0-SNAPSHOT. 2015-09-21 19:42:39 -04:00
Govind Kamat 25502287c5 [licensing] Added ASLv2 headers to files without them. 2015-08-07 10:49:16 -07:00
Govind Kamat 935efc6458 [version] update master to 0.4.0-SNAPSHOT. 2015-07-17 18:48:42 -07:00
Sean Busbey 9c80044e99 [version] update master to 0.3.0-SNAPSHOT.
As a part of branching to stage 0.2.0 release in #266, set version
for continued development on master branch.
2015-06-19 01:13:13 -05:00
Sean Busbey 195d6e861c [packaging] refactor packaging to avoid fat-jars.
* 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
2015-06-17 12:29:36 -05:00
Michael Nitschinger 4d72b13687 [couchbase] Adding support for Couchbase.
closes #136

Signed-off-by: Sean Busbey <sean.busbey@gmail.com>
2015-05-29 02:14:00 -05:00