You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gi...@apache.org on 2022/04/28 22:03:29 UTC

[superset] branch dependabot/npm_and_yarn/superset-frontend/react-router-dom-6.3.0 updated (9a82baca11 -> 2375c9c38c)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/superset-frontend/react-router-dom-6.3.0
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 9a82baca11 chore(deps): bump react-router-dom in /superset-frontend
     add f5e9f0eb3b feat: add Advanced Analytics into mixed time series chart (#19851)
     add 4a835a4299 fix(dashboard-css): make to load saved css template (#19840)
     add 59ee029088 feature(filter): make to hide sort filter when time range (#19871)
     add 3e3a4be6b5 Update setup.py (#19874)
     add 481ccfe0a6 chore: Update aiohttp>=3.7.4 in requirements (#19872)
     add e4fca89217 fix: Cannot re-order metrics by drag and drop (#19876)
     add 3d2fec9604 chore: fix explore pills (#19866)
     add ed1309e6bd fix: Dates alignment in Table viz (#19668)
     add 0e68e42b7c Remove hacky font-sizes (#19616)
     add 1d50665da0 Remove font-size hacky usage (#19613)
     add d5ea537b0e fix(plugin-chart-handlebars): fix overflow, debounce and control reset (#19879)
     add 11562971fb fix(plugin-chart-echarts): [feature parity] annotation line chart color not working (#19758)
     add f198f9f007 fix(helm): fix postgresql values (#19835)
     add ad1338fb47 test(native filter): refactor and add new test (#19821)
     add ea6753d27d fix(allow-db-explore): make to check the allow virtual table explore option by default (#19883)
     add 9328053521 chore(deps-dev): bump @storybook/client-api in /superset-frontend (#19878)
     add 2375c9c38c chore(deps): bump react-router-dom in /superset-frontend

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9a82baca11)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-frontend/react-router-dom-6.3.0 (2375c9c38c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 helm/superset/Chart.yaml                           |    2 +-
 helm/superset/values.schema.json                   |  100 +-
 helm/superset/values.yaml                          |   67 +-
 requirements/base.in                               |    1 +
 requirements/base.txt                              |   10 +-
 requirements/development.txt                       |    2 +-
 setup.py                                           |    2 +-
 .../integration/dashboard/dashboard.helper.ts      |  146 +-
 .../integration/dashboard/nativeFilter.helper.ts   |  413 ++++
 .../integration/dashboard/nativeFilters.test.ts    |  905 ++++----
 .../cypress/integration/explore/control.test.ts    |    4 +-
 .../cypress-base/cypress/support/directories.ts    |   18 +
 superset-frontend/package-lock.json                | 2266 +++++++++++---------
 superset-frontend/package.json                     |    2 +-
 .../src/components/MetricOption.tsx                |   36 +-
 .../src/sections/advancedAnalytics.tsx             |   26 +-
 .../superset-ui-chart-controls/src/types.ts        |    5 +-
 .../src/MixedTimeseries/buildQuery.ts              |  112 +-
 .../src/MixedTimeseries/controlPanel.tsx           |   24 +
 .../src/MixedTimeseries/transformProps.ts          |    2 +
 .../src/Timeseries/transformProps.ts               |    2 +
 .../src/Timeseries/transformers.ts                 |    5 +-
 .../src/utils/formDataSuffix.ts                    |   74 +
 .../test/MixedTimeseries/buildQuery.test.ts        |  277 +++
 .../test/utils/formDataSuffix.test.ts              |   57 +
 .../plugins/plugin-chart-handlebars/package.json   |   13 +-
 .../plugin-chart-handlebars/src/Handlebars.tsx     |   32 +-
 .../src/components/Handlebars/HandlebarsViewer.tsx |    9 +
 .../plugins/plugin-chart-handlebars/src/consts.ts  |    8 +-
 .../src/plugin/controlPanel.tsx                    |   75 -
 .../src/plugin/controls/columns.tsx                |    4 +-
 .../src/plugin/controls/groupBy.tsx                |    2 +-
 .../src/plugin/controls/handlebarTemplate.tsx      |   16 +-
 .../src/plugin/controls/includeTime.ts             |    1 +
 .../src/plugin/controls/limits.ts                  |    1 +
 .../src/plugin/controls/metrics.tsx                |    3 +
 .../src/plugin/controls/orderBy.tsx                |    2 +
 .../src/plugin/controls/style.tsx                  |   12 +-
 .../src/plugin/transformProps.ts                   |   38 +-
 .../test/plugin/transformProps.test.ts             |   11 +-
 .../plugins/plugin-chart-table/src/Styles.tsx      |    4 +
 .../src/assets/stylesheets/less/fonts.less         |    8 +-
 .../src/components/AlteredSliceTag/index.jsx       |   18 +-
 .../src/components/CachedLabel/index.tsx           |    2 +-
 .../src/components/Label/Label.stories.tsx         |    3 +-
 superset-frontend/src/components/Label/index.tsx   |   22 +-
 .../HeaderActionsDropdown.test.tsx                 |   28 +
 .../Header/HeaderActionsDropdown/index.jsx         |   11 +-
 .../components/SliceHeaderControls/index.tsx       |    2 +-
 .../FiltersConfigForm/FiltersConfigForm.tsx        |  438 ++--
 .../components/DataTableControl/RowCount.test.tsx  |    9 +-
 .../explore/components/DataTableControl/index.tsx  |    8 +-
 .../DataTablesPane/DataTablesPane.test.tsx         |    8 +-
 .../RowCountLabel/RowCountLabel.stories.tsx        |   13 +-
 .../RowCountLabel/RowCountLabel.test.jsx           |   50 -
 .../RowCountLabel/RowCountLabel.test.tsx           |   65 +
 .../src/explore/components/RowCountLabel/index.tsx |   28 +-
 .../DndMetricSelect.test.tsx                       |   37 +-
 .../DndColumnSelectControl/DndSelectLabel.tsx      |    6 +-
 .../components/controls/OptionControls/index.tsx   |    8 +-
 .../CRUD/data/database/DatabaseModal/index.tsx     |    2 +-
 .../CRUD/data/database/DatabaseModal/styles.ts     |   44 +-
 62 files changed, 3270 insertions(+), 2329 deletions(-)
 create mode 100644 superset-frontend/cypress-base/cypress/integration/dashboard/nativeFilter.helper.ts
 create mode 100644 superset-frontend/plugins/plugin-chart-echarts/src/utils/formDataSuffix.ts
 create mode 100644 superset-frontend/plugins/plugin-chart-echarts/test/MixedTimeseries/buildQuery.test.ts
 create mode 100644 superset-frontend/plugins/plugin-chart-echarts/test/utils/formDataSuffix.test.ts
 delete mode 100644 superset-frontend/src/explore/components/RowCountLabel/RowCountLabel.test.jsx
 create mode 100644 superset-frontend/src/explore/components/RowCountLabel/RowCountLabel.test.tsx