You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2023/03/17 15:40:06 UTC

[superset] branch postgres_set_schema updated (05b1e7e966 -> c80766450e)

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

beto pushed a change to branch postgres_set_schema
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 05b1e7e966 feat(postgresql): dynamic schema
    omit 8e04ad8a22 fix: improve schema security
     add da3791ad3d fix: Table sorting reset (#23318)
     add 0c454c6442 feat(plugin-chart-echarts): add series sorting (#23392)
     add 870bf6d0b9 fix: revert back to use security manager authz for dashboard when get by uuid (#23330)
     add ad72cd3171 chore(dashboard): Disable 'Set filter mapping' when appropriate (#23261)
     add a17028c7de build(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /docs (#23369)
     add fe4f9d6232 build(deps-dev): bump @typescript-eslint/parser from 5.54.1 to 5.55.0 in /superset-websocket (#23379)
     add 635ac8e8a8 build(deps-dev): bump webpack from 5.67.0 to 5.76.0 in /superset-embedded-sdk (#23367)
     add e13fa27074 build(deps-dev): bump webpack from 5.64.0 to 5.76.0 in /docs (#23368)
     add e3a7d2014d fix(webdriver): default WEBDRIVER_OPTION_ARGS and update Firefox deps (#23388)
     add 2fe695d3cf fix: Select all issue with "Dynamically search all filter values" in FilterBar (#23400)
     add d4657f6198 fix(docker): multi-architecture image build (#23409)
     add 42e8d1b498 chore: improve schema security (#23385)
     add c2b2644948 feat(postgresql): dynamic schema
     add c80766450e Add catalog

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   (05b1e7e966)
            \
             N -- N -- N   refs/heads/postgres_set_schema (c80766450e)

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:
 Dockerfile                                         |   14 +-
 docs/package.json                                  |    2 +-
 docs/yarn.lock                                     | 4423 +++++++++-----------
 superset-embedded-sdk/package-lock.json            |   96 +-
 superset-frontend/package-lock.json                |   67 +
 .../packages/superset-ui-core/package.json         |    1 +
 .../superset-ui-core/src/hooks}/index.ts           |    5 +
 .../src/hooks/useChangeEffect/index.ts             |    0
 .../hooks/useChangeEffect/useChangeEffect.test.ts  |    0
 .../src/hooks/useChangeEffect/useChangeEffect.ts   |    0
 .../src/hooks/useComponentDidMount/index.ts        |    0
 .../useComponentDidMount.test.ts                   |    0
 .../useComponentDidMount/useComponentDidMount.ts   |    0
 .../src/hooks/useComponentDidUpdate/index.ts       |    0
 .../useComponentDidUpdate.test.ts                  |    0
 .../useComponentDidUpdate/useComponentDidUpdate.ts |    0
 .../useElementOnScreen}/index.ts                   |    2 +-
 .../useElementOnScreen/useElementOnScreen.test.ts  |  111 +
 .../useElementOnScreen/useElementOnScreen.ts}      |    0
 .../src/hooks/usePrevious/index.ts                 |    0
 .../src/hooks/usePrevious/usePrevious.test.ts      |    0
 .../src/hooks/usePrevious/usePrevious.ts           |    0
 .../src/hooks/useTruncation/index.ts               |    0
 .../useTruncation/useCSSTextTruncation.test.tsx    |   62 +
 .../hooks/useTruncation/useCSSTextTruncation.ts    |    0
 .../useChildElementTruncation.test.ts              |  102 +
 .../useTruncation/useChildElementTruncation.ts     |    0
 .../packages/superset-ui-core/src/index.ts         |    1 +
 .../src/Timeseries/Area/controlPanel.tsx           |    2 +
 .../src/Timeseries/Regular/Bar/controlPanel.tsx    |    2 +
 .../src/Timeseries/Regular/Line/controlPanel.tsx   |    2 +
 .../Timeseries/Regular/Scatter/controlPanel.tsx    |    2 +
 .../Timeseries/Regular/SmoothLine/controlPanel.tsx |    2 +
 .../src/Timeseries/Step/controlPanel.tsx           |    2 +
 .../src/Timeseries/constants.ts                    |    4 +
 .../src/Timeseries/transformProps.ts               |   10 +-
 .../plugins/plugin-chart-echarts/src/constants.ts  |   11 +-
 .../plugins/plugin-chart-echarts/src/controls.tsx  |   44 +-
 .../plugins/plugin-chart-echarts/src/types.ts      |   13 +
 .../plugin-chart-echarts/src/utils/series.ts       |  112 +-
 .../plugin-chart-echarts/test/utils/series.test.ts |   52 +-
 .../plugins/plugin-chart-table/package.json        |    1 +
 .../plugin-chart-table/src/DataTable/DataTable.tsx |    6 +-
 .../SqlLab/components/AceEditorWrapper/index.tsx   |    3 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |    2 +-
 .../src/components/DropdownContainer/index.tsx     |    3 +-
 .../src/components/FaveStar/index.tsx              |    3 +-
 .../src/components/FlashProvider/index.tsx         |    2 +-
 .../src/components/ListView/CrossLinks.tsx         |    3 +-
 .../ReportModal/HeaderReportDropdown/index.tsx     |    2 +-
 .../src/components/Select/CustomTag.tsx            |    3 +-
 .../src/components/TruncatedList/index.tsx         |    3 +-
 .../DashboardBuilder/DashboardBuilder.tsx          |    2 +-
 .../DashboardBuilder/DashboardContainer.tsx        |    2 +-
 .../dashboard/components/FiltersBadge/index.tsx    |    8 +-
 .../HeaderActionsDropdown.test.tsx                 |   70 +-
 .../Header/HeaderActionsDropdown/index.jsx         |   22 +-
 .../FilterBar/CrossFilters/CrossFilterTag.tsx      |    9 +-
 .../FilterBar/CrossFilters/CrossFilterTitle.tsx    |    9 +-
 .../FilterBar/FilterControls/FilterControl.tsx     |    3 +-
 .../FilterBar/FilterControls/FilterDivider.tsx     |    8 +-
 .../components/nativeFilters/FilterBar/index.tsx   |    2 +-
 .../nativeFilters/FilterCard/DependenciesRow.tsx   |    3 +-
 .../nativeFilters/FilterCard/NameRow.tsx           |    3 +-
 .../nativeFilters/FilterCard/ScopeRow.tsx          |    3 +-
 .../FiltersConfigForm/ColumnSelect.tsx             |    3 +-
 .../FiltersConfigForm/FilterScope/FilterScope.tsx  |    8 +-
 .../nativeFilters/FiltersConfigModal/state.ts      |    3 +-
 .../src/explore/components/Control.tsx             |    8 +-
 .../explore/components/ControlPanelsContainer.tsx  |    2 +-
 .../components/ExploreViewContainer/index.jsx      |   14 +-
 .../ConditionalFormattingControl.tsx               |    9 +-
 .../controls/DateFilterControl/DateFilterLabel.tsx |    2 +-
 .../controls/MetricControl/MetricsControl.jsx      |    3 +-
 .../components/Select/SelectFilterPlugin.tsx       |   92 +-
 superset-websocket/package-lock.json               |   94 +-
 superset-websocket/package.json                    |    2 +-
 superset/config.py                                 |    5 +-
 superset/dashboards/dao.py                         |   36 +-
 superset/dashboards/filters.py                     |   13 +-
 superset/dashboards/permalink/commands/create.py   |    4 +-
 superset/db_engine_specs/base.py                   |   30 +-
 superset/db_engine_specs/drill.py                  |    1 +
 superset/db_engine_specs/hive.py                   |    1 +
 superset/db_engine_specs/mysql.py                  |    1 +
 superset/db_engine_specs/postgres.py               |    1 +
 superset/db_engine_specs/presto.py                 |    1 +
 superset/db_engine_specs/snowflake.py              |    1 +
 superset/models/core.py                            |   24 +-
 superset/models/dashboard.py                       |   23 +-
 superset/reports/commands/execute.py               |    8 +-
 tests/integration_tests/dashboards/api_tests.py    |   37 +
 .../dashboards/permalink/api_tests.py              |    3 +-
 tests/unit_tests/db_engine_specs/test_postgres.py  |    3 +-
 94 files changed, 2998 insertions(+), 2753 deletions(-)
 copy superset-frontend/{src/hooks/useComponentDidUpdate => packages/superset-ui-core/src/hooks}/index.ts (82%)
 rename superset-frontend/{ => packages/superset-ui-core}/src/hooks/useChangeEffect/index.ts (100%)
 rename superset-frontend/{ => packages/superset-ui-core}/src/hooks/useChangeEffect/useChangeEffect.test.ts (100%)
 rename superset-frontend/{ => packages/superset-ui-core}/src/hooks/useChangeEffect/useChangeEffect.ts (100%)
 rename superset-frontend/{ => packages/superset-ui-core}/src/hooks/useComponentDidMount/index.ts (100%)
 rename superset-frontend/{ => packages/superset-ui-core}/src/hooks/useComponentDidMount/useComponentDidMount.test.ts (100%)
 rename superset-frontend/{ => packages/superset-ui-core}/src/hooks/useComponentDidMount/useComponentDidMount.ts (100%)
 rename superset-frontend/{ => packages/superset-ui-core}/src/hooks/useComponentDidUpdate/index.ts (100%)
 rename superset-frontend/{ => packages/superset-ui-core}/src/hooks/useComponentDidUpdate/useComponentDidUpdate.test.ts (100%)
 rename superset-frontend/{ => packages/superset-ui-core}/src/hooks/useComponentDidUpdate/useComponentDidUpdate.ts (100%)
 copy superset-frontend/packages/superset-ui-core/src/{dynamic-plugins => hooks/useElementOnScreen}/index.ts (95%)
 create mode 100644 superset-frontend/packages/superset-ui-core/src/hooks/useElementOnScreen/useElementOnScreen.test.ts
 rename superset-frontend/{src/hooks/useElementOnScreen/index.ts => packages/superset-ui-core/src/hooks/useElementOnScreen/useElementOnScreen.ts} (100%)
 rename superset-frontend/{ => packages/superset-ui-core}/src/hooks/usePrevious/index.ts (100%)
 rename superset-frontend/{ => packages/superset-ui-core}/src/hooks/usePrevious/usePrevious.test.ts (100%)
 rename superset-frontend/{ => packages/superset-ui-core}/src/hooks/usePrevious/usePrevious.ts (100%)
 rename superset-frontend/{ => packages/superset-ui-core}/src/hooks/useTruncation/index.ts (100%)
 create mode 100644 superset-frontend/packages/superset-ui-core/src/hooks/useTruncation/useCSSTextTruncation.test.tsx
 rename superset-frontend/{ => packages/superset-ui-core}/src/hooks/useTruncation/useCSSTextTruncation.ts (100%)
 create mode 100644 superset-frontend/packages/superset-ui-core/src/hooks/useTruncation/useChildElementTruncation.test.ts
 rename superset-frontend/{ => packages/superset-ui-core}/src/hooks/useTruncation/useChildElementTruncation.ts (100%)