This is an automated email from the ASF dual-hosted git repository.
fjy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git.
from a8b674e fix indexer when used with http inventory view (#8723)
add d9c9aef Druid Doctor (#8672)
No new revisions were added by this update.
Summary of changes:
web-console/package-lock.json | 107 ++----
web-console/package.json | 4 +-
.../__snapshots__/header-bar.spec.tsx.snap | 9 +
.../src/components/header-bar/header-bar.tsx | 8 +
.../__snapshots__/about-dialog.spec.tsx.snap | 2 +-
.../src/dialogs/about-dialog/about-dialog.tsx | 9 +-
.../__snapshots__/doctor-dialog.spec.tsx.snap} | 61 +--
.../src/dialogs/doctor-dialog/doctor-checks.tsx | 423 +++++++++++++++++++++
.../doctor-dialog.scss} | 13 +-
.../doctor-dialog.spec.tsx} | 9 +-
.../src/dialogs/doctor-dialog/doctor-dialog.tsx | 200 ++++++++++
web-console/src/utils/general.tsx | 6 +
web-console/src/utils/ingestion-spec.tsx | 2 +-
web-console/src/utils/sampler.ts | 5 +-
14 files changed, 729 insertions(+), 129 deletions(-)
copy
web-console/src/dialogs/{table-action-dialog/__snapshots__/table-action-dialog.spec.tsx.snap
=> doctor-dialog/__snapshots__/doctor-dialog.spec.tsx.snap} (63%)
create mode 100644 web-console/src/dialogs/doctor-dialog/doctor-checks.tsx
copy web-console/src/dialogs/{compaction-dialog/compaction-dialog.scss =>
doctor-dialog/doctor-dialog.scss} (87%)
copy web-console/src/dialogs/{about-dialog/about-dialog.spec.tsx =>
doctor-dialog/doctor-dialog.spec.tsx} (85%)
create mode 100644 web-console/src/dialogs/doctor-dialog/doctor-dialog.tsx
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]