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 f5b9bf5 Cluster-wide configuration for query vectorization (#8657)
add 3abd0c4 Web console: start transition to React hooks and functional
components (#8722)
No new revisions were added by this update.
Summary of changes:
.../src/components/action-cell/action-cell.tsx | 36 +-
.../src/components/action-icon/action-icon.tsx | 8 +-
web-console/src/components/auto-form/auto-form.tsx | 14 +-
.../components/center-message/center-message.tsx | 22 +-
.../clearable-input/clearable-input.spec.tsx | 4 +-
.../components/clearable-input/clearable-input.tsx | 28 +-
web-console/src/components/deferred/deferred.tsx | 11 +-
.../src/components/external-link/external-link.tsx | 19 +-
.../__snapshots__/header-bar.spec.tsx.snap | 78 +----
.../src/components/header-bar/header-bar.tsx | 364 ++++++++++-----------
.../json-collapse/json-collapse.spec.tsx | 4 +-
.../src/components/json-collapse/json-collapse.tsx | 6 +-
.../src/components/json-input/json-input.spec.tsx | 4 +-
.../src/components/json-input/json-input.tsx | 10 +-
web-console/src/components/loader/loader.tsx | 58 ++--
.../src/components/menu-checkbox/menu-checkbox.tsx | 14 +-
.../components/refresh-button/refresh-button.tsx | 44 ++-
.../src/components/rule-editor/rule-editor.tsx | 282 ++++++----------
.../segment-timeline/segment-timeline.tsx | 5 +-
.../src/components/show-value/show-value.tsx | 56 ++--
.../suggestible-input/suggestible-input.tsx | 2 +-
.../__snapshots__/table-cell.spec.tsx.snap | 16 +-
.../src/components/table-cell/table-cell.tsx | 106 +++---
.../table-column-selector.tsx | 48 ++-
.../view-control-bar/view-control-bar.tsx | 25 +-
.../src/dialogs/about-dialog/about-dialog.tsx | 68 ++--
.../async-action-dialog/async-action-dialog.tsx | 154 ++++-----
.../datasource-table-action-dialog.tsx | 74 ++---
.../edit-context-dialog/edit-context-dialog.tsx | 92 +++---
.../src/dialogs/history-dialog/history-dialog.tsx | 25 +-
.../lookup-edit-dialog/lookup-edit-dialog.tsx | 151 +++++----
.../query-history-dialog/query-history-dialog.tsx | 105 ++----
.../query-plan-dialog/query-plan-dialog.tsx | 196 ++++++-----
.../segment-table-action-dialog.tsx | 74 ++---
.../show-value-dialog/show-value-dialog.tsx | 31 +-
.../src/dialogs/spec-dialog/spec-dialog.tsx | 101 +++---
.../supervisor-table-action-dialog.tsx | 143 ++++----
.../table-action-dialog/table-action-dialog.tsx | 69 ++--
.../task-table-action-dialog.tsx | 152 ++++-----
web-console/src/utils/load-rule.ts | 99 ++++++
web-console/src/utils/query-history.ts | 57 ++++
.../src/views/datasource-view/datasource-view.tsx | 21 +-
.../home-view/home-view-card/home-view-card.tsx | 41 ++-
web-console/src/views/home-view/home-view.tsx | 28 +-
.../example-picker/example-picker.tsx | 81 ++---
.../__snapshots__/filter-table.spec.tsx.snap | 6 +-
.../load-data-view/filter-table/filter-table.tsx | 106 +++---
.../src/views/load-data-view/load-data-view.tsx | 10 +-
.../__snapshots__/parse-data-table.spec.tsx.snap | 6 +-
.../parse-data-table/parse-data-table.tsx | 138 ++++----
.../__snapshots__/parse-time-table.spec.tsx.snap | 6 +-
.../parse-time-table/parse-time-table.tsx | 158 +++++----
.../__snapshots__/schema-table.spec.tsx.snap | 6 +-
.../load-data-view/schema-table/schema-table.tsx | 196 ++++++-----
.../__snapshots__/transform-table.spec.tsx.snap | 6 +-
.../transform-table/transform-table.tsx | 120 ++++---
.../src/views/lookups-view/lookups-view.tsx | 20 +-
.../number-menu-items/number-menu-items.tsx | 42 ++-
.../string-menu-items/string-menu-items.tsx | 42 ++-
.../time-menu-items/time-menu-items.tsx | 209 +++++-------
.../query-extra-info/query-extra-info.tsx | 118 ++++---
.../views/query-view/query-output/query-output.tsx | 222 ++++++-------
web-console/src/views/query-view/query-view.tsx | 8 +-
.../src/views/segments-view/segments-view.tsx | 20 +-
.../src/views/servers-view/servers-view.tsx | 20 +-
web-console/src/views/task-view/tasks-view.tsx | 30 +-
web-console/src/visualization/bar-unit.tsx | 32 +-
web-console/src/visualization/chart-axis.tsx | 20 +-
.../src/visualization/stacked-bar-chart.tsx | 83 ++---
69 files changed, 2158 insertions(+), 2492 deletions(-)
create mode 100644 web-console/src/utils/load-rule.ts
create mode 100644 web-console/src/utils/query-history.ts
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]