This is an automated email from the ASF dual-hosted git repository.
cwylie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.
from d47d6cf Add time-to-first-result benchmark for groupBy (#10612)
add 5b06c7a Web console: improve how code is imported, use API instance
(#10597)
No new revisions were added by this update.
Summary of changes:
licenses.yaml | 2 +-
web-console/package-lock.json | 15 ++++--
web-console/package.json | 2 +-
web-console/script/create-sql-docs.js | 2 +-
.../{jest.e2e.config.js => src/bootstrap/ace.ts} | 11 ++--
web-console/src/bootstrap/react-table-defaults.tsx | 60 +++++++++++-----------
.../src/components/header-bar/header-bar.spec.tsx | 2 +-
.../src/components/header-bar/header-bar.tsx | 2 +-
.../segment-timeline/segment-timeline.spec.tsx | 2 +-
.../segment-timeline/segment-timeline.tsx | 8 +--
.../src/components/show-history/show-history.tsx | 4 +-
web-console/src/components/show-json/show-json.tsx | 6 +--
web-console/src/components/show-log/show-log.tsx | 8 +--
.../src/components/show-value/show-value.tsx | 2 +-
.../supervisor-statistics-table.tsx | 5 +-
web-console/src/console-application.tsx | 5 +-
.../async-action-dialog/async-action-dialog.tsx | 2 +-
.../coordinator-dynamic-config-dialog.tsx | 9 ++--
.../src/dialogs/doctor-dialog/doctor-checks.tsx | 23 +++++----
.../overlord-dynamic-config-dialog.tsx | 9 ++--
.../dialogs/retention-dialog/retention-dialog.tsx | 6 ++-
.../show-value-dialog/show-value-dialog.tsx | 2 +-
.../src/dialogs/status-dialog/status-dialog.tsx | 5 +-
web-console/src/entry.ts | 27 ++++++----
web-console/src/setup-tests.ts | 2 +-
.../json-collapse.scss => singletons/api.ts} | 17 ++----
.../index.ts} | 6 +--
web-console/src/utils/capabilities.ts | 10 ++--
web-console/src/utils/druid-query.ts | 9 ++--
web-console/src/utils/general.tsx | 2 +-
web-console/src/utils/sampler.ts | 7 ++-
.../views/datasource-view/datasource-view.spec.tsx | 2 +-
.../src/views/datasource-view/datasource-view.tsx | 39 ++++++++------
.../datasources-card/datasources-card.spec.tsx | 2 +-
.../datasources-card/datasources-card.tsx | 6 +--
web-console/src/views/home-view/home-view.spec.tsx | 2 +-
web-console/src/views/home-view/home-view.tsx | 2 +-
.../home-view/lookups-card/lookups-card.spec.tsx | 2 +-
.../views/home-view/lookups-card/lookups-card.tsx | 6 +--
.../home-view/segments-card/segments-card.spec.tsx | 2 +-
.../home-view/segments-card/segments-card.tsx | 8 +--
.../home-view/services-card/services-card.spec.tsx | 2 +-
.../home-view/services-card/services-card.tsx | 8 +--
.../views/home-view/status-card/status-card.tsx | 4 +-
.../supervisors-card/supervisors-card.spec.tsx | 2 +-
.../supervisors-card/supervisors-card.tsx | 6 +--
.../views/home-view/tasks-card/tasks-card.spec.tsx | 2 +-
.../src/views/home-view/tasks-card/tasks-card.tsx | 6 +--
.../views/ingestion-view/ingestion-view.spec.tsx | 2 +-
.../src/views/ingestion-view/ingestion-view.tsx | 29 +++++------
.../src/views/load-data-view/load-data-view.tsx | 12 ++---
.../src/views/lookups-view/lookups-view.tsx | 15 +++---
.../__snapshots__/query-view.spec.tsx.snap | 4 +-
.../views/query-view/column-tree/column-tree.tsx | 4 +-
.../query-extra-info/query-extra-info.tsx | 2 +-
web-console/src/views/query-view/query-utils.ts | 1 +
web-console/src/views/query-view/query-view.scss | 2 +-
web-console/src/views/query-view/query-view.tsx | 7 ++-
.../src/views/segments-view/segments-view.spec.tsx | 2 +-
.../src/views/segments-view/segments-view.tsx | 14 ++---
.../src/views/services-view/services-view.spec.tsx | 2 +-
.../src/views/services-view/services-view.tsx | 14 ++---
62 files changed, 247 insertions(+), 236 deletions(-)
copy web-console/{jest.e2e.config.js => src/bootstrap/ace.ts} (79%)
copy web-console/src/{components/json-collapse/json-collapse.scss =>
singletons/api.ts} (78%)
copy
web-console/src/{components/table-cell-unparseable/table-cell-unparseable.scss
=> singletons/index.ts} (91%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]