This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-6.3.0
in repository https://gitbox.apache.org/repos/asf/superset.git
omit 7f03fc77f4 build(deps-dev): bump @typescript-eslint/eslint-plugin
add 34586648a5 chore: Refine native dashboard cleanup logic (#24864)
add f6c3f0cbbb fix: Dashboard aware RBAC "Save as" menu item (#24806)
add 9c54280d85 feat: add MotherDuck DB engine spec (#24934)
add 764f0f79ca docs: Fixing Superset typo in docker-compose local
installation guide (#24920)
add 284c12697b chore: Removes duplicated featureFlags.ts (#24935)
add 94c595093b chore: Add explicit ON DELETE CASCADE for dashboard_slices
(#24938)
add 55014bf58b chore: Add explicit ON DELETE CASCADE for
embedded_dashboards (#24939)
add bcd24936bc fix: remove unused file (#24946)
add ce65a3b9cd fix(charts): View in SQL Lab with relevant perm (#24903)
add 41ca4a00b9 fix: `to_datetime` in Pandas 2 (#24952)
add aca006f38b fix: timezone issue in Pandas 2 (#24955)
add 6f24a4e7a8 fix: calls to `_get_sqla_engine` (#24953)
add f5ed4072e4 feat(gsheets): file upload (#24921)
add 4bc46003b5 chore: rate limit requests (#24324)
add 9703490129 fix: Tooltips don't disappear on the Heatmap chart (#24959)
add 7b56c27383 build(deps): bump tough-cookie and @cypress/request in
/superset-frontend/cypress-base (#24958)
add a1e32dbfa6 feat: command to test DB engine specs (#24918)
add b621ee92c9 fix: Duplicated options in Select when using numerical
values (#24906)
add b96a30e8a4 chore: Add Automattic to the list of users and contributors
(#24961)
add b54b4e5e9b docs: Add wattbewerb to users list (#24962)
add a3d72e0ec7 fix(gsheets): add column names on file upload (#24963)
add ed0d288ccd chore(dao): Replace save/overwrite with create/update
respectively (#24467)
add a44c99899a chore(sqllab): Relocate get bootstrap data logic (#24936)
add be11556799 feat: Adds options to show subtotals in Pivot Table (#24960)
add 55eaa25216 build(deps-dev): bump eslint from 8.46.0 to 8.47.0 in
/superset-websocket (#24972)
add 12f2b0f8e7 build(deps-dev): bump @types/node from 20.4.9 to 20.5.0 in
/superset-websocket (#24973)
new 7d12c366cd build(deps-dev): bump @typescript-eslint/eslint-plugin
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 (7f03fc77f4)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-6.3.0
(7d12c366cd)
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 1 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:
RESOURCES/INTHEWILD.md | 2 +
UPDATING.md | 2 +
.../installing-superset-using-docker-compose.mdx | 4 +-
requirements/development.txt | 2 +-
requirements/testing.in | 2 +-
requirements/testing.txt | 7 +-
setup.py | 1 +
.../cypress-base/cypress/e2e/dashboard/utils.ts | 2 +-
.../cypress/e2e/explore/advanced_analytics.test.ts | 1 +
superset-frontend/cypress-base/package-lock.json | 67 +-
.../superset-ui-core/src/utils/featureFlags.ts | 10 +-
.../test/utils/featureFlag.test.ts | 52 +-
.../src/ReactHeatmap.jsx | 7 +-
.../src/PivotTableChart.tsx | 6 +
.../src/plugin/controlPanel.tsx | 24 +
.../src/plugin/transformProps.ts | 4 +
.../src/react-pivottable/TableRenderers.jsx | 4 +-
.../plugins/plugin-chart-pivot-table/src/types.ts | 2 +
.../test/plugin/buildQuery.test.ts | 2 +
superset-frontend/src/SqlLab/App.jsx | 8 +-
superset-frontend/src/SqlLab/actions/sqlLab.js | 17 +-
.../src/SqlLab/actions/sqlLab.test.js | 6 +-
.../ShareSqlLabQuery/ShareSqlLabQuery.test.tsx | 6 +-
.../SqlLab/components/ShareSqlLabQuery/index.tsx | 9 +-
.../src/SqlLab/components/SouthPane/index.tsx | 3 +-
.../src/SqlLab/components/SqlEditor/index.jsx | 2 +-
.../SqlLab/components/TabbedSqlEditors/index.jsx | 5 +-
.../components/TableElement/TableElement.test.tsx | 4 +-
.../src/SqlLab/reducers/getInitialState.js | 3 +-
.../src/SqlLab/reducers/getInitialState.test.ts | 1 -
superset-frontend/src/components/Chart/Chart.jsx | 2 +-
.../src/components/Chart/chartAction.js | 9 +-
.../src/components/Datasource/DatasourceEditor.jsx | 2 +-
.../Datasource/DatasourceEditor.test.jsx | 6 +-
.../components/Datasource/DatasourceModal.test.jsx | 5 +-
.../src/components/Datasource/DatasourceModal.tsx | 3 +-
.../src/components/DynamicPlugins/index.tsx | 2 +-
.../components/ReportModal/ReportModal.test.tsx | 6 +-
.../src/components/Select/AsyncSelect.stories.tsx | 34 -
.../src/components/Select/AsyncSelect.test.tsx | 63 +-
.../src/components/Select/AsyncSelect.tsx | 75 +-
.../src/components/Select/Select.stories.tsx | 5 +
.../src/components/Select/Select.test.tsx | 135 +++-
superset-frontend/src/components/Select/Select.tsx | 96 ++-
.../src/dashboard/actions/dashboardState.js | 2 +-
.../src/dashboard/actions/dashboardState.test.js | 4 +-
superset-frontend/src/dashboard/actions/hydrate.js | 10 +-
.../src/dashboard/actions/sliceEntities.ts | 2 +-
.../DashboardBuilder/DashboardBuilder.test.tsx | 42 +-
.../DashboardBuilder/DashboardBuilder.tsx | 2 +-
.../dashboard/components/DashboardBuilder/state.ts | 3 +-
.../HeaderActionsDropdown.test.tsx | 10 +-
.../Header/HeaderActionsDropdown/index.jsx | 10 +-
.../src/dashboard/components/Header/index.jsx | 2 +-
.../PropertiesModal/PropertiesModal.test.tsx | 3 +-
.../dashboard/components/PropertiesModal/index.tsx | 2 +-
.../src/dashboard/components/SaveModal.tsx | 2 +-
.../components/SliceHeaderControls/index.tsx | 2 +-
.../FilterBar/FilterControls/FilterValue.tsx | 2 +-
.../nativeFilters/FilterBar/Vertical.tsx | 2 +-
.../FiltersConfigForm/FiltersConfigForm.tsx | 2 +-
.../components/nativeFilters/utils.test.ts | 8 +-
.../dashboard/components/nativeFilters/utils.ts | 2 +-
.../src/dashboard/util/permissionUtils.test.ts | 140 +++-
.../src/dashboard/util/permissionUtils.ts | 28 +-
superset-frontend/src/dataMask/actions.ts | 2 +-
superset-frontend/src/dataMask/reducer.ts | 2 +-
.../components/DataTablesPane/DataTablesPane.tsx | 9 +-
.../explore/components/DatasourcePanel/index.tsx | 2 +-
.../explore/components/ExploreChartPanel/index.jsx | 2 +-
.../src/explore/components/SaveModal.tsx | 2 +-
.../DatasourceControl/DatasourceControl.test.tsx | 2 +-
.../controls/DatasourceControl/index.jsx | 4 +-
...AdhocFilterEditPopoverSimpleTabContent.test.tsx | 4 +-
.../index.tsx | 2 +-
.../useExploreAdditionalActionsMenu/index.jsx | 10 +-
superset-frontend/src/featureFlags.ts | 37 -
.../src/features/alerts/AlertReportModal.tsx | 2 +-
.../src/features/charts/ChartCard.tsx | 3 +-
.../src/features/dashboards/DashboardCard.tsx | 3 +-
.../databases/DatabaseModal/SqlAlchemyForm.tsx | 25 +-
.../src/features/databases/DatabaseModal/index.tsx | 11 +-
superset-frontend/src/features/databases/types.ts | 1 +
superset-frontend/src/features/tags/TagCard.tsx | 3 +-
.../src/middleware/asyncEvent.test.ts | 4 +-
superset-frontend/src/middleware/asyncEvent.ts | 2 +-
.../src/pages/ChartCreation/index.tsx | 2 +-
.../src/pages/ChartList/ChartList.test.jsx | 6 +-
superset-frontend/src/pages/ChartList/index.tsx | 2 +-
.../src/pages/DashboardList/DashboardList.test.jsx | 6 +-
.../src/pages/DashboardList/index.tsx | 9 +-
superset-frontend/src/pages/DatabaseList/index.tsx | 2 +-
.../src/pages/DatasetList/DatasetList.test.tsx | 4 +-
superset-frontend/src/pages/DatasetList/index.tsx | 2 +-
superset-frontend/src/pages/Home/Home.test.tsx | 6 +-
superset-frontend/src/pages/Home/index.tsx | 10 +-
.../pages/SavedQueryList/SavedQueryList.test.jsx | 4 +-
.../src/pages/SavedQueryList/index.tsx | 9 +-
superset-frontend/src/pages/Tags/index.tsx | 3 +-
superset-frontend/src/preamble.ts | 8 +-
superset-frontend/src/utils/hostNamesConfig.js | 2 +-
superset-frontend/src/views/routes.test.tsx | 4 -
superset-websocket/package-lock.json | 88 +--
superset-websocket/package.json | 4 +-
.../annotations/commands/create.py | 3 +-
superset/annotation_layers/commands/create.py | 3 +-
superset/charts/commands/create.py | 3 +-
superset/cli/native_filters.py | 39 +-
superset/cli/test_db.py | 417 +++++++++++
superset/config.py | 14 +
superset/daos/base.py | 80 ++-
superset/daos/chart.py | 16 -
superset/daos/dashboard.py | 68 +-
superset/daos/database.py | 35 +-
superset/daos/dataset.py | 29 +-
superset/daos/exceptions.py | 10 +-
superset/daos/report.py | 84 +--
superset/dashboards/api.py | 8 +-
superset/dashboards/commands/create.py | 2 +-
superset/dashboards/filter_sets/commands/create.py | 3 +-
superset/databases/api.py | 4 +
superset/databases/commands/create.py | 2 +-
superset/databases/ssh_tunnel/commands/create.py | 4 +-
superset/datasets/commands/create.py | 2 +-
superset/datasets/commands/update.py | 4 +-
superset/db_engine_specs/README.md | 763 +++++++++++++++++++++
superset/db_engine_specs/base.py | 13 +-
superset/db_engine_specs/duckdb.py | 7 +
superset/db_engine_specs/gsheets.py | 164 ++++-
superset/db_engine_specs/lib.py | 314 +++++++++
superset/db_engine_specs/sqlite.py | 2 +-
superset/db_engine_specs/trino.py | 7 +-
.../migrations/shared/migrate_viz/processors.py | 1 +
..._add_on_delete_cascade_for_dashboard_slices.py} | 37 +-
...n_delete_cascade_for_embedded_dashboards.py.py} | 36 +-
superset/models/core.py | 51 +-
superset/models/dashboard.py | 7 +-
superset/models/embedded_dashboard.py | 6 +-
superset/reports/commands/create.py | 3 +-
superset/reports/commands/update.py | 2 +
superset/result_set.py | 9 +-
superset/row_level_security/commands/create.py | 4 +-
superset/sqllab/commands/execute.py | 2 +-
superset/sqllab/utils.py | 63 ++
superset/utils/core.py | 10 +-
.../utils/dashboard_filter_scopes_converter.py | 17 +-
superset/utils/dashboard_import_export.py | 4 +-
superset/views/base.py | 1 +
superset/views/core.py | 71 +-
superset/views/dashboard/views.py | 2 +-
tests/integration_tests/celery_tests.py | 5 +-
tests/integration_tests/charts/api_tests.py | 1 -
tests/integration_tests/charts/data/api_tests.py | 7 +-
tests/integration_tests/core_tests.py | 4 +-
tests/integration_tests/dashboard_tests.py | 3 -
.../dashboards/security/security_rbac_tests.py | 90 ++-
tests/integration_tests/databases/api_tests.py | 5 +-
tests/integration_tests/model_tests.py | 3 +-
.../security/guest_token_security_tests.py | 2 -
tests/integration_tests/superset_test_config.py | 2 +
tests/integration_tests/tagging_tests.py | 2 -
tests/integration_tests/utils_tests.py | 6 +-
tests/unit_tests/databases/api_test.py | 4 +-
tests/unit_tests/databases/ssh_tunnel/dao_tests.py | 19 +-
tests/unit_tests/db_engine_specs/test_gsheets.py | 92 +++
.../migrations/viz/pivot_table_v1_v2_test.py | 1 +
tests/unit_tests/result_set_test.py | 26 +-
tests/unit_tests/utils/test_core.py | 30 +
168 files changed, 3083 insertions(+), 936 deletions(-)
delete mode 100644 superset-frontend/src/featureFlags.ts
create mode 100644 superset/cli/test_db.py
create mode 100644 superset/db_engine_specs/README.md
create mode 100644 superset/db_engine_specs/lib.py
copy
superset/migrations/versions/{2023-06-22_13-39_6fbe660cac39_add_on_delete_cascade_for_tables_references.py
=>
2023-08-09_14-17_8ace289026f3_add_on_delete_cascade_for_dashboard_slices.py}
(64%)
copy
superset/migrations/versions/{2023-06-22_13-39_6fbe660cac39_add_on_delete_cascade_for_tables_references.py
=>
2023-08-09_15-39_4448fa6deeb1__dd_on_delete_cascade_for_embedded_dashboards.py.py}
(61%)