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

aafghahi pushed a change to branch 
arash.afghahi/sc-46372/remove-native-druid-nosql-from-the-codebase
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 566505d6d3 Merge branch 'master' into 
arash.afghahi/sc-46372/remove-native-druid-nosql-from-the-codebase
    omit b69db1753b implementing feedback
    omit 4bfa622d02 fix: migration revisions from #19532 (#20641)
    omit 3b4924f0b0 docs: small fixes for OAuth (#20640)
    omit 7626c31372 feat: TreeMap migration (#20346)
    omit de4f7db57e feat(dashboard): Transition to Explore with React Router 
(#20606)
    omit 34e1336bca fix: controls validator glitch (#20623)
    omit d16f274991 feat(database): Add user_id and dttm composite index to Log 
model. (#19532)
    omit 7e504ff680 feat: truncate long values in table viz, a per-column 
setting (#19383)
    omit ac01a1b02f chore: Set table viz default row limit to 1000 (#20475)
    omit 414cc99ca2 fix: datetime.data in series (#20618)
    omit c992ff3be4 fix(import): Show the error message with db install guide 
when exist the importing db issue (#20573)
    omit db088e9e2f chore: rename "uiOverrideRegistry" -> "extensionsRegistry" 
(#20628)
    omit f9109583ce fix: Allow dataset owners to explore their datasets (#20382)
    omit b39a3d8f78 docs: fix link for Apache Superset source code (#20620)
    omit 183871b002 chore: bump FAB to 4.1.3 (#20621)
    omit f38dd1d42d feat: add hooks on set_perm for new data permissions 
(#20600)
    omit 818962cc89 fix(embedded): Retry when executing alert queries to avoid 
sending transient errors to users as alert failure notifications (#20419)
    omit 662bab1e6d feat: Renders Explore in SPA (#20572)
    omit 1a806687fc feat(HelmChart): Configurable securityContext in Pods 
(#20509)
     add 460cbdf703 implementing feedback

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   (566505d6d3)
            \
             N -- N -- N   
refs/heads/arash.afghahi/sc-46372/remove-native-druid-nosql-from-the-codebase 
(460cbdf703)

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:
 UPDATING.md                                        |   1 -
 docs/docs/installation/configuring-superset.mdx    |   4 -
 docs/docs/installation/running-on-kubernetes.mdx   |   2 +-
 docs/docs/intro.mdx                                |   2 +-
 helm/superset/Chart.yaml                           |   2 +-
 helm/superset/templates/deployment-beat.yaml       |   3 -
 helm/superset/templates/deployment-worker.yaml     |   3 -
 helm/superset/templates/deployment.yaml            |   3 -
 helm/superset/templates/init-job.yaml              |   3 -
 helm/superset/values.schema.json                   |  12 --
 helm/superset/values.yaml                          |   4 -
 requirements/base.txt                              |   2 +-
 setup.py                                           |   2 +-
 .../integration/explore/advanced_analytics.test.ts |   2 +-
 .../cypress-base/cypress/support/index.ts          |   4 +-
 .../components/ColumnConfigControl/constants.tsx   |  11 --
 .../superset-ui-core/src/query/getColumnLabel.ts   |   3 +-
 .../superset-ui-core/src/query/getMetricLabel.ts   |   3 +-
 .../src/query/processExtraFormData.ts              |   3 +-
 .../superset-ui-core/src/query/types/Metric.ts     |   3 +-
 ...ExtensionsRegistry.ts => UiOverrideRegistry.ts} |  29 ++---
 .../superset-ui-core/src/ui-overrides/index.tsx    |   2 +-
 .../superset-ui-core/src/utils/featureFlags.ts     |   1 -
 ...Registry.test.ts => UiOverrideRegistry.test.ts} |   6 +-
 .../plugins/plugin-chart-table/src/Styles.tsx      |  11 --
 .../plugins/plugin-chart-table/src/TableChart.tsx  |  29 +----
 .../plugin-chart-table/src/controlPanel.tsx        |   1 -
 .../src/addSlice/AddSliceContainer.test.tsx        |   2 +-
 .../src/addSlice/AddSliceContainer.tsx             |   2 +-
 .../src/components/EditableTitle/index.tsx         |   4 +-
 .../src/components/ImportModal/ErrorAlert.tsx      |   2 +-
 .../components/DashboardEmbedControls.tsx          |   8 +-
 .../components/SliceHeader/SliceHeader.test.tsx    |  36 +-----
 .../src/dashboard/components/SliceHeader/index.tsx |  18 ++-
 .../SliceHeaderControls.test.tsx                   |   2 +-
 .../components/SliceHeaderControls/index.tsx       |  16 +--
 .../dashboard/components/gridComponents/Chart.jsx  |  26 +----
 .../components/gridComponents/Chart.test.jsx       |   9 +-
 .../components/gridComponents/ChartHolder.test.tsx |  24 ++--
 .../components/gridComponents/Column.test.jsx      |   9 +-
 .../components/gridComponents/Row.test.jsx         |   9 +-
 .../util/filterboxMigrationHelper.test.ts          |   4 +-
 .../src/dashboard/util/getSliceHeaderTooltip.tsx   |  44 --------
 .../src/{profile/App.tsx => explore/App.jsx}       |  46 ++++----
 superset-frontend/src/explore/ExplorePage.tsx      |   4 +-
 .../src/explore/actions/saveModalActions.js        |   5 +-
 .../ExploreChartHeader/ExploreChartHeader.test.tsx |   2 +-
 .../ExploreViewContainer.test.tsx                  |   2 +-
 .../components/ExploreViewContainer/index.jsx      |   1 -
 .../explore/controlUtils/standardizedFormData.ts   |  19 +---
 .../src/explore/exploreUtils/exploreUtils.test.jsx |   4 +-
 .../src/explore/exploreUtils/getExploreUrl.test.ts |   2 +-
 .../exploreUtils/getParsedExploreURLParams.test.ts |   2 +-
 .../explore/exploreUtils/getURIDirectory.test.ts   |   4 +-
 .../src/explore/exploreUtils/index.js              |   2 +-
 superset-frontend/src/explore/index.jsx            |  50 +++++++++
 .../src/{SqlLab => explore}/reducers/index.js      |  39 ++++++-
 superset-frontend/src/preamble.ts                  |   5 -
 superset-frontend/src/utils/getDatasourceUid.ts    |   2 +-
 superset-frontend/src/views/App.tsx                |   4 +-
 .../src/views/CRUD/chart/ChartCard.tsx             |   5 +-
 .../src/views/CRUD/chart/ChartList.test.jsx        |   2 +-
 .../src/views/CRUD/chart/ChartList.tsx             |   5 +-
 .../CRUD/data/database/DatabaseModal/index.tsx     |  42 +------
 superset-frontend/src/views/CRUD/hooks.ts          |   4 +-
 .../src/views/CRUD/welcome/ActivityTable.tsx       |  27 +++--
 .../src/views/CRUD/welcome/Welcome.test.tsx        |   6 +-
 .../src/views/CRUD/welcome/Welcome.tsx             |   6 +-
 .../src/views/components/Menu.test.tsx             |   6 +-
 .../src/views/components/RightMenu.tsx             |   6 +-
 superset-frontend/src/views/routes.tsx             |  11 --
 superset-frontend/src/views/store.ts               |  60 +++-------
 superset-frontend/webpack.config.js                |   1 +
 superset/charts/filters.py                         |  17 +--
 superset/common/query_context_processor.py         |  10 +-
 superset/common/utils/dataframe_utils.py           |  15 +--
 superset/config.py                                 |   4 -
 superset/connectors/base/models.py                 |   2 +-
 superset/connectors/sqla/utils.py                  |   2 +-
 superset/initialization/__init__.py                |   3 -
 ...bea_add_advanced_data_types_to_column_models.py |   4 +-
 ..._22-04_c747c78868b6_migrating_legacy_treemap.py | 102 -----------------
 ...cf3d64daf4_add_user_id_dttm_idx_to_log_model.py |  40 -------
 superset/models/slice.py                           |   7 +-
 superset/reports/commands/alert.py                 |   9 +-
 superset/security/manager.py                       |  64 +----------
 superset/utils/migrate_viz.py                      | 122 ---------------------
 superset/views/core.py                             |   1 +
 superset/views/explore.py                          |  49 ---------
 superset/views/utils.py                            |   3 +-
 tests/integration_tests/base_tests.py              |   5 +-
 tests/integration_tests/core_tests.py              |   2 +-
 tests/integration_tests/reports/alert_tests.py     | 119 --------------------
 tests/integration_tests/security_tests.py          |  49 ++-------
 tests/integration_tests/superset_test_config.py    |   2 -
 tests/unit_tests/common/test_dataframe_utils.py    |  50 ---------
 tests/unit_tests/conftest.py                       |   5 +-
 tests/unit_tests/explore/utils_test.py             |   6 +-
 .../utils/viz_migration/treemap_migration_test.py  |  93 ----------------
 99 files changed, 299 insertions(+), 1226 deletions(-)
 rename 
superset-frontend/packages/superset-ui-core/src/ui-overrides/{ExtensionsRegistry.ts
 => UiOverrideRegistry.ts} (52%)
 rename 
superset-frontend/packages/superset-ui-core/test/ui-overrides/{ExtensionsRegistry.test.ts
 => UiOverrideRegistry.test.ts} (81%)
 delete mode 100644 
superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx
 copy superset-frontend/src/{profile/App.tsx => explore/App.jsx} (60%)
 create mode 100644 superset-frontend/src/explore/index.jsx
 copy superset-frontend/src/{SqlLab => explore}/reducers/index.js (50%)
 delete mode 100644 
superset/migrations/versions/2022-06-30_22-04_c747c78868b6_migrating_legacy_treemap.py
 delete mode 100644 
superset/migrations/versions/2022-07-07_00-00_cdcf3d64daf4_add_user_id_dttm_idx_to_log_model.py
 delete mode 100644 superset/utils/migrate_viz.py
 delete mode 100644 superset/views/explore.py
 delete mode 100644 tests/integration_tests/reports/alert_tests.py
 delete mode 100644 tests/unit_tests/common/test_dataframe_utils.py
 delete mode 100644 
tests/unit_tests/utils/viz_migration/treemap_migration_test.py

Reply via email to