This is an automated email from the ASF dual-hosted git repository.
diegopucci pushed a change to branch geido/fix/filters-applicability
in repository https://gitbox.apache.org/repos/asf/superset.git
from b2e0b38090 fix(CrossFilter): Relaunch query for removed cross-filter
add fc857d987b fix: Unable to parse escaped tables (#30560)
add 7b47e43fd0 fix: Horizon Chart are not working any more (#30563)
add 7a8e8f890f fix: Incorrect type in config.py (#30564)
add 211564a6da fix(dashboard-export): Fixes datasetId is not replaced
with datasetUuid in Dashboard export in 4.1.x (#30425)
add 318eff7327 fix(Jinja): Extra cache keys to consider vars with set
(#30549)
add 62b94d5abf fix(dev-server): Revert "chore(fe): bump webpack-related
packages to v5" (#30569)
add f293ae168a Merge branch 'master' of https://github.com/apache/superset
into geido/fix/filters-applicability
add e45da521c6 fix(Filters): Let backend handle jinja and adhoc cols
No new revisions were added by this update.
Summary of changes:
superset-embedded-sdk/package-lock.json | 15 +-
superset-embedded-sdk/package.json | 2 +-
superset-frontend/package-lock.json | 1007 +++++++++-----------
superset-frontend/package.json | 6 +-
.../superset-ui-core/src/query/types/Dashboard.ts | 33 +
.../src/controlPanel.ts | 6 +
.../src/dashboard/actions/dashboardState.js | 13 +-
.../src/dashboard/components/Dashboard.jsx | 25 +-
.../OverwriteConfirmModal.test.tsx | 5 +
.../src/dashboard/util/getRelatedCharts.test.ts | 28 +-
.../src/dashboard/util/getRelatedCharts.ts | 137 ++-
.../util/useFilterFocusHighlightStyles.ts | 5 +-
superset-frontend/src/types/Chart.ts | 2 +
superset-frontend/webpack.config.js | 16 +-
superset/commands/dashboard/export.py | 34 +-
superset/config.py | 5 +
superset/initialization/__init__.py | 5 +
superset/jinja_context.py | 15 +-
superset/sql_parse.py | 63 +-
.../integration_tests/dashboards/commands_tests.py | 45 +
tests/integration_tests/sqla_models_tests.py | 194 ++--
tests/unit_tests/sql/parse_tests.py | 13 +
22 files changed, 874 insertions(+), 800 deletions(-)