You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2019/12/05 04:21:19 UTC

[incubator-druid] branch master updated (8dd9a8c -> 1cff73f)

This is an automated email from the ASF dual-hosted git repository.

fjy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git.


    from 8dd9a8c  Small doc fix for baseTaskDir conf (#8978)
     add 1cff73f  Web console: support new ingest spec format (#8828)

No new revisions were added by this update.

Summary of changes:
 .../assets/{ingestsegment.png => druid.png}        | Bin
 .../{static-google-blobstore.png => google.png}    | Bin
 web-console/assets/{static-s3.png => s3.png}       | Bin
 .../src/components/array-input/array-input.tsx     |  11 +-
 web-console/src/components/auto-form/auto-form.tsx |  82 ++-
 .../__snapshots__/rule-editor.spec.tsx.snap        |  67 +-
 .../src/components/rule-editor/rule-editor.scss    |   7 +-
 .../src/components/rule-editor/rule-editor.tsx     | 110 ++--
 .../suggestible-input/suggestible-input.tsx        |   4 +-
 web-console/src/console-application.tsx            |  12 +-
 .../src/dialogs/doctor-dialog/doctor-checks.tsx    |  24 +-
 .../__snapshots__/ingestion-spec.spec.ts.snap      |  76 +++
 web-console/src/utils/druid-type.ts                |  10 +-
 web-console/src/utils/ingestion-spec.spec.ts       |  99 +++
 web-console/src/utils/ingestion-spec.tsx           | 709 +++++++++++++--------
 web-console/src/utils/load-rule.ts                 | 143 +++--
 web-console/src/utils/object-change.ts             |  10 +
 web-console/src/utils/sampler.ts                   | 419 ++++++------
 web-console/src/utils/spec-utils.ts                |   4 +-
 web-console/src/utils/utils.spec.ts                | 225 ++++---
 .../__snapshots__/ingestion-view.spec.tsx.snap     |   2 +-
 .../views/ingestion-view/ingestion-view.spec.tsx   |   2 +-
 .../src/views/ingestion-view/ingestion-view.tsx    |   4 +-
 .../__snapshots__/load-data-view.spec.tsx.snap     |   4 +-
 .../filter-table/filter-table.spec.tsx             |   2 +-
 .../views/load-data-view/load-data-view.spec.tsx   |   2 +-
 .../src/views/load-data-view/load-data-view.tsx    | 448 ++++++-------
 .../parse-data-table/parse-data-table.spec.tsx     |   2 +-
 .../parse-data-table/parse-data-table.tsx          |  16 +-
 .../parse-time-table/parse-time-table.spec.tsx     |   6 +-
 .../schema-table/schema-table.spec.tsx             |   2 +-
 .../transform-table/transform-table.spec.tsx       |   2 +-
 web-console/src/views/query-view/query-view.tsx    |   2 +-
 .../src/views/query-view/run-button/run-button.tsx |   2 +-
 34 files changed, 1384 insertions(+), 1124 deletions(-)
 rename web-console/assets/{ingestsegment.png => druid.png} (100%)
 rename web-console/assets/{static-google-blobstore.png => google.png} (100%)
 rename web-console/assets/{static-s3.png => s3.png} (100%)
 create mode 100644 web-console/src/utils/__snapshots__/ingestion-spec.spec.ts.snap
 create mode 100644 web-console/src/utils/ingestion-spec.spec.ts


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