Proto commits in AntidoteDB/antidote

These 1 commits are when the Protocol Buffers files have changed:

Commit:32a89d4
Author:Albert Schimpf
Committer:GitHub

Mono Repository with Umbrella Apps Structure (#472) Included local dependencies `vectorclock`, `antidote-erlang-client`, `antidote_crdt`, `antidote_pb_codec`, `antidote_stats`. * bumped `rebar3` version * default vm.args until benchmarks prove otherwise * uniform linting for umbrella project * fixed linting errors * updated `rebar3_lint` plugin * unified test coverage * erlang client removed from antidote dependencies * erlang client can be included as a standalone dependency in other projects (path dependency) * single format run with `erlfmt` * fixed comments which were moved one scope outside with replace * From: `^(\s*)%(.*\s*)\n(\s*)\{\n` * To: `$3\{\n $1% $2\n` * added `erlfmt --check` to workflow * added git history of local apps as unrelated merged git histories * Fixed two rebar3 dialyzer` errors Breaking changes: * `antidote_crdt` * `lint`: `antidote_crdt_counter_b:localPermissions/2` renamed to `antidote_crdt_counter_b:local-permissions/2` * Affects `antidote` `bcounter_mgr` Co-authored-by: Annette Bieniusa <bieniusa@cs.uni-kl.de> Co-authored-by: def_null <define.null@gmail.com>

The documentation is generated from this commit.