This is an automated email from the ASF dual-hosted git repository. hubcio pushed a commit to branch feat/surface-heartbeat-timeout in repository https://gitbox.apache.org/repos/asf/iggy.git
commit 32727faffb4d8aaeacb3ce4e71ee7c3566b3f5c4 Merge: 7d511ee61 2fdd6e84a Author: Hubert Gruszecki <[email protected]> AuthorDate: Thu Jul 23 15:29:00 2026 +0200 Merge branch 'master' into feat/surface-heartbeat-timeout .gitignore | 2 + Cargo.lock | 2 +- core/bench/dashboard/frontend/assets/style.css | 11 + .../src/components/layout/benchmark_meta.rs | 3 + .../frontend/src/components/layout/sidebar.rs | 31 +- .../frontend/src/components/layout/sweep_view.rs | 56 + .../src/components/selectors/benchmarks_list.rs | 2 + .../components/selectors/dense_benchmark_row.rs | 5 + core/bench/dashboard/frontend/src/state/ui.rs | 68 ++ core/bench/dashboard/shared/src/lib.rs | 7 +- core/bench/dashboard/shared/src/subtext.rs | 52 +- core/bench/report/src/types/cluster.rs | 125 +++ core/bench/report/src/types/mod.rs | 1 + core/bench/report/src/types/report.rs | 49 + core/bench/src/analytics/report_builder.rs | 147 ++- core/bench/src/runner.rs | 5 +- core/connectors/sources/postgres_source/README.md | 31 +- .../sources/postgres_source/src/cdc_fixtures.rs | 89 ++ core/connectors/sources/postgres_source/src/lib.rs | 1100 ++++++++++++++++---- core/integration/tests/connectors/fixtures/mod.rs | 5 +- .../tests/connectors/fixtures/postgres/cdc.rs | 206 ++++ .../connectors/fixtures/postgres/container.rs | 21 +- .../tests/connectors/fixtures/postgres/mod.rs | 2 + .../postgres/cdc_restart_connectors/config.toml | 42 + core/integration/tests/connectors/postgres/mod.rs | 1 + .../connectors/postgres/postgres_source_cdc.rs | 584 +++++++++++ .../connectors/postgres/source_cdc_restart.toml | 26 + core/server-ng/Cargo.toml | 2 +- 28 files changed, 2444 insertions(+), 231 deletions(-)
