You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/09/03 19:14:10 UTC

[incubator-druid] branch master updated (abd8646 -> 637a9e8)

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 abd8646  Bump ORC library to 1.5.6 (#8405)
     add 637a9e8  Web console: Fix segment re-ingest (#8454)

No new revisions were added by this update.

Summary of changes:
 web-console/lib/keywords.js                        |   8 +-
 web-console/package-lock.json                      |  47 ++--
 web-console/package.json                           |   2 +-
 .../datasource-columns-table.tsx                   |  52 ++---
 .../src/components/json-input/json-input.tsx       |   8 +-
 .../src/components/rule-editor/rule-editor.tsx     |   2 +
 web-console/src/components/show-json/show-json.tsx |   2 +-
 .../supervisor-statistics-table.tsx                |  13 +-
 ...coordinator-dynamic-config-dialog.spec.tsx.snap |   1 -
 .../coordinator-dynamic-config-dialog.tsx          |   1 -
 .../datasource-table-action-dialog.spec.tsx        |   1 -
 .../datasource-table-action-dialog.tsx             |   4 +-
 .../edit-context-dialog.spec.tsx                   |   2 +-
 .../__snapshots__/history-dialog.spec.tsx.snap     |   2 +-
 .../dialogs/history-dialog/history-dialog.spec.tsx |   1 -
 .../src/dialogs/history-dialog/history-dialog.tsx  |   6 +-
 .../lookup-edit-dialog/lookup-edit-dialog.spec.tsx |   1 -
 .../lookup-edit-dialog/lookup-edit-dialog.tsx      |   4 +-
 .../overload-dynamic-config-dialog.spec.tsx.snap   |   1 -
 .../overlord-dynamic-config-dialog.tsx             |   1 -
 .../dialogs/retention-dialog/retention-dialog.tsx  |   2 -
 .../segment-table-action-dialog.spec.tsx           |   1 -
 .../segment-table-action-dialog.tsx                |   4 +-
 .../__snapshots__/snitch-dialog.spec.tsx.snap      |  35 ++-
 .../dialogs/snitch-dialog/snitch-dialog.spec.tsx   |   2 +-
 .../src/dialogs/snitch-dialog/snitch-dialog.tsx    |  19 +-
 .../__snapshots__/status-dialog.spec.tsx.snap      | 134 ++++--------
 .../dialogs/status-dialog/status-dialog.spec.tsx   |  10 +-
 .../src/dialogs/status-dialog/status-dialog.tsx    |  12 +-
 .../supervisor-table-action-dialog.spec.tsx        |   3 +-
 .../supervisor-table-action-dialog.tsx             |   4 +-
 .../table-action-dialog.spec.tsx.snap              |  34 +++
 .../table-action-dialog.spec.tsx                   |   2 +-
 .../table-action-dialog/table-action-dialog.tsx    |  18 +-
 .../task-table-action-dialog.spec.tsx              |   1 -
 .../task-table-action-dialog.tsx                   |   4 +-
 web-console/src/entry.scss                         |   2 +
 web-console/src/entry.ts                           |   2 +-
 web-console/src/singletons/url-baser.ts            |   4 +-
 web-console/src/utils/general.tsx                  |   4 +-
 web-console/src/utils/ingestion-spec.tsx           |  36 +++-
 web-console/src/utils/sampler.ts                   | 130 ++++++++---
 .../src/views/datasource-view/datasource-view.tsx  |   1 -
 .../views/home-view/status-card/status-card.tsx    |  79 ++++---
 .../__snapshots__/example-picker.spec.tsx.snap     |  56 +++++
 .../example-picker/example-picker.spec.tsx}        |  22 +-
 .../example-picker/example-picker.tsx              |  77 +++++++
 .../src/views/load-data-view/load-data-view.tsx    | 240 ++++++++++++++-------
 .../__snapshots__/lookups-view.spec.tsx.snap       |  12 --
 .../src/views/lookups-view/lookups-view.tsx        |  16 +-
 .../src/views/segments-view/segments-view.tsx      |   1 -
 web-console/src/views/task-view/tasks-view.tsx     |   2 -
 52 files changed, 726 insertions(+), 402 deletions(-)
 create mode 100644 web-console/src/views/load-data-view/example-picker/__snapshots__/example-picker.spec.tsx.snap
 copy web-console/src/views/{query-view/run-button/run-button.spec.tsx => load-data-view/example-picker/example-picker.spec.tsx} (71%)
 create mode 100644 web-console/src/views/load-data-view/example-picker/example-picker.tsx


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