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 2022/02/03 02:46:39 UTC

[druid] branch master updated (801d9e7 -> bc408ba)

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 801d9e7  [Web Console] fix deprecated keyboard event method "keyCode" with "key" (#11947)
     add bc408ba  Web console: Adding a shard detail column to the segments view (#12212)

No new revisions were added by this update.

Summary of changes:
 licenses.yaml                                      |   2 +-
 web-console/package-lock.json                      |   6 +-
 web-console/package.json                           |   2 +-
 .../__snapshots__/auto-form.spec.tsx.snap          |  16 ++
 .../src/components/auto-form/auto-form.spec.tsx    |   6 +
 web-console/src/components/auto-form/auto-form.tsx |   2 +
 .../__snapshots__/formatted-input.spec.tsx.snap    |  12 ++
 .../formatted-input/formatted-input.scss           |   5 +
 .../formatted-input/formatted-input.spec.tsx       |  14 ++
 .../components/formatted-input/formatted-input.tsx | 100 ++++++-----
 .../src/druid-models/ingestion-spec.spec.ts        | 183 +++++++++++++++++++++
 web-console/src/druid-models/ingestion-spec.tsx    | 128 +++++++-------
 web-console/src/utils/sampler.ts                   |   2 +-
 .../__snapshots__/segments-view.spec.tsx.snap      |  11 ++
 .../src/views/segments-view/segments-view.scss     |  11 ++
 .../src/views/segments-view/segments-view.tsx      |  76 ++++++++-
 16 files changed, 474 insertions(+), 102 deletions(-)

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