You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2022/09/29 17:35:11 UTC

[superset] branch master updated (5ea9249059 -> 0dda5fe1cf)

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 5ea9249059 fix: respect chart cache timeout setting (#21637)
     add 0dda5fe1cf feat: Adds the MetadataBar to the Explore header (#21560)

No new revisions were added by this update.

Summary of changes:
 .github/CODEOWNERS                                 |   4 +-
 .../src/components/MetadataBar/ContentConfig.tsx   |  13 +-
 .../src/components/MetadataBar/ContentType.ts      |   4 +-
 .../components/MetadataBar/MetadataBar.stories.tsx |   2 +-
 .../components/MetadataBar/MetadataBar.test.tsx    |  29 +++--
 .../src/components/MetadataBar/MetadataBar.tsx     |  66 +++++++---
 .../DrillDetailPane/DrillDetailPane.test.tsx       |   7 +-
 .../components/DrillDetailPane/DrillDetailPane.tsx |   8 +-
 .../dashboard/components/DrillDetailPane/types.ts  |   4 +-
 .../src/explore/actions/hydrateExplore.ts          |   3 +-
 .../ExploreChartHeader/ExploreChartHeader.test.tsx |  34 ++++-
 .../components/ExploreChartHeader/index.jsx        | 144 ++++++++++++++-------
 .../ExploreViewContainer.test.tsx                  |   8 ++
 .../components/ExploreViewContainer/index.jsx      |   4 +-
 .../explore/components/PropertiesModal/index.tsx   |   1 +
 .../src/explore/reducers/exploreReducer.js         |  10 +-
 superset-frontend/src/explore/types.ts             |   7 +
 superset/datasets/api.py                           |   2 +
 superset/explore/commands/get.py                   |  18 +++
 19 files changed, 261 insertions(+), 107 deletions(-)