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 2021/04/17 03:15:53 UTC

[druid] branch master updated (f2b54de -> fdc3c2f)

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 f2b54de  Vectorized versions of HllSketch aggregators. (#11115)
     add fdc3c2f  Web console: update dev dependencies (#11119)

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |     6 +-
 licenses.yaml                                      |    30 +-
 licenses/bin/core-js.MIT                           |     2 +-
 licenses/bin/tslib.0BSD                            |    12 +
 pom.xml                                            |     1 +
 web-console/.editorconfig                          |    13 +
 web-console/jest.common.config.js                  |     5 +
 web-console/package-lock.json                      | 21866 ++++++++++++-------
 web-console/package.json                           |    77 +-
 web-console/script/build                           |     2 +-
 web-console/script/licenses                        |    27 +-
 .../src/blueprint-overrides/common/_variables.scss |     2 +-
 .../components/interval-input/interval-input.tsx   |    14 +-
 .../segment-timeline/segment-timeline.tsx          |    52 +-
 .../compaction-dialog/compaction-dialog.tsx        |     2 +-
 .../coordinator-dynamic-config-dialog.tsx          |     2 +-
 .../lookup-edit-dialog/lookup-edit-dialog.tsx      |     2 +-
 .../overlord-dynamic-config-dialog.tsx             |     2 +-
 .../dialogs/retention-dialog/retention-dialog.tsx  |     4 +-
 web-console/src/druid-models/flatten-spec.spec.ts  |    10 +-
 web-console/src/druid-models/ingestion-spec.tsx    |     3 +-
 web-console/src/druid-models/timestamp-spec.tsx    |     2 +-
 web-console/src/entry.ts                           |     2 +-
 web-console/src/singletons/api.ts                  |    10 +-
 web-console/src/utils/query-history.ts             |     5 +-
 web-console/src/utils/sampler.ts                   |     2 +-
 web-console/src/utils/utils.spec.ts                |     5 +-
 web-console/src/variables.scss                     |     4 +-
 .../src/views/datasource-view/datasource-view.tsx  |     4 +-
 .../home-view/services-card/services-card.tsx      |     6 +-
 .../supervisors-card/supervisors-card.tsx          |     8 +-
 .../src/views/home-view/tasks-card/tasks-card.tsx  |     6 +-
 .../src/views/ingestion-view/ingestion-view.tsx    |     2 +-
 .../src/views/load-data-view/load-data-view.tsx    |     8 +-
 .../src/views/lookups-view/lookups-view.tsx        |     2 +-
 .../views/query-view/column-tree/column-tree.tsx   |     4 +-
 web-console/src/views/query-view/query-view.tsx    |     2 +-
 .../src/views/segments-view/segments-view.tsx      |    16 +-
 .../src/views/services-view/services-view.tsx      |     2 +-
 .../src/visualization/stacked-bar-chart.tsx        |     6 +-
 web-console/tsconfig.json                          |    27 +-
 web-console/tsconfig.test.json                     |     6 +
 web-console/webpack.config.js                      |    46 +-
 43 files changed, 14191 insertions(+), 8118 deletions(-)
 create mode 100644 licenses/bin/tslib.0BSD
 create mode 100644 web-console/.editorconfig
 create mode 100644 web-console/tsconfig.test.json

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