This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch iggy-bench-dashboard
in repository https://gitbox.apache.org/repos/asf/iggy.git
omit c7d060b9 feat(repo): move iggy-benchmarks-dashboard to monorepo
add 3da2dded chore(sdk): add dependencies.md to dotnet sdk (#1768)
add 34944aae chore(ci): add script to dump licenses to DEPENDENCIES.md
(#1767)
add 21e57603 feat(repo): move iggy-benchmarks-dashboard to monorepo
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 (c7d060b9)
\
N -- N -- N refs/heads/iggy-bench-dashboard (21e57603)
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:
.github/workflows/ci-check-common.yml | 13 +-
.github/workflows/ci-test-rust-optional.yml | 2 +-
.github/workflows/ci-test-rust.yml | 4 +-
.github/workflows/sanity.yml | 14 +-
.github/workflows/test_pr.yml | 2 +-
= | 0
DEPENDENCIES.md | 872 ++++++++++++++++++---
core/bench/dashboard/README.md | 17 +-
core/bench/dashboard/frontend/assets/style.css | 19 +
.../bench/dashboard/frontend/dist/assets/style.css | 19 +
core/bench/dashboard/frontend/dist/index.html | 19 +
.../frontend/dist/style-ba62157918993f1.css | 19 +
core/bench/dashboard/frontend/index.dev.html | 19 +
core/bench/dashboard/frontend/index.prod.html | 19 +
.../dashboard/frontend/scripts/select_index.sh | 17 +
core/bench/dashboard/frontend/src/api/mod.rs | 17 +
.../frontend/src/components/app_content.rs | 17 +
.../dashboard/frontend/src/components/chart/mod.rs | 17 +
.../frontend/src/components/chart/plot_trend.rs | 17 +
.../frontend/src/components/chart/single_chart.rs | 17 +
.../frontend/src/components/chart/trend_chart.rs | 17 +
.../dashboard/frontend/src/components/footer.rs | 17 +
.../frontend/src/components/layout/logo.rs | 17 +
.../frontend/src/components/layout/main_content.rs | 17 +
.../frontend/src/components/layout/mod.rs | 17 +
.../frontend/src/components/layout/sidebar.rs | 17 +
.../frontend/src/components/layout/topbar.rs | 17 +
.../bench/dashboard/frontend/src/components/mod.rs | 17 +
.../selectors/benchmark_kind_selector.rs | 17 +
.../src/components/selectors/benchmark_selector.rs | 17 +
.../src/components/selectors/gitref_selector.rs | 17 +
.../src/components/selectors/hardware_selector.rs | 17 +
.../selectors/measurement_type_selector.rs | 17 +
.../frontend/src/components/selectors/mod.rs | 17 +
.../src/components/selectors/view_mode_selector.rs | 17 +
.../dashboard/frontend/src/components/theme/mod.rs | 17 +
.../src/components/theme/theme_provider.rs | 17 +
.../frontend/src/components/theme/theme_toggle.rs | 17 +
.../components/tooltips/benchmark_info_toggle.rs | 17 +
.../components/tooltips/benchmark_info_tooltip.rs | 17 +
.../frontend/src/components/tooltips/mod.rs | 17 +
.../src/components/tooltips/server_stats_toggle.rs | 17 +
.../components/tooltips/server_stats_tooltip.rs | 17 +
core/bench/dashboard/frontend/src/config.rs | 17 +
core/bench/dashboard/frontend/src/error.rs | 17 +
core/bench/dashboard/frontend/src/main.rs | 17 +
core/bench/dashboard/frontend/src/router.rs | 17 +
.../dashboard/frontend/src/state/benchmark.rs | 17 +
core/bench/dashboard/frontend/src/state/gitref.rs | 17 +
.../bench/dashboard/frontend/src/state/hardware.rs | 17 +
core/bench/dashboard/frontend/src/state/mod.rs | 17 +
core/bench/dashboard/frontend/src/state/ui.rs | 17 +
.../workflows/build-and-test.yml | 17 +
.../old_github_workflows/workflows/ci.yml | 17 +
.../old_github_workflows/workflows/docker.yml | 17 +
.../old_github_workflows/workflows/sanity.yml | 17 +
core/bench/dashboard/server/Dockerfile | 17 +
core/bench/dashboard/server/docker-entrypoint.sh | 17 +
core/bench/dashboard/server/src/args.rs | 17 +
core/bench/dashboard/server/src/cache/loader.rs | 17 +
core/bench/dashboard/server/src/cache/mod.rs | 17 +
core/bench/dashboard/server/src/cache/query.rs | 17 +
core/bench/dashboard/server/src/cache/storage.rs | 17 +
core/bench/dashboard/server/src/cache/watcher.rs | 17 +
core/bench/dashboard/server/src/error.rs | 17 +
core/bench/dashboard/server/src/github/client.rs | 17 +
core/bench/dashboard/server/src/github/mod.rs | 17 +
core/bench/dashboard/server/src/github/poller.rs | 17 +
core/bench/dashboard/server/src/handlers.rs | 17 +
core/bench/dashboard/server/src/main.rs | 17 +
core/bench/dashboard/shared/src/lib.rs | 17 +
core/bench/dashboard/shared/src/subtext.rs | 17 +
core/bench/dashboard/shared/src/title.rs | 17 +
.../bench/runner/src/app/local_benchmark_runner.rs | 17 +
core/bench/runner/src/app/mod.rs | 17 +
core/bench/runner/src/app/utils.rs | 17 +
core/bench/runner/src/args.rs | 17 +
core/bench/runner/src/main.rs | 17 +
foreign/csharp/DEPENDENCIES.md | 8 +
.../Features/MultiConsumerMessagePolling.feature | 11 -
.../MultiConsumerMessagePolling.feature.cs | 180 -----
.../ConsumerGroupPolling/Hooks/IggyDockerHooks.cs | 148 ----
.../Steps/MultipleConsumersPollingSteps.cs | 162 ----
.../csharp/Iggy_SDK_Tests/Iggy_SDK_Tests.csproj | 1 -
justfile | 12 +
scripts/dashboard/build_release.sh | 17 +
scripts/dashboard/run_dev.sh | 17 +
scripts/licenses-list.sh | 97 +++
88 files changed, 2164 insertions(+), 615 deletions(-)
delete mode 100644 =
create mode 100644 foreign/csharp/DEPENDENCIES.md
delete mode 100644
foreign/csharp/Iggy_SDK_Tests/BehaviorTests/ConsumerGroupPolling/Features/MultiConsumerMessagePolling.feature
delete mode 100644
foreign/csharp/Iggy_SDK_Tests/BehaviorTests/ConsumerGroupPolling/Features/MultiConsumerMessagePolling.feature.cs
delete mode 100644
foreign/csharp/Iggy_SDK_Tests/BehaviorTests/ConsumerGroupPolling/Hooks/IggyDockerHooks.cs
delete mode 100644
foreign/csharp/Iggy_SDK_Tests/BehaviorTests/ConsumerGroupPolling/Steps/MultipleConsumersPollingSteps.cs
create mode 100755 scripts/licenses-list.sh