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

rusackas pushed a change to branch removing-DASHBOARD_CROSS_FILTERS-flag
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 5130e432a6 Revert "getting tests to pass"
    omit 60db693a8e Update UPDATING.md
    omit d6f78f0f7c getting tests to pass
    omit 12c04874bc pre-commit fixes
    omit dbf8a3c55f prettier
    omit b00bb81f5e removing flag and all that comes with it.
     add 44ff462718 chore(deps): bump selenium 4.14.0+ (#25933)
     add 855011360a build(eslint): disabling wildcard imports with eslint 
(#31761)
     add 274aa143d3 chore: python version to 3.11 (while supporting 3.10) 
(#31503)
     add c2d7cf388d feat: Firebolt sqlglot dialect (#31825)
     add 8050e351ed fix(OAuth): Remove masked_encrypted_extra from DB update 
properties (#31834)
     add ef57318259 chore: bump @ant-design/icons to fix fill-rule console 
warning (#31831)
     add bbf7586fe8 fix: fix/suppress webpack console warnings (#31830)
     add 6531101517 chore: properly import expect from chai in 
cypress-base/cypress/support/e2e.ts (#31846)
     add ffb6913706 chore(ci): auto delete branches on merge (#31847)
     add 4bad1a258f chore: add eslint to pre-commit hooks (#31845)
     add d4bd20ffb4 fix: d3.count doesn't exist (#31848)
     add 754ccd0448 feat: Mutate SQL query executed by alerts (#31840)
     add 4ca5846c7f feat: old Firebolt dialect (#31849)
     add f235787703 fix(bigquery): return no catalogs when creds not set 
(#31837)
     add aacfe4d667 docs: add a note about accessing the dev env's postgres 
database (#31874)
     add fc8710f50a chore: add a disable for pylint (#31875)
     add ab6045691e feat: use npm run dev-server in docker-compose (#31876)
     add 547b8b9314 chore: Re-enable skipped tests (#31795)
     add 249fdf444a chore(config): Deprecating Domain Sharding (#31894)
     add c1cbc334ad perf(dashboard): dashboard list endpoint returning large 
and unnecessary data (#29121)
     add e4f6e55e89 fix: add catalog to cache key when getting tables/views 
(#31910)
     add b86572b084 fix(documentation): updated link to CORS_OPTIONS in 
Networking Settings (#31873)
     add 2874096e27 refactor(sqllab): migrate share queries via kv by permalink 
(#29163)
     add 840773e626 feat: get docker-compose to work as the backend for Cypress 
tests (#31796)
     add 66c22f896b docs: clarify port configuration for Cypress (#31916)
     add 8960db4132 chore(fe): dev deps cleanup  (#31908)
     add 63843c5682 fix(date_parser): fixed bug for advanced time range filter 
(#31867)
     add 79f21b09d2 fix(E2E): Fix flaky Dashboard list delete test (#31933)
     add 550123882c fix: adjust line type as well as weight for time series 
(#30949)
     add eec374426f refactor(Menu): Upgrade Menu Component to Ant Design 5 
(#31699)
     add f8fe780f52 chore: replace Lodash usage with native JS implementation 
(#31907)
     add 4417e6eaef fix: Prevent undo functionality from referencing incorrect 
dashboard edits (#31809)
     add b5ac415afc docs: Removed mentioning of .env-non-dev in 
docker/README.md (#31460)
     add 43a97f86f5 fix: Load cached DB metadata as DatasourceName and add 
catalog to schema_list cache key (#31948)
     add dca3efb3dd fix: correct value for config variable `UPLOAD_FOLDER` 
(#25166)
     add a02a2f5a96 chore: Reduces the form_data_key length (#31905)
     add dfb9af36df chore: cypress set up tweaks (#31926)
     new 3e2c261ce4 removing flag and all that comes with it.
     new 776c24525d prettier
     new 58de976977 pre-commit fixes
     new aaaa957bed getting tests to pass
     new 7d2eff9a4d Revert "getting tests to pass"

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   (5130e432a6)
            \
             N -- N -- N   refs/heads/removing-DASHBOARD_CROSS_FILTERS-flag 
(7d2eff9a4d)

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.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .asf.yaml                                          |    1 +
 .github/actions/setup-backend/action.yml           |    8 +-
 .github/workflows/pre-commit.yml                   |    4 +-
 .github/workflows/superset-docs-verify.yml         |    1 -
 .github/workflows/superset-e2e.yml                 |    2 +-
 .../workflows/superset-python-integrationtest.yml  |    2 +-
 .github/workflows/superset-python-unittest.yml     |    2 +-
 .gitignore                                         |    6 +-
 .pre-commit-config.yaml                            |    8 +
 Dockerfile                                         |    2 +-
 RESOURCES/FEATURE_FLAGS.md                         |    1 +
 UPDATING.md                                        |    8 +-
 docker-compose.yml                                 |    6 +
 docker/README.md                                   |    2 +-
 docker/docker-bootstrap.sh                         |    8 +-
 .../{examples-init.sh => cypress-init.sh}          |    8 +-
 docker/docker-frontend.sh                          |    4 +-
 docker/docker-init.sh                              |   27 +-
 docker/pythonpath_dev/superset_config.py           |   13 +
 docs/docs/configuration/networking-settings.mdx    |    6 +-
 docs/docs/contributing/development.mdx             |   76 +-
 docs/docs/contributing/howtos.mdx                  |   46 +-
 pyproject.toml                                     |   15 +-
 requirements/base.in                               |    5 -
 requirements/base.txt                              |   57 +-
 requirements/development.txt                       |   57 +-
 scripts/cypress_run.py                             |   10 +-
 superset-frontend/.eslintrc.js                     |    6 +
 superset-frontend/cypress-base/cypress.config.ts   |   17 +-
 .../cypress/e2e/chart_list/list.test.ts            |   14 +-
 .../cypress/e2e/dashboard/drillby.test.ts          |   16 +-
 .../cypress/e2e/dashboard/drilltodetail.test.ts    |  141 +-
 .../cypress/e2e/dashboard/editmode.test.ts         |   17 +-
 .../e2e/dashboard/horizontalFilterBar.test.ts      |    8 +-
 .../cypress/e2e/dashboard_list/list.test.ts        |   62 +-
 .../cypress-base/cypress/e2e/explore/link.test.ts  |    7 +-
 .../cypress-base/cypress/e2e/explore/utils.ts      |    9 +-
 .../cypress-base/cypress/support/directories.ts    |    8 +-
 .../cypress-base/cypress/support/e2e.ts            |   20 +-
 superset-frontend/cypress-base/package-lock.json   |  103 +-
 superset-frontend/cypress-base/package.json        |    5 +-
 superset-frontend/package-lock.json                | 1831 +++-----------------
 superset-frontend/package.json                     |    8 +-
 .../src/operators/utils/timeOffset.ts              |    5 +-
 .../src/components/SafeMarkdown.tsx                |    4 +-
 .../superset-ui-core/src/query/normalizeOrderBy.ts |    4 +-
 .../superset-ui-core/src/utils/featureFlags.ts     |    1 -
 .../src/layers/common.test.ts                      |  145 ++
 .../src/layers/common.tsx                          |   44 +-
 .../legacy-preset-chart-deckgl/src/utils.ts        |    3 +-
 .../src/utils/sandbox.ts                           |    2 +
 .../src/Timeseries/transformProps.ts               |   15 +-
 .../src/Timeseries/transformers.ts                 |   10 +-
 .../plugin-chart-echarts/src/utils/forecast.ts     |    5 +-
 .../plugin-chart-echarts/src/utils/treeBuilder.ts  |    4 +-
 .../plugins/plugin-chart-table/src/TableChart.tsx  |    6 +-
 superset-frontend/src/GlobalStyles.tsx             |    7 +
 superset-frontend/src/SqlLab/actions/sqlLab.js     |   24 +-
 .../SqlLab/components/SaveDatasetModal/index.tsx   |    4 +-
 .../components/ScheduleQueryButton/index.tsx       |    7 +-
 .../ShareSqlLabQuery/ShareSqlLabQuery.test.tsx     |   76 +-
 .../SqlLab/components/ShareSqlLabQuery/index.tsx   |   82 +-
 .../src/SqlLab/components/SqlEditor/index.tsx      |    9 +-
 .../TabbedSqlEditors/TabbedSqlEditors.test.tsx     |   48 +-
 .../SqlLab/components/TabbedSqlEditors/index.tsx   |   10 +-
 .../Chart/ChartContextMenu/ChartContextMenu.tsx    |   92 +-
 .../Chart/DrillBy/DrillByMenuItems.test.tsx        |   11 +-
 .../components/Chart/DrillBy/DrillByModal.test.tsx |    4 +-
 .../DrillDetail/DrillDetailMenuItems.test.tsx      |  105 +-
 .../Chart/DrillDetail/DrillDetailMenuItems.tsx     |   37 +-
 .../Chart/DrillDetail/DrillDetailModal.tsx         |    2 +-
 .../components/Chart/MenuItemWithTruncation.tsx    |    5 +-
 .../src/components/Dropdown/index.tsx              |   16 +-
 .../components/DropdownSelectableIcon/index.tsx    |   60 +-
 .../src/components/Icons/Icons.stories.tsx         |   57 +-
 .../Menu.stories.tsx}                              |   58 +-
 superset-frontend/src/components/Menu/index.tsx    |  173 +-
 .../src/components/ModalTrigger/index.tsx          |    4 +-
 .../src/components/PopoverDropdown/index.tsx       |    4 +-
 .../Table/cell-renderers/ActionCell/index.tsx      |    3 +-
 .../src/dashboard/actions/dashboardLayout.js       |    2 +
 .../DashboardBuilder/DashboardBuilder.tsx          |    8 +-
 .../HeaderActionsDropdown.test.tsx                 |    6 +-
 .../Header/HeaderActionsDropdown/index.tsx         |   34 +-
 .../src/dashboard/components/Header/index.jsx      |    8 +-
 .../components/RefreshIntervalModal.test.tsx       |   14 +-
 .../SliceHeaderControls.test.tsx                   |  217 +--
 .../ViewResultsModalTrigger.tsx                    |  128 +-
 .../components/SliceHeaderControls/index.tsx       |  178 +-
 .../components/SliceHeaderControls/utils.ts        |  293 ----
 .../components/gridComponents/Chart.test.jsx       |    8 +-
 .../DownloadMenuItems/DownloadMenuItems.test.tsx   |   12 +-
 .../components/menu/DownloadMenuItems/index.tsx    |   69 +-
 .../menu/ShareMenuItems/ShareMenuItems.test.tsx    |   62 +-
 .../components/menu/ShareMenuItems/index.tsx       |   35 +-
 .../FilterBarSettings/FilterBarSettings.test.tsx   |   16 +-
 superset-frontend/src/dashboard/styles.ts          |    2 +-
 .../explore/components/DatasourcePanel/index.tsx   |    3 +-
 .../explore/components/controls/BoundsControl.tsx  |    4 +-
 .../controls/ColorSchemeControl/index.tsx          |    8 +-
 .../controls/DatasourceControl/index.jsx           |    5 +-
 .../DateFilterControl/components/CustomFrame.tsx   |    3 +-
 .../ZoomConfigControl/ZoomConfigsChart.tsx         |    4 +-
 .../controls/ZoomConfigControl/zoomUtil.ts         |    6 +-
 .../DashboardsSubMenu.test.tsx                     |   67 +-
 .../useExploreAdditionalActionsMenu/index.jsx      |    4 +-
 .../src/features/alerts/AlertReportModal.test.tsx  |    1 +
 .../UploadDataModel/UploadDataModal.test.tsx       |   13 +-
 .../src/features/home/DashboardTable.test.tsx      |    2 +-
 .../src/features/home/EmptyState.test.tsx          |   18 +-
 .../home/LanguagePicker.stories.tsx}               |   57 +-
 .../src/features/home/LanguagePicker.test.tsx      |    4 +-
 superset-frontend/src/features/home/Menu.test.tsx  |   29 +-
 superset-frontend/src/features/home/Menu.tsx       |  106 +-
 .../src/features/home/RightMenu.test.tsx           |    2 +
 superset-frontend/src/features/home/RightMenu.tsx  |   41 +-
 .../src/features/home/SubMenu.test.tsx             |    2 +-
 superset-frontend/src/features/home/SubMenu.tsx    |  105 +-
 .../HeaderReportDropdown/index.test.tsx            |    2 +-
 .../ReportModal/HeaderReportDropdown/index.tsx     |   40 +-
 superset-frontend/src/pages/DatasetList/index.tsx  |    3 +-
 superset-frontend/src/pages/Home/index.tsx         |    3 -
 superset-frontend/src/reduxUtils.ts                |   17 +-
 superset-frontend/src/theme/index.ts               |   18 +
 superset-frontend/src/views/menu.tsx               |   23 +-
 superset-frontend/webpack.config.js                |   29 +-
 superset-frontend/webpack.proxy-config.js          |    6 +-
 superset/commands/dashboard/export.py              |    2 +-
 superset/commands/database/tables.py               |    7 +-
 superset/commands/database/update.py               |    2 +-
 superset/commands/report/alert.py                  |   19 +-
 superset/commands/report/execute.py                |    4 +-
 .../sql_lab/permalink}/__init__.py                 |    0
 .../{dashboard => sql_lab}/permalink/base.py       |   10 +-
 superset/commands/sql_lab/permalink/create.py      |   49 +
 .../{dashboard => sql_lab}/permalink/get.py        |   38 +-
 superset/config.py                                 |   41 +-
 superset/connectors/sqla/models.py                 |    1 +
 superset/dashboards/api.py                         |    3 -
 superset/db_engine_specs/bigquery.py               |   34 +-
 superset/db_engine_specs/hive.py                   |    2 +-
 superset/db_engine_specs/ocient.py                 |    4 +-
 superset/db_engine_specs/presto.py                 |    6 +-
 superset/db_engine_specs/redshift.py               |    2 +-
 superset/db_engine_specs/trino.py                  |    2 +-
 superset/extensions/metadb.py                      |    2 +-
 superset/initialization/__init__.py                |   11 +-
 superset/key_value/shared_entries.py               |    3 +-
 superset/key_value/types.py                        |    2 +
 superset/key_value/utils.py                        |   10 +-
 superset/models/core.py                            |   16 +-
 superset/models/helpers.py                         |    2 +-
 superset/result_set.py                             |    4 +-
 .../.asf.yaml => superset/sql/dialects/__init__.py |    6 +-
 superset/sql/dialects/firebolt.py                  |  192 ++
 superset/sql/parse.py                              |    5 +-
 .../permalink}/__init__.py                         |    0
 superset/{explore => sqllab}/permalink/api.py      |   53 +-
 .../{dashboards => sqllab}/permalink/exceptions.py |   10 +-
 .../permalink}/schemas.py                          |   33 +-
 .../entry.py => sqllab/permalink/types.py}         |   10 +-
 superset/static/{ => assets}/.gitkeep              |    0
 superset/static/{ => uploads}/.gitkeep             |    0
 superset/utils/date_parser.py                      |  197 ++-
 superset/utils/excel.py                            |    2 +-
 superset/utils/mock_data.py                        |    7 +-
 superset/utils/pandas_postprocessing/compare.py    |    2 +-
 superset/utils/pandas_postprocessing/geography.py  |    4 +-
 superset/utils/pandas_postprocessing/histogram.py  |    2 +-
 superset/utils/webdriver.py                        |   48 +-
 superset/views/key_value.py                        |   67 -
 superset/views/sqllab.py                           |    4 +-
 superset/viz.py                                    |    2 +
 tests/integration_tests/cache_tests.py             |   74 +-
 tests/integration_tests/charts/api_tests.py        |   10 +-
 tests/integration_tests/core_tests.py              |  352 +---
 .../db_engine_specs/presto_tests.py                |    6 +-
 .../integration_tests/dict_import_export_tests.py  |    5 +-
 tests/integration_tests/import_export_tests.py     |    4 +-
 tests/integration_tests/reports/alert_tests.py     |  121 +-
 .../sql_lab/permalink}/__init__.py                 |    0
 .../sql_lab/permalink/api_tests.py                 |  102 ++
 tests/integration_tests/superset_test_config.py    |    3 +-
 .../superset_test_config_thumbnails.py             |    2 -
 tests/integration_tests/utils_tests.py             |    5 +-
 tests/unit_tests/commands/databases/update_test.py |   48 +
 tests/unit_tests/models/core_test.py               |    1 +
 tests/unit_tests/sql/parse_tests.py                |   57 +-
 tests/unit_tests/sql_parse_tests.py                |    6 +-
 tests/unit_tests/utils/date_parser_tests.py        |   40 +
 190 files changed, 3165 insertions(+), 4111 deletions(-)
 copy docker/docker-entrypoint-initdb.d/{examples-init.sh => cypress-init.sh} 
(78%)
 create mode 100644 
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/common.test.ts
 copy superset-frontend/src/components/{IconButton/IconButton.stories.tsx => 
Menu/Menu.stories.tsx} (52%)
 delete mode 100644 
superset-frontend/src/dashboard/components/SliceHeaderControls/utils.ts
 copy superset-frontend/src/{components/Radio/Radio.stories.tsx => 
features/home/LanguagePicker.stories.tsx} (53%)
 copy superset/{advanced_data_type => commands/sql_lab/permalink}/__init__.py 
(100%)
 copy superset/commands/{dashboard => sql_lab}/permalink/base.py (77%)
 create mode 100644 superset/commands/sql_lab/permalink/create.py
 copy superset/commands/{dashboard => sql_lab}/permalink/get.py (59%)
 copy docs/static/.asf.yaml => superset/sql/dialects/__init__.py (90%)
 create mode 100644 superset/sql/dialects/firebolt.py
 copy superset/{advanced_data_type => sqllab/permalink}/__init__.py (100%)
 copy superset/{explore => sqllab}/permalink/api.py (72%)
 copy superset/{dashboards => sqllab}/permalink/exceptions.py (75%)
 copy superset/{temporary_cache => sqllab/permalink}/schemas.py (56%)
 copy superset/{commands/temporary_cache/entry.py => sqllab/permalink/types.py} 
(83%)
 copy superset/static/{ => assets}/.gitkeep (100%)
 copy superset/static/{ => uploads}/.gitkeep (100%)
 delete mode 100644 superset/views/key_value.py
 copy {superset/advanced_data_type => 
tests/integration_tests/sql_lab/permalink}/__init__.py (100%)
 create mode 100644 tests/integration_tests/sql_lab/permalink/api_tests.py

Reply via email to