This is an automated email from the ASF dual-hosted git repository.
EnxDev pushed a change to branch chat-prototype
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 6a07ad2369c feat(extensions): chatbot mount point, singleton resolver,
and admin settings (SIP P1+P2)
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/chat-prototype (793ffb3d80c)
\
O -- O -- O (6a07ad2369c)
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:
.../superset-core/src/contributions/index.ts | 3 +
.../src/components/ChatbotMount/index.tsx | 44 +++++-----
superset-frontend/src/core/chatbot/index.ts | 25 +++---
superset-frontend/src/core/views/index.ts | 33 +++++++-
.../src/extensions/ExtensionsList.tsx | 98 ++--------------------
superset/extensions/api.py | 49 +----------
superset/extensions/settings.py | 55 ------------
...25_00-00_b2c3d4e5f6a7_add_extension_settings.py | 47 -----------
superset/models/core.py | 16 ----
9 files changed, 77 insertions(+), 293 deletions(-)
delete mode 100644 superset/extensions/settings.py
delete mode 100644
superset/migrations/versions/2026-05-25_00-00_b2c3d4e5f6a7_add_extension_settings.py