This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch cluster-metadata
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 12f6ea422 feat(cluster): implement leader-aware connect mechanism in
Rust SDK
add fcad6395b fix(repo): fix dependabot, server commit hash print, rm old
gh workflows (#2218)
add 4d1e85c67 Merge branch 'master' into cluster-metadata
No new revisions were added by this update.
Summary of changes:
.dockerignore | 1 -
.github/workflows/dependabot-licenses.yml | 7 +-
.../workflows/build-and-test.yml | 69 ----------------
.../old_github_workflows/workflows/ci.yml | 42 ----------
.../old_github_workflows/workflows/docker.yml | 91 ----------------------
.../old_github_workflows/workflows/sanity.yml | 68 ----------------
core/server/Cargo.toml | 2 +-
core/server/{src => }/build.rs | 0
8 files changed, 6 insertions(+), 274 deletions(-)
delete mode 100644
core/bench/dashboard/old_github_workflows/workflows/build-and-test.yml
delete mode 100644 core/bench/dashboard/old_github_workflows/workflows/ci.yml
delete mode 100644
core/bench/dashboard/old_github_workflows/workflows/docker.yml
delete mode 100644
core/bench/dashboard/old_github_workflows/workflows/sanity.yml
rename core/server/{src => }/build.rs (100%)