Commits


Release 0.1.2


Fix release date


Fix default value for --directory CLI argument


Cast timeout and max-bytes arguments to int


Run regression tests per commit


Fix tag name in publishing workflow Follows up #3


Add example with rw-register history to the README


Release 0.1.1


Fix publishing workflow Building and publishing release files should happen on push tags to master branch only. Follows up #3


readme: use rw-register history in example Command line arguments in example were wrong: specified consistency model is rw-register when file with history for list-append. Patch replaces a filename passed to file with filename of rw-register history.


Allow passing empty consistency models


histories: add an example of rw register history $ java -jar target/elle-cli-0.1.0-standalone.jar --model elle-rw-register histories/elle/rw-register.json histories/elle/rw-register.json true $ java -jar target/elle-cli-0.1.0-standalone.jar --model elle-rw-register histories/elle/rw-register.edn histories/elle/rw-register.edn true


Make elle-cli defaults consistent with elle


Bump Elle and Jepsen versions - Changes in Jepsen 0.2.6 [1] - Changes in Elle 0.1.4 [2] 1. https://github.com/jepsen-io/jepsen/releases/tag/v0.2.6 2. https://github.com/jepsen-io/elle/compare/v0.1.3...v0.1.4


Add missed entries to changelog Follows up #1 Follows up #4


Fixes #4 by passing consistency models and anomalies via CLI


Fix --plot-format CLI argument * Default argument should be a keyword * Specified argument should be converted to a keyword


Fixes #1. Converts the first argument of :value vectors to keyword


test: add a script that runs elle-cli against histories Testing is required to avoid regressions.


Use :strict-serializable as a default consistency model


Fix link for unreleased changes in changelog


Fix publishing workflow Now workflow runs on master branch only and script run-elle-cli has been removed from release archive. Fixes #3


Fix changelog for 0.1.0 - Fix release date - Fix link to changes included to release


Bump Elle version 1. https://github.com/jepsen-io/elle/compare/0.1.1...v0.1.3


Bump Knossos version New version contains a change where history/pair-index offers more informative error messages pointing to the specific op and process when histories are malformed, see changes in [1]. 1. https://github.com/jepsen-io/knossos/compare/0.3.7...v0.3.8