This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a change to branch bus
in repository https://gitbox.apache.org/repos/asf/iggy.git
omit 86be6e46a fix(ci): restore cluster mode for node e2e test
omit 9ca1b4a95 refactor(configs): flatten cluster config to
identical-on-every-node roster
omit 88ac8878b feat(message_bus): async fire-and-forget transport for VSR
consensus
add 572b5ba3a feat(bench): redesign benchmarks dashboard with landing +
compare mode (#3145)
add 832c34164 refactor(bench): unify benchmarks list and fix best-pick
selection (#3146)
add ccb5f004d fix(bench): anchor hero display to showcase pick, fix gitref
links (#3147)
add 9b0540038 fix(bench): fix mobile layout, compare URL, and shared
branded loader (#3148)
add 54fe2bb9f chore(deps): update workspace dependencies (#3149)
add e6e8388be feat(message_bus): async fire-and-forget transport for VSR
consensus
add d92f08ddd refactor(configs): flatten cluster config to
identical-on-every-node roster
add 11db71cda fix(ci): restore cluster mode for node e2e test
add e9be7ba84 fix(message_bus): guard replica_read_loop with
install_aborted
add 0c75b69ab fix(shard): owning DupedFd newtype closes dup on frame drop
add 1009aad20 fix(configs): raise MAX_ARRAY_ELEMENTS to 256 for validator
parity
add 33be56b79 fix(configs): reject legacy cluster.node.current/others at
load
add 19c191525 docs(partitions): mark PartitionJournalMemStorage as
non-production
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (86be6e46a)
\
N -- N -- N refs/heads/bus (19c191525)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 66 +-
Cargo.toml | 16 +-
DEPENDENCIES.md | 25 +-
assets/benchmarking_platform.png | Bin 326093 -> 1165558
bytes
core/bench/dashboard/frontend/Cargo.toml | 2 +-
core/bench/dashboard/frontend/assets/iggy-dark.png | Bin 92329 -> 0 bytes
.../bench/dashboard/frontend/assets/iggy-dark.svg | 2 +-
.../bench/dashboard/frontend/assets/iggy-light.png | Bin 72996 -> 0 bytes
.../bench/dashboard/frontend/assets/iggy-light.svg | 2 +-
.../bench/dashboard/frontend/assets/og-image.png | Bin
core/bench/dashboard/frontend/assets/style.css | 3260 +++++++++++++++-----
core/bench/dashboard/frontend/index.dev.html | 59 +-
core/bench/dashboard/frontend/index.html | 59 +-
core/bench/dashboard/frontend/index.prod.html | 59 +-
.../frontend/src/components/app_content.rs | 581 ++--
.../dashboard/frontend/src/components/chart/mod.rs | 1 +
.../frontend/src/components/chart/single_chart.rs | 41 +-
.../frontend/src/components/chart/tail_chart.rs | 421 +++
.../frontend/src/components/chart/trend_chart.rs | 6 +-
.../frontend/src/components/embed_modal.rs | 1 +
.../dashboard/frontend/src/components/footer.rs | 51 +-
.../src/components/layout/benchmark_meta.rs | 216 ++
.../frontend/src/components/layout/hero.rs | 650 ++++
.../frontend/src/components/layout/logo.rs | 35 -
.../frontend/src/components/layout/main_content.rs | 309 +-
.../frontend/src/components/layout/mod.rs | 6 +-
.../frontend/src/components/layout/sidebar.rs | 510 +--
.../frontend/src/components/layout/sweep_view.rs | 290 ++
.../frontend/src/components/layout/top_app_bar.rs | 455 +++
.../frontend/src/components/layout/topbar.rs | 240 --
.../dashboard/frontend/src/components/loader.rs | 64 +
.../bench/dashboard/frontend/src/components/mod.rs | 1 +
.../selectors/benchmark_kind_selector.rs | 190 --
.../components/selectors/benchmark_search_box.rs | 44 -
.../src/components/selectors/benchmark_selector.rs | 172 --
.../src/components/selectors/benchmarks_list.rs | 260 ++
.../components/selectors/dense_benchmark_row.rs | 163 +
.../src/components/selectors/gitref_selector.rs | 63 -
.../src/components/selectors/hardware_selector.rs | 61 -
.../selectors/measurement_type_selector.rs | 9 +
.../frontend/src/components/selectors/mod.rs | 10 +-
.../components/selectors/param_filters_panel.rs | 216 ++
.../selectors/recent_benchmarks_selector.rs | 258 --
.../src/components/selectors/view_mode_selector.rs | 103 -
.../dashboard/frontend/src/components/theme/mod.rs | 1 -
.../frontend/src/components/theme/theme_toggle.rs | 57 -
.../components/tooltips/benchmark_info_tooltip.rs | 23 +-
.../components/tooltips/server_stats_tooltip.rs | 2 -
core/bench/dashboard/frontend/src/format.rs | 178 ++
core/bench/dashboard/frontend/src/main.rs | 9 +-
core/bench/dashboard/frontend/src/router.rs | 2 +
.../dashboard/frontend/src/state/benchmark.rs | 605 +++-
core/bench/dashboard/frontend/src/state/ui.rs | 490 ++-
core/bench/dashboard/frontend/src/version.rs | 180 ++
core/bench/report/src/plotting/chart.rs | 23 +-
core/configs/Cargo.toml | 1 +
core/configs/src/configs_impl/file_provider.rs | 115 +-
core/configs_derive/src/config_env.rs | 13 +-
core/message_bus/src/fd_transfer.rs | 127 +-
core/message_bus/src/installer.rs | 38 +-
core/partitions/src/journal.rs | 23 +
core/server/src/main.rs | 13 +
core/shard/src/coordinator.rs | 20 +-
core/shard/src/lib.rs | 20 +-
core/shard/src/router.rs | 12 +-
scripts/dashboard/run_dev.sh | 13 +-
66 files changed, 8000 insertions(+), 2942 deletions(-)
delete mode 100644 core/bench/dashboard/frontend/assets/iggy-dark.png
copy assets/logo/SVG/iggy-apache-color-lightbg.svg =>
core/bench/dashboard/frontend/assets/iggy-dark.svg (99%)
delete mode 100644 core/bench/dashboard/frontend/assets/iggy-light.png
copy assets/logo/SVG/iggy-apache-color-darkbg.svg =>
core/bench/dashboard/frontend/assets/iggy-light.svg (99%)
copy assets/logo/4x/[email protected] =>
core/bench/dashboard/frontend/assets/og-image.png (100%)
create mode 100644
core/bench/dashboard/frontend/src/components/chart/tail_chart.rs
create mode 100644
core/bench/dashboard/frontend/src/components/layout/benchmark_meta.rs
create mode 100644 core/bench/dashboard/frontend/src/components/layout/hero.rs
delete mode 100644 core/bench/dashboard/frontend/src/components/layout/logo.rs
create mode 100644
core/bench/dashboard/frontend/src/components/layout/sweep_view.rs
create mode 100644
core/bench/dashboard/frontend/src/components/layout/top_app_bar.rs
delete mode 100644
core/bench/dashboard/frontend/src/components/layout/topbar.rs
create mode 100644 core/bench/dashboard/frontend/src/components/loader.rs
delete mode 100644
core/bench/dashboard/frontend/src/components/selectors/benchmark_kind_selector.rs
delete mode 100644
core/bench/dashboard/frontend/src/components/selectors/benchmark_search_box.rs
delete mode 100644
core/bench/dashboard/frontend/src/components/selectors/benchmark_selector.rs
create mode 100644
core/bench/dashboard/frontend/src/components/selectors/benchmarks_list.rs
create mode 100644
core/bench/dashboard/frontend/src/components/selectors/dense_benchmark_row.rs
delete mode 100644
core/bench/dashboard/frontend/src/components/selectors/gitref_selector.rs
delete mode 100644
core/bench/dashboard/frontend/src/components/selectors/hardware_selector.rs
create mode 100644
core/bench/dashboard/frontend/src/components/selectors/param_filters_panel.rs
delete mode 100644
core/bench/dashboard/frontend/src/components/selectors/recent_benchmarks_selector.rs
delete mode 100644
core/bench/dashboard/frontend/src/components/selectors/view_mode_selector.rs
delete mode 100644
core/bench/dashboard/frontend/src/components/theme/theme_toggle.rs
create mode 100644 core/bench/dashboard/frontend/src/format.rs
create mode 100644 core/bench/dashboard/frontend/src/version.rs