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 2021/11/12 03:38:26 UTC

[superset] branch dependabot/npm_and_yarn/superset-frontend/react-select-5.2.1 updated (df1d5ff -> a2fb334)

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-select-5.2.1
in repository https://gitbox.apache.org/repos/asf/superset.git.


 discard df1d5ff  chore(deps): bump react-select from 3.1.0 to 5.2.1 in /superset-frontend
     add ed4a628  fix: Database selector overflow (#17369)
     add b58f94ad chore: bump @typescript-eslint/eslint-plugin to 5.3.0 (#17367)
     add 33a8e87  fix: failed timezone selector UT (#17370)
     add 561d1ac  feat(metrics): Provide override for disabling ad-hoc metrics (#17202)
     add 6b1de57  fix: various typo fixes in MD files (#17309)
     add 7d22c9c  feat(native_filter_migration): add transition mode (#16992)
     add 333b137  feat: Drill ODBC/JDBC Impersonation feature (#17353)
     add 8f9cea8  docs: Reorder install instructions in CONTRIBUTING.md (#17387)
     add 1beda79  fix(sqllab): Query limit dropdown number breaks to separate lines (#17382)
     add a1961cf  fix: Users being able to update datasets across DBs (#17348)
     add 675ffaf  revert: Partial revert of 17236 (#17383)
     add 0d77f36  fix: handle TIME column serialization (#16869)
     add 6431225  docs: add mishmash io to users list (#17350)
     add 2544a4a  fix(sqllab): Bugfix for tracking url transformation (#17263)
     add 0257cf7  fix: title case in menus (#17135)
     add 45480f7  refactor move ChartDataResult enums to common (#17399)
     add 8756c90  fix(dashboard): don't show report modal for anonymous user (#17106)
     add 28944f5  refactor move chart_data_apis from ChartRestApi ChartDataRestApi in seperate module (#17400)
     add 7cdd58b  Fix missing dashboardId (#17380)
     add ffa55f7  chore: add dependencies for monorepo (#17403)
     add a2fb334  chore(deps): bump react-select from 3.1.0 to 5.2.1 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   (df1d5ff)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-frontend/react-select-5.2.1 (a2fb334)

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:
 CONTRIBUTING.md                                    |    12 +-
 RELEASING/README.md                                |     2 +-
 RESOURCES/INTHEWILD.md                             |     1 +
 UPDATING.md                                        |     6 +-
 docs/src/resources/openapi.json                    |     8 +-
 superset-frontend/.eslintrc.js                     |     3 +-
 superset-frontend/package-lock.json                | 87302 +++++++++++--------
 superset-frontend/package.json                     |    23 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |     5 +-
 .../src/SqlLab/components/SqlEditor/index.jsx      |     6 +-
 superset-frontend/src/chart/Chart.jsx              |    23 +-
 .../src/common/hooks/apiResources/apiResources.ts  |    16 +-
 .../src/common/hooks/apiResources/dashboards.ts    |     3 +-
 .../src/components/DatabaseSelector/index.tsx      |    16 +-
 .../TimezoneSelector/TimezoneSelector.test.tsx     |    10 +-
 superset-frontend/src/constants.ts                 |     4 +
 superset-frontend/src/dashboard/actions/hydrate.js |    72 +-
 .../src/dashboard/actions/sliceEntities.js         |     9 +-
 .../dashboard/components/DashboardBuilder/state.ts |    12 +-
 .../components/FilterBoxMigrationModal.tsx         |   100 +
 .../dashboard/components/Header/Header.test.tsx    |    27 +
 .../Header/HeaderActionsDropdown/index.jsx         |    21 +-
 .../src/dashboard/components/Header/index.jsx      |    13 +-
 .../src/dashboard/components/SliceAdder.jsx        |    12 +-
 .../dashboard/components/gridComponents/Chart.jsx  |    20 +-
 .../dashboard/components/gridComponents/Tabs.jsx   |     9 +-
 .../components/nativeFilters/FilterBar/state.ts    |    31 +-
 .../dashboard/components/nativeFilters/types.ts    |     3 +
 .../src/dashboard/containers/Chart.jsx             |     1 +
 .../src/dashboard/containers/DashboardHeader.jsx   |     1 +
 .../src/dashboard/containers/DashboardPage.tsx     |   144 +-
 .../src/dashboard/containers/SliceAdder.jsx        |     7 +-
 superset-frontend/src/dashboard/types.ts           |     3 +-
 .../src/dashboard/util/activeDashboardFilters.js   |     7 +-
 .../util/filterboxMigrationHelper.test.ts          |   144 +
 .../src/dashboard/util/filterboxMigrationHelper.ts |   525 +
 .../components/ExploreChartHeader/index.jsx        |     2 +-
 .../explore/components/ExploreContentPopover.tsx   |     6 -
 .../explore/components/ExploreViewContainer.jsx    |    11 +-
 .../DndColumnSelectControl/DndMetricSelect.tsx     |     6 +-
 .../FilterControl/AdhocFilterEditPopover/index.jsx |   128 +-
 .../controls/FixedOrMetricControl/index.jsx        |     1 +
 .../AdhocMetricEditPopover.test.tsx                |    56 +-
 .../MetricControl/AdhocMetricEditPopover/index.jsx |    98 +-
 .../controls/MetricControl/AdhocMetricOption.jsx   |     6 +-
 .../MetricControl/AdhocMetricPopoverTrigger.tsx    |     8 +-
 .../MetricControl/MetricDefinitionValue.jsx        |     6 +-
 .../controls/MetricControl/MetricsControl.jsx      |     9 +-
 .../components/controls/TextControl/index.tsx      |     4 +-
 superset-frontend/src/explore/constants.ts         |    16 +-
 superset-frontend/src/explore/controls.jsx         |    26 +-
 superset-frontend/src/types/Chart.ts               |     3 +
 .../data/database/DatabaseModal/ExtraOptions.tsx   |     2 +-
 superset/charts/api.py                             |   298 +-
 .../charts => superset/charts/data}/__init__.py    |     0
 superset/charts/data/api.py                        |   365 +
 superset/charts/post_processing.py                 |     8 +-
 superset/charts/schemas.py                         |     3 +-
 .../common/{db_query_status.py => chart_data.py}   |    30 +-
 superset/common/query_actions.py                   |     2 +-
 superset/common/query_context.py                   |     3 +-
 superset/common/query_object.py                    |     2 +-
 superset/config.py                                 |     1 +
 superset/connectors/sqla/models.py                 |     3 +-
 superset/datasets/dao.py                           |    12 +-
 superset/db_engine_specs/drill.py                  |    18 +
 superset/db_engine_specs/hive.py                   |     3 +-
 superset/initialization/__init__.py                |     6 +-
 superset/reports/commands/execute.py               |     4 +-
 superset/translations/de/LC_MESSAGES/messages.json |     6 +-
 superset/translations/de/LC_MESSAGES/messages.po   |     2 +-
 superset/translations/en/LC_MESSAGES/messages.json |     6 +-
 superset/translations/en/LC_MESSAGES/messages.po   |     2 +-
 superset/translations/es/LC_MESSAGES/messages.json |     6 +-
 superset/translations/es/LC_MESSAGES/messages.po   |     2 +-
 superset/translations/fr/LC_MESSAGES/messages.json |     6 +-
 superset/translations/fr/LC_MESSAGES/messages.po   |     2 +-
 superset/translations/it/LC_MESSAGES/messages.json |     6 +-
 superset/translations/it/LC_MESSAGES/messages.po   |     2 +-
 superset/translations/ja/LC_MESSAGES/messages.json |     6 +-
 superset/translations/ja/LC_MESSAGES/messages.po   |     2 +-
 superset/translations/ko/LC_MESSAGES/messages.json |     6 +-
 superset/translations/ko/LC_MESSAGES/messages.po   |     2 +-
 superset/translations/messages.pot                 |     2 +-
 superset/translations/pt/LC_MESSAGES/message.json  |     6 +-
 superset/translations/pt/LC_MESSAGES/message.po    |     2 +-
 superset/translations/pt/LC_MESSAGES/messages.json |     2 +-
 .../translations/pt_BR/LC_MESSAGES/messages.json   |     6 +-
 .../translations/pt_BR/LC_MESSAGES/messages.po     |     2 +-
 superset/translations/ru/LC_MESSAGES/messages.json |     6 +-
 superset/translations/ru/LC_MESSAGES/messages.po   |     2 +-
 superset/translations/sl/LC_MESSAGES/messages.json |     6 +-
 superset/translations/sl/LC_MESSAGES/messages.po   |     2 +-
 superset/translations/zh/LC_MESSAGES/messages.json |     8 +-
 superset/translations/zh/LC_MESSAGES/messages.po   |     4 +-
 superset/utils/core.py                             |    34 +-
 superset/views/core.py                             |    23 +-
 superset/views/dashboard/views.py                  |    12 +-
 superset/viz.py                                    |     4 +-
 tests/integration_tests/charts/api_tests.py        |    24 +-
 tests/integration_tests/query_context_tests.py     |     9 +-
 tests/integration_tests/utils_tests.py             |     1 +
 tests/unit_tests/db_engine_specs/test_drill.py     |    67 +
 103 files changed, 55246 insertions(+), 34779 deletions(-)
 create mode 100644 superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx
 create mode 100644 superset-frontend/src/dashboard/util/filterboxMigrationHelper.test.ts
 create mode 100644 superset-frontend/src/dashboard/util/filterboxMigrationHelper.ts
 copy {tests/unit_tests/charts => superset/charts/data}/__init__.py (100%)
 create mode 100644 superset/charts/data/api.py
 copy superset/common/{db_query_status.py => chart_data.py} (67%)
 create mode 100644 tests/unit_tests/db_engine_specs/test_drill.py