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/19 16:19:41 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/minimist-1.2.6 updated (366d0c7d06 -> d710c92a92)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/superset-websocket/minimist-1.2.6
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 366d0c7d06 chore(deps): bump minimist from 1.2.5 to 1.2.6 in /superset-websocket
     add 4a5dddf52d fix(explore): Change copy of cross filters checkbox (#19646)
     add ee85466f2e fix(dashboard): Fix BigNumber causing dashboard to crash when overflowing (#19688)
     add 059cb4ec25 fix(plugin-chart-echarts): xAxis scale is not correct when setting quarter time grain (#19686)
     add 2ba484fe43 fix: login button does not render (#19685)
     add de9fb2109d chore(explore): Change labels "Group by"/"Series" to "Dimensions" (#19647)
     add 26a0f05759 fix(sql lab): table selector should display all the selected tables (#19257)
     add 32239b04aa fix: improve the alerts & reports modal layout on small screens (#19294)
     add c8304a2821 feat(explore): Redesign of Run/Save buttons (#19558)
     add 6d5d03e592 fix(sql lab): display the 'View Results' button consistently in the history tab on sync mode (#19362)
     add b81982d8f3 feat(explore): More explicit labels of adhoc filter operators (#19691)
     add d4e7c65f6a fix(sql lab): replace the output column in the query history table (#19370)
     add 8e326af3e6 chore: upgrade Pillow (#19674)
     add 94e06c2b6a fix: Reset sorting bar issue in Barchart (#19371)
     add 68ed39bcd3 fix(alert & report): make to fix the issue when recreate report (#19419)
     add 5fc0651aab fix(data-upload): make to change err message (#19430)
     add 8865656e06 chore: fix typo (#19699)
     add 32a9265cc0 fix(nav): infinite redirect and upload dataset nav permissions (#19708)
     add 2b17ce2bd0 fix: create virtual table with exotic type (#19714)
     add 9425dd2cac fix: drop the first level of MultiIndex (#19716)
     add 4927685c30 feat: UI override registry (#19671)
     add 7bc9123fe5 fix: Filter dependencies are not being applied in default values (#19698)
     add 34008f78c9 feat: Enabling source maps full time (#19710)
     add ac2c66ccf6 fix: Line Chart Annotation Info Update (#19001)
     add 158852d074 bumping shillelagh (#19726)
     add 94075983f8 feat: Remove legacy sql alchemy db connection link from G Sheet connection (#19450)
     add c320c295dc fix(dnd&column): make to fix the blank state issue when only one column select (#19651)
     add ce77d55396 docs(install): ubuntu default-libmysqlclient-dev (#19715)
     add b7759e6fd1 chore: Clean redundant dependency from useMemo dep array (#19732)
     add 86642025ba fix: Removetime_range_endpoints from query context object pt 2 (#19728)
     add 82c47f32a0 chore: Updates the Select codeowners (#19736)
     add b8e595413f fix: Redirect to full url on 401 (#19357)
     add 56381f4ee8 fix: sql lab ctrl t behaved differently from clicking (#19420)
     add bbe0af348b fix(sql lab): Selecting edit on a query from query history doesn't update the SQL Editor properly (#19290)
     add 8d4a52c9d0 fix(sql lab): add quotes when autocompleting table names with spaces in the editor (#19311)
     add 154f1ea8c9 fix: Dashboard Edit View Tab Headers Hidden when Dashboard Name is Long (#19472)
     add 06ec88eb99 feat: add empty states to sqlab editor and select (#19598)
     add ae70212df3 fix: deactivate embedding on a dashboard (#19626)
     add 57157c8b15 fix: remove expose (#19700)
     add cf5145918b fix(permalink): remove memoize on get salt func (#19749)
     add a05ff5e598 fix: alert/report created by filter inconsistency with table display (#19518)
     add a2d34ec4b8 fix(import): Add the error alert on failed database import (#19673)
     add 34323f9b5f fix(explore): make to show the null value as N/A in view result (#19603)
     add 594523e895 feat(explore): Implement data panel redesign (#19751)
     add 6f4480a06c feat(explore): Replace overlay with alert banner when chart controls change (#19696)
     add 3663a33f14 fix(explore): Double divider if no permissions for adding reports (#19777)
     add 4ba62cad95 chore(build): upgrade less-loader (#19703)
     add d710c92a92 chore(deps): bump minimist from 1.2.5 to 1.2.6 in /superset-websocket

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   (366d0c7d06)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/minimist-1.2.6 (d710c92a92)

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:
 .github/CODEOWNERS                                 |    7 +-
 .../installing-superset-from-scratch.mdx           |    4 +-
 requirements/development.in                        |    2 +-
 requirements/development.txt                       |    4 +-
 setup.py                                           |    4 +-
 .../cypress/integration/explore/control.test.ts    |    6 +-
 superset-frontend/package-lock.json                | 1423 ++++++++++++++++++--
 superset-frontend/package.json                     |    2 +-
 .../src/operators/flattenOperator.ts               |   15 +-
 .../src/shared-controls/dndControls.tsx            |    4 +-
 .../src/shared-controls/emitFilterControl.tsx      |    4 +-
 .../src/shared-controls/index.tsx                  |    4 +-
 .../test/utils/operators/flattenOperator.test.ts   |   31 +
 .../src/connection/SupersetClientClass.ts          |    8 +-
 .../packages/superset-ui-core/src/index.ts         |    1 +
 .../superset-ui-core/src/models/Registry.ts        |    4 +
 .../superset-ui-core/src/models/TypedRegistry.ts   |   60 +
 .../packages/superset-ui-core/src/models/index.ts  |    1 +
 .../src/query/types/PostProcessing.ts              |    1 +
 .../src/ui-overrides/UiOverrideRegistry.ts         |   46 +
 .../{dashboard/index.ts => ui-overrides/index.tsx} |    2 +-
 .../test/connection/SupersetClientClass.test.ts    |   26 +-
 .../test/models/TypedRegistry.test.ts}             |   16 +-
 .../src/DistBar/controlPanel.ts                    |    2 +-
 .../legacy-preset-chart-nvd3/src/NVD3Vis.js        |    6 +-
 .../src/BoxPlot/controlPanel.ts                    |    2 +-
 .../src/Gauge/controlPanel.tsx                     |    2 +-
 .../src/Timeseries/transformProps.ts               |   14 +
 .../SqlLab/components/AceEditorWrapper/index.tsx   |   26 +-
 .../src/SqlLab/components/QueryHistory/index.tsx   |    2 +-
 .../src/SqlLab/components/QueryTable/index.tsx     |   15 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |   11 +-
 .../SqlLab/components/SqlEditor/SqlEditor.test.jsx |   21 +-
 .../src/SqlLab/components/SqlEditor/index.jsx      |   41 +-
 .../SqlLab/components/SqlEditorLeftBar/index.tsx   |   74 +-
 .../SqlLab/components/TabbedSqlEditors/index.jsx   |   15 +-
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |    2 +
 superset-frontend/src/SqlLab/types.ts              |    1 +
 .../SqlLab/utils/newQueryTabName.test.ts}          |   42 +-
 .../src/SqlLab/utils/newQueryTabName.ts            |   49 +
 superset-frontend/src/assets/images/vector.svg     |   21 +
 superset-frontend/src/components/Chart/Chart.jsx   |   75 +-
 .../src/components/Chart/ChartRenderer.jsx         |   28 +-
 .../src/components/Chart/ChartRenderer.test.jsx    |   19 +-
 .../DatabaseSelector/DatabaseSelector.test.tsx     |   33 +-
 .../src/components/DatabaseSelector/index.tsx      |   16 +-
 .../src/components/Datasource/DatasourceEditor.jsx |    4 +-
 .../src/components/EditableTitle/index.tsx         |    9 +-
 .../src/components/ImportModal/ErrorAlert.tsx      |   63 +
 .../src/components/ImportModal/index.tsx           |    9 +-
 .../ImportModal}/styles.ts                         |   38 +-
 .../src/components/ReportModal/index.tsx           |    1 +
 superset-frontend/src/components/Select/Select.tsx |    2 +-
 .../TableSelector/TableSelector.test.tsx           |  101 +-
 .../src/components/TableSelector/index.tsx         |   86 +-
 .../src/components/TimezoneSelector/index.tsx      |    4 +-
 .../DashboardBuilder/DashboardBuilder.tsx          |   29 +-
 .../components/DashboardEmbedControls.tsx          |   27 +-
 .../components/SliceHeader/SliceHeader.test.tsx    |    2 +
 .../src/dashboard/components/SliceHeader/index.tsx |   49 +-
 .../dashboard/components/gridComponents/Chart.jsx  |   17 +-
 .../FiltersConfigForm/FiltersConfigForm.tsx        |   40 +-
 superset-frontend/src/dashboard/constants.ts       |    2 -
 .../src/dashboard/stylesheets/dashboard.less       |    8 +
 .../src/dashboard/util/findPermission.test.ts      |  100 +-
 .../src/dashboard/util/findPermission.ts           |   25 +-
 .../src/explore/components/ControlPanelAlert.tsx   |   98 --
 .../components/ControlPanelsContainer.test.tsx     |    6 +-
 .../explore/components/ControlPanelsContainer.tsx  |  107 +-
 .../explore/components/DataTableControl/index.tsx  |   49 +-
 .../DataTablesPane/DataTablesPane.test.tsx         |  220 ++-
 .../explore/components/DataTablesPane/index.tsx    |  325 +++--
 .../ExploreAdditionalActionsMenu/index.jsx         |   58 +-
 .../src/explore/components/ExploreAlert.tsx        |  127 ++
 .../ExploreChartHeader/ExploreChartHeader.test.tsx |   15 +
 .../components/ExploreChartHeader/index.jsx        |  117 +-
 .../src/explore/components/ExploreChartPanel.jsx   |  310 +++--
 .../explore/components/ExploreChartPanel.test.jsx  |   75 +-
 .../ExploreViewContainer.test.tsx                  |   12 +-
 .../components/ExploreViewContainer/index.jsx      |   94 +-
 .../explore/components/QueryAndSaveBtns.test.jsx   |   60 -
 .../src/explore/components/QueryAndSaveBtns.tsx    |  124 --
 .../RunQueryButton.stories.tsx}                    |   24 +-
 .../RunQueryButton/RunQueryButton.test.tsx         |   76 ++
 .../components/RunQueryButton}/index.tsx           |   59 +-
 .../AnnotationLayerControl/AnnotationLayer.jsx     |   12 +-
 .../DndColumnSelectControl/DndColumnSelect.tsx     |   12 +-
 superset-frontend/src/explore/constants.ts         |   44 +-
 .../controlUtils/getFormDataFromControls.ts        |    7 +-
 superset-frontend/src/explore/controls.jsx         |    4 +-
 superset-frontend/src/types/bootstrapTypes.ts      |   13 +
 ....ts => getChartRequiredFieldsMissingMessage.ts} |   13 +-
 .../src/views/CRUD/alert/AlertList.tsx             |   30 +-
 .../src/views/CRUD/alert/AlertReportModal.tsx      |    5 +-
 .../CRUD/data/database/DatabaseModal/index.tsx     |   58 +-
 .../views/CRUD/data/dataset/AddDatasetModal.tsx    |    4 +-
 superset-frontend/src/views/CRUD/utils.tsx         |   22 +-
 .../src/views/CRUD/welcome/ActivityTable.test.tsx  |    4 +-
 .../src/views/CRUD/welcome/ChartTable.test.tsx     |    2 +-
 .../src/views/CRUD/welcome/DashboardTable.test.tsx |    4 +-
 .../src/views/CRUD/welcome/SavedQueries.test.tsx   |    4 +-
 .../src/views/components/MenuRight.tsx             |   86 +-
 superset-frontend/src/views/components/SubMenu.tsx |    8 +-
 .../tools/eslint-plugin-theme-colors/package.json  |    6 +-
 superset-frontend/webpack.config.js                |   12 +-
 superset/common/query_context_processor.py         |    4 +-
 superset/connectors/sqla/models.py                 |    3 +-
 superset/connectors/sqla/utils.py                  |   36 +-
 superset/dao/base.py                               |    2 +-
 superset/dashboards/api.py                         |    3 +-
 superset/databases/api.py                          |    5 +-
 superset/databases/filters.py                      |   13 +-
 superset/key_value/shared_entries.py               |    2 -
 ...2ed890b36b94_rm_time_range_endpoints_from_qc.py |   33 +-
 ...y => cecc6bf46990_rm_time_range_endpoints_2.py} |   36 +-
 superset/reports/api.py                            |    2 +
 superset/sql_lab.py                                |    2 +
 superset/translations/zh/LC_MESSAGES/messages.json |    4 +-
 superset/utils/core.py                             |    2 +-
 superset/utils/pandas_postprocessing/compare.py    |    4 +-
 superset/utils/pandas_postprocessing/flatten.py    |   13 +-
 superset/views/core.py                             |    2 +-
 tests/integration_tests/dashboards/api_tests.py    |   10 +-
 tests/integration_tests/databases/api_tests.py     |    2 +-
 ...ecc6bf46990_rm_time_range_endpoints_2__tests.py |  130 ++
 .../pandas_postprocessing/test_flatten.py          |   83 ++
 126 files changed, 4015 insertions(+), 1490 deletions(-)
 create mode 100644 superset-frontend/packages/superset-ui-core/src/models/TypedRegistry.ts
 create mode 100644 superset-frontend/packages/superset-ui-core/src/ui-overrides/UiOverrideRegistry.ts
 copy superset-frontend/packages/superset-ui-core/src/{dashboard/index.ts => ui-overrides/index.tsx} (95%)
 copy superset-frontend/{plugins/plugin-chart-word-cloud/test/index.test.ts => packages/superset-ui-core/test/models/TypedRegistry.test.ts} (69%)
 copy superset-frontend/{plugins/legacy-plugin-chart-partition/test/OptionDescription.test.jsx => src/SqlLab/utils/newQueryTabName.test.ts} (51%)
 create mode 100644 superset-frontend/src/SqlLab/utils/newQueryTabName.ts
 create mode 100644 superset-frontend/src/assets/images/vector.svg
 create mode 100644 superset-frontend/src/components/ImportModal/ErrorAlert.tsx
 copy superset-frontend/src/{dashboard => components/ImportModal}/styles.ts (60%)
 delete mode 100644 superset-frontend/src/explore/components/ControlPanelAlert.tsx
 create mode 100644 superset-frontend/src/explore/components/ExploreAlert.tsx
 delete mode 100644 superset-frontend/src/explore/components/QueryAndSaveBtns.test.jsx
 delete mode 100644 superset-frontend/src/explore/components/QueryAndSaveBtns.tsx
 rename superset-frontend/src/explore/components/{QueryAndSaveBtns.stories.tsx => RunQueryButton/RunQueryButton.stories.tsx} (69%)
 create mode 100644 superset-frontend/src/explore/components/RunQueryButton/RunQueryButton.test.tsx
 copy superset-frontend/src/{SqlLab/components/ExploreResultsButton => explore/components/RunQueryButton}/index.tsx (52%)
 copy superset-frontend/src/utils/{parseCookie.ts => getChartRequiredFieldsMissingMessage.ts} (73%)
 copy superset/migrations/versions/{2ed890b36b94_rm_time_range_endpoints_from_qc.py => cecc6bf46990_rm_time_range_endpoints_2.py} (70%)
 create mode 100644 tests/integration_tests/migrations/cecc6bf46990_rm_time_range_endpoints_2__tests.py