You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by aa...@apache.org on 2022/12/07 16:31:59 UTC

[superset] branch 2.0 updated (0b8f1582c7 -> 8237558d62)

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


    omit 0b8f1582c7 update package.json file
    omit 48f4975026 Update superset-frontend/package.json
    omit f84de05056 pylint
    omit e8b7f0cca1 test
    omit e34522a9c3 feat: Improves SafeMarkdown HTML sanitization (#21895)
    omit 00b20bc3a7 feat: Improves SafeMarkdown HTML sanitization (#21895)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/2.0 (8237558d62)
            \
             O -- O -- O   (0b8f1582c7)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |     8 +-
 UPDATING.md                                        |    10 +-
 .../cypress/integration/dashboard/editmode.test.ts |   807 -
 superset-frontend/package-lock.json                | 15337 +++++++++----------
 superset-frontend/package.json                     |     1 +
 .../packages/superset-ui-core/package-lock.json    |  1506 --
 .../packages/superset-ui-core/package.json         |    48 +-
 .../src/components/SafeMarkdown.tsx                |    54 +-
 .../spec/helpers/{shim.tsx => shim.ts}             |     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 -
 16 files changed, 7067 insertions(+), 10958 deletions(-)
 delete mode 100644 superset-frontend/cypress-base/cypress/integration/dashboard/editmode.test.ts
 delete mode 100644 superset-frontend/packages/superset-ui-core/package-lock.json
 rename superset-frontend/spec/helpers/{shim.tsx => shim.ts} (92%)