This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 0601b2db99 test: Fix act errors in SqlEditorLeftBar test (#21363)
add 8ebf4ed3ff feat: Adds MetadataBar to Drill to Detail modal (#21343)
No new revisions were added by this update.
Summary of changes:
.../src/components/MetadataBar/ContentConfig.tsx | 2 +-
.../components/MetadataBar/MetadataBar.stories.tsx | 12 +-
.../components/MetadataBar/MetadataBar.test.tsx | 16 +-
.../MetadataBar/{index.tsx => MetadataBar.tsx} | 4 +-
.../src/components/MetadataBar/index.tsx | 177 +--------------------
.../DrillDetailPane/DrillDetailPane.test.tsx | 94 +++++++++--
.../components/DrillDetailPane/DrillDetailPane.tsx | 85 +++++++++-
.../components/DrillDetailPane/types.ts} | 39 +++--
superset/datasets/api.py | 6 +
9 files changed, 217 insertions(+), 218 deletions(-)
copy superset-frontend/src/components/MetadataBar/{index.tsx =>
MetadataBar.tsx} (99%)
copy superset-frontend/src/{types/Dataset.ts =>
dashboard/components/DrillDetailPane/types.ts} (63%)