This is an automated email from the ASF dual-hosted git repository.
aafghahi pushed a change to branch 2.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from 67859ba42a fix(explore): Chart save modal displays error instead of
failing silently (#21920)
add 672e4a190b feat: Improves SafeMarkdown HTML sanitization (#21895)
No new revisions were added by this update.
Summary of changes:
UPDATING.md | 10 +-
.../cypress/integration/dashboard/editmode.test.ts | 807 +
superset-frontend/package-lock.json | 87201 +++++++++++--------
superset-frontend/package.json | 2 +-
.../packages/superset-ui-core/package.json | 51 +-
.../src/components/SafeMarkdown.tsx | 54 +-
.../spec/helpers/{shim.ts => shim.tsx} | 6 +
.../components/gridComponents/Markdown.jsx | 8 +
.../components/gridComponents/Markdown.test.jsx | 12 +-
.../src/explore/components/SaveModal.tsx | 13 +-
superset-frontend/webpack.config.js | 2 +-
superset/config.py | 22 +
.../configs/dashboards/Slack_Dashboard.yaml | 187 +-
superset/views/base.py | 4 +
14 files changed, 53120 insertions(+), 35259 deletions(-)
create mode 100644
superset-frontend/cypress-base/cypress/integration/dashboard/editmode.test.ts
rename superset-frontend/spec/helpers/{shim.ts => shim.tsx} (92%)