This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch template_less
in repository https://gitbox.apache.org/repos/asf/superset.git
from 11bc4965e3 echarts theming
add c6e0abbe13 chore: replaced the workflow badge link (#32749)
add e9d5079986 chore(🦾): bump python flask-appbuilder subpackage(s)
(#32744)
add 78efb62781 fix: Changing language doesn't affect echarts charts
(#31751)
add 6042ea8f28 feat(embedded): Force a specific referrerPolicy for the
iframe request (#32735)
add 376a1f49d3 fix(migrations): fix foreign keys to match FAB 4.6.0 tables
(#32759)
add 89ce7ba0b0 fix: do not add calculated columns when syncing (#32761)
add 5392bafe28 feat(FormModal): Specialized Modal component for forms
(#32721)
add d319543377 fix(chart control): Change default of "Y Axis Title Margin"
(#32720)
new b7bc1113ac Merge branch 'master' into template_less
new 358633e98d some theming fixes
The 2 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:
README.md | 2 +-
requirements/base.in | 7 ++
requirements/base.txt | 14 +--
requirements/development.txt | 13 +--
superset-embedded-sdk/README.md | 12 +-
superset-embedded-sdk/src/index.ts | 9 +-
.../cypress/e2e/dashboard/drillby.test.ts | 36 +++---
.../cypress/e2e/dashboard/drilltodetail.test.ts | 16 +--
.../src/sections/chartTitle.tsx | 2 +-
.../plugins/plugin-chart-echarts/package.json | 3 +-
.../src/Timeseries/Regular/Bar/controlPanel.tsx | 2 +-
.../plugin-chart-echarts/src/components/Echart.tsx | 97 ++++++++++------
.../plugins/plugin-chart-echarts/src/constants.ts | 2 +
.../src/SqlLab/components/SqlEditor/index.tsx | 1 -
superset-frontend/src/components/Button/index.tsx | 4 +
.../src/components/Datasource/DatasourceEditor.jsx | 7 +-
superset-frontend/src/components/Form/Form.tsx | 10 +-
.../src/components/IconButton/index.tsx | 2 +-
.../src/components/Modal/FormModal.test.tsx | 115 +++++++++++++++++++
.../src/components/Modal/FormModal.tsx | 126 +++++++++++++++++++++
.../FilterBar/FilterBarSettings/index.tsx | 2 +-
.../src/features/databases/DatabaseModal/index.tsx | 12 +-
.../src/features/databases/DatabaseModal/styles.ts | 12 +-
superset/migrations/shared/utils.py | 81 +++++++++++--
...46_32bf93dfe2a4_add_on_cascade_in_fab_tables.py | 111 ++++++++++++++++++
25 files changed, 589 insertions(+), 109 deletions(-)
create mode 100644 superset-frontend/src/components/Modal/FormModal.test.tsx
create mode 100644 superset-frontend/src/components/Modal/FormModal.tsx
create mode 100644
superset/migrations/versions/2025-03-19_17-46_32bf93dfe2a4_add_on_cascade_in_fab_tables.py