You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ly...@apache.org on 2022/09/20 14:15:39 UTC

[superset] branch arash.afghahi/sc-52806/create-dataset-footer updated (c365cb0553 -> 8e2b2c113f)

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

lyndsi pushed a change to branch arash.afghahi/sc-52806/create-dataset-footer
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit c365cb0553 lint errors
    omit abce71f601 added logging
    omit ce1931ea7f fixed tests
    omit 4996e0c38b implemented feedback
    omit 2b9f3eba6f with create functionality
    omit 8e6bcf5253 added tests
    omit 6d31765bca rough draft of footer component
    omit 79dc5cbe79 Merge branch 'master' of https://github.com/apache/superset
    omit 082f30f556 Merge branch 'master' of https://github.com/apache/superset
    omit e74b906bcf Merge branch 'master' of https://github.com/apache/superset
    omit dc65632ec1 Merge branch 'master' of https://github.com/apache/superset
    omit d4255b416f Merge branch 'master' of https://github.com/apache/superset
    omit 1961582a89 dataset exists error
     add ae6d2cf18d fix: hide time_grain when x_axis value is undefined (#21464)
     add 59ca7861c0 fix: dashboard filter value is cleared when 2 similar dashboards opened in succession (#21461)
     add 2285ebe72e fix(explore): Prevent shared controls from checking feature flags outside React render (#21315)
     add 2c7323a87d fix: Supports form_data param in old Explore endpoint (#21469)
     add 4fcc1d952f chore: Extract common select component code (#21094)
     add 1c0bff3dfb fix: revert #21356(able to sort bar on the bar chart V2) (#21481)
     add 2dfcba04b0 fix: Time Offset in SQLite and refine logic in Date Type conversion (#21378)
     add 324e9979fa fix(explore): Fix generic X-axis time grain disappearing (#21484)
     add 33509ab7da fix: BigQuery cannot accept Time Grain (#21489)
     add 2d16100dbc refactor: get Axis from a helper function (#21449)
     add 7c3fc67315 refactor: Moves the DeprecatedSelect to its own folder (#21445)
     add b739e27f6d fix: Duplicated numeric values in Select (#21480)
     add 8c16806f57 fix: Address regression introduced in #21284 (#21470)
     add 7e2e8b8ad9 fix: dataset after insert when db relation does not exist (#21492)
     add fdb4702332 fix: can't show duckdb table names in the "SEE TABLE SCHEMA" dropdown list (#21495)
     add b29e7e7d9e fix: set correct favicon from config for login and FAB list views (#21498)
     add 7d2f07e78f chore: Use slim image in Dockerfile (#21326)
     add 94a724e49b perf(word-cloud): reduce render to improve performance (#21504)
     add 94ed4279c7 fix: Dataset timeout (#21516)
     add f27e20e30d feat(filters): add onFilterUpdate handler to list view filters (#21443)
     add 82f4ef8ea1 rough draft of footer component
     add d2cc2d9684 added tests
     add dce8cb2239 with create functionality
     add e859b533ad implemented feedback
     add a027f51e4f fixed tests
     add 1af4659a6c added logging
     add 9583534617 lint errors
     add 8e2b2c113f Rebase with master and address review comments

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   (c365cb0553)
            \
             N -- N -- N   refs/heads/arash.afghahi/sc-52806/create-dataset-footer (8e2b2c113f)

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                                         |  11 +-
 .../superset-ui-chart-controls/src/index.ts        |   6 +-
 .../src/operators/pivotOperator.ts                 |   9 +-
 .../src/operators/prophetOperator.ts               |  13 +-
 .../src/operators/sortOperator.ts                  |  22 +-
 .../src/operators/timeComparePivotOperator.ts      |   9 +-
 .../src/operators/utils/getAxis.ts}                |  24 +-
 .../src/operators/utils/index.ts                   |   1 +
 .../src/shared-controls/dndControls.tsx            | 167 +++++---
 .../src/shared-controls/index.tsx                  | 304 ++------------
 .../superset-ui-chart-controls/src/types.ts        |   4 +-
 .../src/utils/expandControlConfig.tsx              |   2 +-
 .../test/operators/pivotOperator.test.ts           |  21 +-
 .../test/operators/prophetOperator.test.ts         |   1 +
 .../test/operators/sortOperator.test.ts            |  76 ++--
 .../operators/timeComparePivotOperator.test.ts     |   2 +-
 .../src/query/normalizeTimeColumn.ts               |   1 +
 .../src/controlPanel.tsx                           |   4 +-
 .../src/controlPanel.ts                            |  26 +-
 .../src/controlPanel.ts                            |   4 +-
 .../src/utilities/sharedDndControls.jsx            |   6 +-
 .../src/Bar/controlPanel.ts                        |   2 +-
 .../src/Timeseries/Regular/Bar/controlPanel.tsx    |   2 +-
 .../src/Timeseries/buildQuery.ts                   |   2 -
 .../src/Timeseries/transformProps.ts               |   8 +-
 .../src/plugin/controls/columns.tsx                |   4 +-
 .../src/plugin/controls/metrics.tsx                |   2 +-
 .../plugin-chart-table/src/controlPanel.tsx        |  54 +--
 .../plugins/plugin-chart-word-cloud/package.json   |   1 +
 .../src/chart/WordCloud.tsx                        |   5 +-
 .../AceEditorWrapper/AceEditorWrapper.test.tsx     |   2 +-
 .../EstimateQueryCostButton.test.tsx               |   2 +-
 .../QueryLimitSelect/QueryLimitSelect.test.tsx     |   2 +-
 .../src/SqlLab/components/QuerySearch/index.tsx    |   2 +-
 .../RunQueryActionButton.test.tsx                  |   2 +-
 .../SqlEditorTabHeader/SqlEditorTabHeader.test.tsx |   2 +-
 .../TemplateParamsEditor.test.tsx                  |   2 +-
 .../components/AsyncSelect/AsyncSelect.test.jsx    |   2 +-
 .../src/components/AsyncSelect/index.jsx           |   2 +-
 .../DeprecatedSelect.stories.tsx                   |   0
 .../DeprecatedSelect.tsx                           |   2 +-
 .../{Select => DeprecatedSelect}/NativeSelect.tsx  |   0
 .../{Select => DeprecatedSelect}/OnPasteSelect.jsx |   2 +-
 .../OnPasteSelect.test.jsx                         |   6 +-
 .../WindowedSelect/WindowedMenuList.tsx            |   2 +-
 .../WindowedSelect/index.tsx                       |   0
 .../WindowedSelect/windowed.tsx                    |   0
 .../{Select => DeprecatedSelect}/index.ts          |   0
 .../{Select => DeprecatedSelect}/styles.tsx        |   0
 .../{Select => DeprecatedSelect}/utils.ts          |  40 --
 .../src/components/ListView/Filters/Select.tsx     |   4 +-
 .../src/components/ListView/Filters/index.tsx      |  37 +-
 superset-frontend/src/components/ListView/types.ts |   1 +
 superset-frontend/src/components/ListView/utils.ts |   2 +-
 .../src/components/Select/AsyncSelect.test.tsx     |  20 +
 .../src/components/Select/AsyncSelect.tsx          | 385 +++++-------------
 .../src/components/Select/Select.stories.tsx       |  17 +-
 .../src/components/Select/Select.test.tsx          |  17 +
 superset-frontend/src/components/Select/Select.tsx | 318 +++------------
 superset-frontend/src/components/Select/utils.tsx  | 449 +++++++++++++++++++++
 .../src/components/TableSelector/index.tsx         |   2 +-
 .../DashboardBuilder/DashboardBuilder.test.tsx     |   4 +-
 .../dashboard/components/RefreshIntervalModal.tsx  |   3 +-
 .../components/nativeFilters/FilterBar/index.tsx   |   9 +-
 .../DndColumnSelect.test.tsx                       |  15 +-
 .../DndColumnSelectControl/DndColumnSelect.tsx     |  80 ++--
 .../DndFilterSelect.test.tsx                       |  10 +-
 .../DndColumnSelectControl/DndFilterSelect.tsx     |  12 +-
 .../DndMetricSelect.test.tsx                       |   9 +
 .../DndColumnSelectControl/DndMetricSelect.tsx     |  12 +-
 .../controls/DndColumnSelectControl/types.ts       |   1 +
 .../controls/SelectAsyncControl/index.tsx          |   7 +-
 .../components/Select/SelectFilterPlugin.tsx       |   2 +-
 .../src/hooks/apiResources/tables.test.ts          |  31 +-
 superset-frontend/src/hooks/apiResources/tables.ts |  11 +-
 superset-frontend/src/logger/LogUtils.ts           |   4 +-
 .../src/views/CRUD/alert/AlertReportModal.tsx      |   2 +-
 .../CRUD/data/dataset/AddDataset/Footer/index.tsx  |  15 +-
 .../data/dataset/AddDataset/LeftPanel/index.tsx    |   9 +-
 .../src/visualizations/FilterBox/FilterBox.jsx     |   7 +-
 superset/common/query_context_processor.py         |  64 ++-
 superset/connectors/sqla/models.py                 |   7 +-
 superset/db_engine_specs/duckdb.py                 |   3 +-
 superset/models/core.py                            |   1 +
 superset/security/manager.py                       |  46 ++-
 superset/templates/superset/base.html              |  10 +-
 superset/utils/core.py                             |  97 +++--
 superset/views/core.py                             |  37 +-
 superset/viz.py                                    |  13 +-
 tests/integration_tests/conftest.py                |  10 +
 tests/integration_tests/core_tests.py              |  14 +
 tests/integration_tests/query_context_tests.py     | 110 ++++-
 tests/integration_tests/security_tests.py          |   4 +-
 tests/integration_tests/utils_tests.py             |  14 +-
 94 files changed, 1492 insertions(+), 1296 deletions(-)
 copy superset-frontend/{plugins/plugin-chart-handlebars/src/plugin/buildQuery.ts => packages/superset-ui-chart-controls/src/operators/utils/getAxis.ts} (68%)
 rename superset-frontend/src/components/{Select => DeprecatedSelect}/DeprecatedSelect.stories.tsx (100%)
 rename superset-frontend/src/components/{Select => DeprecatedSelect}/DeprecatedSelect.tsx (100%)
 rename superset-frontend/src/components/{Select => DeprecatedSelect}/NativeSelect.tsx (100%)
 rename superset-frontend/src/components/{Select => DeprecatedSelect}/OnPasteSelect.jsx (98%)
 rename superset-frontend/src/components/{Select => DeprecatedSelect}/OnPasteSelect.test.jsx (98%)
 rename superset-frontend/src/components/{Select => DeprecatedSelect}/WindowedSelect/WindowedMenuList.tsx (98%)
 rename superset-frontend/src/components/{Select => DeprecatedSelect}/WindowedSelect/index.tsx (100%)
 rename superset-frontend/src/components/{Select => DeprecatedSelect}/WindowedSelect/windowed.tsx (100%)
 rename superset-frontend/src/components/{Select => DeprecatedSelect}/index.ts (100%)
 rename superset-frontend/src/components/{Select => DeprecatedSelect}/styles.tsx (100%)
 rename superset-frontend/src/components/{Select => DeprecatedSelect}/utils.ts (66%)
 create mode 100644 superset-frontend/src/components/Select/utils.tsx