Commit Briefs

Sergey Bronnikov

Release 0.1.1 (tags/0.1.1)


Sergey Bronnikov

Fix publishing workflow

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


Sergey Bronnikov

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.


Sergey Bronnikov

Allow passing empty consistency models


Sergey Bronnikov

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


Sergey Bronnikov

Make elle-cli defaults consistent with elle


Sergey Bronnikov

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


Sergey Bronnikov

Add missed entries to changelog

Follows up #1 Follows up #4



Sergey Bronnikov

Fix --plot-format CLI argument

* Default argument should be a keyword * Specified argument should be converted to a keyword



Sergey Bronnikov

test: add a script that runs elle-cli against histories

Testing is required to avoid regressions.




Sergey Bronnikov

Fix publishing workflow

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


Sergey Bronnikov

Fix changelog for 0.1.0

- Fix release date - Fix link to changes included to release


Sergey Bronnikov

Bump Elle version

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


Sergey Bronnikov

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


Sergey Bronnikov

Initial commit

Add a command-line tool with transactional safety checkers. Known issues are: #1 and #2