- Feb 16, 2016
-
-
Kevin Risden authored
-
- 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.
-
- Dec 20, 2015
-
-
bigbes authored
-
- Dec 17, 2015
-
-
Jean-Daniel Cryans authored
The default 10s timeout can be too low when creating large tables on slow devices. This patch just uses the already-defined default of 60s for that operation.
-
- Dec 09, 2015
-
-
Jean-Daniel Cryans authored
This version and the previous one are wire compatible, the only code chance reflects a naming change in the client API.
-
- Nov 08, 2015
-
-
Robert J. Moore 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
-
- Oct 28, 2015
-
-
Jean-Daniel Cryans authored
-
- Oct 22, 2015
-
-
Jean-Daniel Cryans authored
-
Jean-Daniel Cryans authored
Currently doesn't include unit tests since we don't have mock objects for that.
-