You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by vo...@apache.org on 2019/11/07 21:07:31 UTC

[incubator-druid] branch master updated (7aafcf8 -> b03aa06)

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/incubator-druid.git.


    from 7aafcf8  parallel broker merges on fork join pool (#8578)
     add b03aa06  Web console: Interval input component (#8777)

No new revisions were added by this update.

Summary of changes:
 web-console/package-lock.json                      |  26 ++++++
 web-console/package.json                           |   1 +
 web-console/src/components/auto-form/auto-form.tsx |  28 +++++-
 .../__snapshots__/interval-input.spec.tsx.snap     |  53 +++++++++++
 .../interval-input/interval-input.scss}            |   6 +-
 .../interval-input.spec.tsx}                       |  16 ++--
 .../components/interval-input/interval-input.tsx   | 104 +++++++++++++++++++++
 web-console/src/entry.scss                         |   1 +
 web-console/src/utils/ingestion-spec.tsx           |   7 +-
 .../query-view/query-output/query-output.scss      |   2 +
 10 files changed, 226 insertions(+), 18 deletions(-)
 create mode 100644 web-console/src/components/interval-input/__snapshots__/interval-input.spec.tsx.snap
 copy web-console/src/{views/home-view/home-view-card/home-view-card.scss => components/interval-input/interval-input.scss} (93%)
 copy web-console/src/components/{table-column-selector/table-column-selector.spec.tsx => interval-input/interval-input.spec.tsx} (75%)
 create mode 100644 web-console/src/components/interval-input/interval-input.tsx


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org