This is an automated email from the ASF dual-hosted git repository.
vogievetsky pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.
from 9d2df50 Return appropriate config directory path for indexer process.
(#10657)
add 577cd66 Web console: reflect the changes to interval requirement in
the data loader flow (#10647)
No new revisions were added by this update.
Summary of changes:
web-console/e2e-tests/reindexing.spec.ts | 2 +-
web-console/e2e-tests/tutorial-batch.spec.ts | 9 +-
.../__snapshots__/auto-form.spec.tsx.snap | 12 +-
web-console/src/components/auto-form/auto-form.tsx | 20 +-
.../numeric-input-with-default.spec.tsx.snap | 19 +
.../numeric-input-with-default.spec.tsx} | 11 +-
.../numeric-input-with-default.tsx | 51 +++
.../__snapshots__/compaction-dialog.spec.tsx.snap | 212 ++++++-----
.../__snapshots__/lookup-edit-dialog.spec.tsx.snap | 19 -
.../__snapshots__/ingestion-spec.spec.ts.snap | 1 -
web-console/src/druid-models/compaction-config.tsx | 66 ++--
web-console/src/druid-models/filter.tsx | 69 +++-
.../src/druid-models/ingestion-spec.spec.ts | 68 +++-
web-console/src/druid-models/ingestion-spec.tsx | 405 ++++++++++++--------
web-console/src/druid-models/lookup-spec.tsx | 29 +-
web-console/src/singletons/api.spec.ts | 2 +-
web-console/src/singletons/api.ts | 10 +-
web-console/src/utils/object-change.ts | 5 +
web-console/src/utils/sampler.ts | 1 +
web-console/src/utils/utils.spec.ts | 2 -
.../__snapshots__/load-data-view.spec.tsx.snap | 14 +-
.../filter-table/filter-table.spec.tsx | 1 -
.../load-data-view/filter-table/filter-table.tsx | 27 +-
.../src/views/load-data-view/info-messages.tsx | 210 ++++++-----
.../src/views/load-data-view/load-data-view.scss | 8 +-
.../src/views/load-data-view/load-data-view.tsx | 407 +++++++--------------
26 files changed, 927 insertions(+), 753 deletions(-)
create mode 100644
web-console/src/components/numeric-input-with-default/__snapshots__/numeric-input-with-default.spec.tsx.snap
copy web-console/src/components/{header-bar/header-bar.spec.tsx =>
numeric-input-with-default/numeric-input-with-default.spec.tsx} (77%)
create mode 100644
web-console/src/components/numeric-input-with-default/numeric-input-with-default.tsx
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]