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/incubator-druid.git.
from 566dc8c Fix missing format argument (#8331)
add 56e4403 Web console: data loader native batch shuffle UI (#8229)
No new revisions were added by this update.
Summary of changes:
web-console/src/components/auto-form/auto-form.tsx | 57 ++++--
.../components/center-message/center-message.scss | 3 -
.../__snapshots__/show-history.spec.tsx.snap | 2 +-
.../components/show-history/show-history.spec.tsx | 2 +-
.../show-log/__snapshots__/show-log.spec.tsx.snap | 9 +-
web-console/src/components/show-log/show-log.tsx | 10 +-
web-console/src/console-application.tsx | 4 +
.../compaction-dialog/compaction-dialog.tsx | 4 +-
.../edit-context-dialog.spec.tsx.snap | 5 +-
.../edit-context-dialog.spec.tsx | 2 +-
.../edit-context-dialog/edit-context-dialog.tsx | 75 +++----
.../__snapshots__/query-plan-history.spec.tsx.snap | 27 +--
.../query-history-dialog/query-history-dialog.scss | 4 +
.../query-history-dialog/query-history-dialog.tsx | 89 +++++++--
.../task-table-action-dialog.tsx | 2 +-
web-console/src/entry.ts | 2 +
.../druid-time.spec.ts} | 16 +-
web-console/src/utils/druid-time.ts | 11 +-
web-console/src/utils/general.tsx | 6 +-
web-console/src/utils/ingestion-spec.tsx | 219 +++++++++++----------
web-console/src/utils/sampler.ts | 67 ++++++-
.../src/views/datasource-view/datasource-view.tsx | 8 +-
.../__snapshots__/load-data-view.spec.tsx.snap | 11 ++
.../src/views/load-data-view/load-data-view.scss | 7 +
.../src/views/load-data-view/load-data-view.tsx | 159 +++++++++++++--
.../__snapshots__/number-menu-items.spec.tsx.snap | 63 +++++-
.../number-menu-items/number-menu-items.spec.tsx | 6 +-
.../__snapshots__/string-menu-items.spec.tsx.snap | 63 +++++-
.../string-menu-items/string-menu-items.spec.tsx | 6 +-
.../__snapshots__/time-menu-items.spec.tsx.snap | 63 +++++-
.../time-menu-items/time-menu-items.spec.tsx | 6 +-
.../views/query-view/column-tree/column-tree.tsx | 4 +-
.../views/query-view/query-input/query-input.tsx | 4 +-
.../views/query-view/query-output/query-output.tsx | 4 +-
web-console/src/views/query-view/query-view.tsx | 40 ++--
.../src/views/query-view/run-button/run-button.tsx | 22 +--
36 files changed, 775 insertions(+), 307 deletions(-)
copy web-console/src/{components/action-cell/action-cell.spec.tsx =>
utils/druid-time.spec.ts} (67%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]