This is an automated email from the ASF dual-hosted git repository.
gkoszyk pushed a change to branch messages-cleaner
in repository https://gitbox.apache.org/repos/asf/iggy.git
from d537580df Merge branch 'master' into messages-cleaner
add 7db7eeae1 feat(cluster): add `Partitions` trait that unifies both
single-node and VSR operations (#2620)
add 83f5d15ab ci(rust): add code coverage reporting with Codecov (#2677)
new 8c56fcb85 Merge branch 'master' into messages-cleaner
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/actions/csharp-dotnet/pre-merge/action.yml | 2 -
.github/actions/go/pre-merge/action.yml | 2 -
.github/actions/java-gradle/pre-merge/action.yml | 2 -
.github/actions/node-npm/pre-merge/action.yml | 2 -
.../actions/python-maturin/pre-merge/action.yml | 2 -
.github/actions/rust/post-merge/action.yml | 2 -
.github/actions/rust/pre-merge/action.yml | 16 ++-
.../actions/utils/setup-go-with-cache/action.yml | 2 +-
.../actions/utils/setup-rust-with-cache/action.yml | 35 +++++-
.github/workflows/_build_rust_artifacts.yml | 6 +
.github/workflows/_common.yml | 2 +-
.github/workflows/_test.yml | 15 +++
.github/workflows/_test_bdd.yml | 2 -
.github/workflows/_test_examples.yml | 2 -
.github/workflows/post-merge.yml | 75 ++++++++++++
.github/workflows/pre-merge.yml | 4 +-
bdd/csharp/Dockerfile => codecov.yml | 39 ++++++-
core/partitions/src/lib.rs | 127 ++++++++++++++++++++-
core/partitions/src/types.rs | 122 +++++++++++++++++---
19 files changed, 404 insertions(+), 55 deletions(-)
copy bdd/csharp/Dockerfile => codecov.yml (56%)