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/21 03:41:00 UTC

[incubator-druid] branch master updated (c87b68d -> e4aa7fb)

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 c87b68d  use Number instead of long for response context (#8342)
     add e4aa7fb  Web-console: fix alerts from lgtm (#8346)

No new revisions were added by this update.

Summary of changes:
 web-console/README.md                              |   5 +-
 web-console/script/build                           |   1 +
 web-console/script/licenses                        | 207 +++++++++++----------
 .../datasource-columns-table.tsx                   |   2 +-
 .../__snapshots__/external-link.spec.tsx.snap      |   1 +
 .../src/components/external-link/external-link.tsx |   2 +-
 .../src/components/show-history/show-history.tsx   |   6 +-
 .../show-log/__snapshots__/show-log.spec.tsx.snap  |  37 +++-
 web-console/src/components/show-log/show-log.tsx   |  19 +-
 .../supervisor-statistics-table.tsx                |   2 +-
 web-console/src/console-application.tsx            |   2 -
 .../__snapshots__/about-dialog.spec.tsx.snap       |   3 +
 ...coordinator-dynamic-config-dialog.spec.tsx.snap |   1 +
 .../datasource-table-action-dialog.tsx             |  25 ---
 .../overload-dynamic-config-dialog.spec.tsx.snap   |   1 +
 .../src/views/datasource-view/datasource-view.tsx  |  18 +-
 .../src/views/load-data-view/load-data-view.tsx    |   2 -
 .../src/views/lookups-view/lookups-view.tsx        |   8 +-
 .../views/query-view/column-tree/column-tree.tsx   |  26 ++-
 web-console/src/views/query-view/query-view.tsx    |   6 +-
 .../src/views/query-view/run-button/run-button.tsx |   3 -
 .../src/views/segments-view/segments-view.tsx      |   8 +-
 .../src/views/servers-view/servers-view.tsx        |   6 +-
 web-console/src/views/task-view/tasks-view.tsx     |   8 +-
 .../src/visualization/stacked-bar-chart.tsx        |  21 +--
 web-console/webpack.config.js                      |  12 +-
 26 files changed, 228 insertions(+), 204 deletions(-)


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