This is an automated email from the ASF dual-hosted git repository.
EnxDev pushed a change to branch enxdev/feat/chatbot-permissions
in repository https://gitbox.apache.org/repos/asf/superset.git
omit 8b52fff57b4 feat(extensions): backend settings persistence and
admin-only permissions
omit 197e14de1b3 feat(extensions): admin configuration UI for extensions
omit 7c9efd529be feat(extensions): eager-load extensions at app-shell
startup
omit f8e7ee9dc23 feat(extensions): define the chatbot entry point in the
frontend API
omit c77c9b29f96 feat(extensions): define the superset.chatbot contribution
point
add c5e0696ab9e feat(extensions): define the superset.chatbot contribution
point
add e2e679ae23e feat(extensions): define the chatbot entry point in the
frontend API
add d195371ef73 feat(extensions): eager-load extensions at app-shell
startup
add d3d39e06d73 feat(extensions): admin configuration UI for extensions
add c47fb16ebe3 feat(extensions): backend settings persistence and
admin-only permissions
add 274a6db6a58 fix(extensions): move models to extensions/models.py; fix
migration server_default
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8b52fff57b4)
\
N -- N -- N refs/heads/enxdev/feat/chatbot-permissions
(274a6db6a58)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
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 | 47 ----------------------
.../packages/superset-core/src/views/index.ts | 22 +++-------
superset-frontend/src/core/views/index.ts | 11 +----
.../src/extensions/ExtensionsStartup.tsx | 8 ++--
superset/{models/cache.py => extensions/models.py} | 24 ++++++-----
superset/extensions/settings.py | 45 ++++-----------------
...25_00-00_b2c3d4e5f6a7_add_extension_settings.py | 4 +-
superset/models/core.py | 16 --------
8 files changed, 36 insertions(+), 141 deletions(-)
copy superset/{models/cache.py => extensions/models.py} (57%)
mode change 100755 => 100644