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/08/23 20:40:57 UTC

[incubator-druid] branch master updated (368ace4 -> 20ea90a)

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 368ace4  Fix ClassCastException for TopN with long-type dimension (#8349)
     add 20ea90a  Web console: more explicit limit on run button (#8378)

No new revisions were added by this update.

Summary of changes:
 web-console/.gitignore                             |   2 +-
 .../css/index.css => lib/keywords.d.ts}            |  11 +-
 .../query-input/keywords.ts => lib/keywords.js}    |   8 +-
 .../sql-function-doc.d.ts}                         |  17 ++-
 web-console/package-lock.json                      |   6 +-
 web-console/package.json                           |   2 +-
 web-console/script/clean                           |   4 +-
 web-console/script/create-sql-function-doc.js      |  20 ++-
 web-console/src/ace-modes/dsql.js                  |  36 +++--
 web-console/src/components/show-log/show-log.tsx   |  35 +++--
 .../query-history-dialog/query-history-dialog.tsx  |   3 +-
 .../query-plan-dialog/query-plan-dialog.tsx        |   5 +-
 web-console/src/utils/ingestion-spec.tsx           |   4 +-
 .../src/views/load-data-view/load-data-view.tsx    |   3 +-
 .../__snapshots__/query-view.spec.tsx.snap         |  19 ++-
 .../query-view/column-tree/column-tree.spec.tsx    |   2 -
 .../views/query-view/column-tree/column-tree.tsx   | 148 ++++++++++-----------
 .../__snapshots__/query-extra-info.spec.tsx.snap   |   2 +-
 .../query-extra-info/query-extra-info.spec.tsx     |   4 +-
 .../query-extra-info/query-extra-info.tsx          |   7 +-
 .../views/query-view/query-input/query-input.tsx   |  19 +--
 web-console/src/views/query-view/query-view.scss   |  10 ++
 web-console/src/views/query-view/query-view.tsx    | 135 ++++++++-----------
 .../__snapshots__/run-button.spec.tsx.snap         |   6 +-
 .../query-view/run-button/run-button.spec.tsx      |   8 +-
 .../src/views/query-view/run-button/run-button.tsx |  29 ++--
 26 files changed, 280 insertions(+), 265 deletions(-)
 copy web-console/{old-console/css/index.css => lib/keywords.d.ts} (83%)
 rename web-console/{src/views/query-view/query-input/keywords.ts => lib/keywords.js} (85%)
 copy web-console/{src/components/table-column-selector/table-column-selector.scss => lib/sql-function-doc.d.ts} (74%)


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