This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch
chore/consolidate-storybook-remove-demo-package
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 4b349e5f654 fix: make Path story payload a function
discard 8c0ba17f5a6 fix: restore .storybook to tsconfig include and fix Path
story import
discard de6f171b8e4 fix: remove .storybook/shared from TypeScript project
references
discard 06f8a5e74a6 fix: exclude stories directories from plugin TypeScript
builds
discard c23cecb2c03 fix: skip ForkTsCheckerWebpackPlugin in production builds
discard 5f50fcb359e fix: disable ForkTsCheckerWebpackPlugin build mode for
production
discard b648dd837f2 fix: exclude story files from production TypeScript
checking
discard 06294e81ed9 fix: add @storybook-shared alias to main webpack config
discard 860e1d1a54b fix: add @storybook-shared path mapping to tsconfig.json
discard 82b0ee4ec54 chore(storybook): consolidate storybook by removing
superset-ui-demo package
add 9ea5ded9880 fix(dashboard): Prevent fatal error when database
connection is unavailable (#37576)
add 4120e9bb1f9 chore(storybook): consolidate storybook by removing
superset-ui-demo package
add 37259efea59 fix: add @storybook-shared path mapping to tsconfig.json
add 9f677e1451b fix: add @storybook-shared alias to main webpack config
add f4345aa141e fix: exclude story files from production TypeScript
checking
add 3dc0092f3e7 fix: disable ForkTsCheckerWebpackPlugin build mode for
production
add 5748d4ca248 fix: skip ForkTsCheckerWebpackPlugin in production builds
add 748689d91c5 fix: exclude stories directories from plugin TypeScript
builds
add db37d869eab fix: remove .storybook/shared from TypeScript project
references
add f2b0df005df fix: restore .storybook to tsconfig include and fix Path
story import
add 8d5dfa53bc8 fix: make Path story payload a function
add 91db38f8a03 fix: filter out ForkTsCheckerWebpackPlugin from storybook
builds
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 (4b349e5f654)
\
N -- N -- N
refs/heads/chore/consolidate-storybook-remove-demo-package (91db38f8a03)
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-frontend/.storybook/main.js | 7 +++++-
superset/explorables/base.py | 12 ++++++++++
superset/security/manager.py | 2 +-
tests/unit_tests/security/manager_test.py | 37 +++++++++++++++++++++++++++++++
4 files changed, 56 insertions(+), 2 deletions(-)