You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/02/04 16:06:20 UTC

(superset) branch upgrade-to-storybook-7 updated (4e294b7af6 -> c82191df9c)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a change to branch upgrade-to-storybook-7
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 4e294b7af6 gitignore future storybook migration logs
     add 5f7db47f15 Fixing a few easy-peasy plugins
     add f0c91fbb0f More easy story conversions
     add c82191df9c more working stories

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                                      | 1 +
 .../{Stories.jsx => EventFlow.stories.jsx}                               | 0
 .../legacy-plugin-chart-heatmap/{Stories.tsx => Heatmap.stories.tsx}     | 0
 .../legacy-plugin-chart-histogram/{Stories.tsx => Histogram.stories.tsx} | 0
 .../legacy-plugin-chart-horizon/{Stories.tsx => Horizon.stories.tsx}     | 0
 .../legacy-plugin-chart-map-box/{Stories.tsx => MapBox.stories.tsx}      | 0
 .../legacy-plugin-chart-paired-t-test/{Stories.tsx => TTest.stories.tsx} | 0
 .../{Stories.tsx => ParallelCoordinates.stories.tsx}                     | 0
 .../legacy-plugin-chart-partition/{Stories.tsx => Partition.stories.tsx} | 0
 .../plugins/legacy-plugin-chart-rose/{Stories.tsx => Rose.stories.tsx}   | 0
 .../{Stories.tsx => SankeyLoop.stories.tsx}                              | 0
 .../legacy-plugin-chart-sankey/{Stories.tsx => Sankey.stories.tsx}       | 0
 .../legacy-plugin-chart-world-map/{Stories.tsx => WorldMap.stories.tsx}  | 0
 .../{BigNumberTotalStories.tsx => BigNumberTotal.stories.tsx}            | 0
 .../legacy-preset-chart-deckgl/Arc/{Stories.tsx => Arc.stories.tsx}      | 0
 .../legacy-preset-chart-deckgl/Hex/{Stories.tsx => Hex.stories.tsx}      | 0
 .../legacy-preset-chart-deckgl/Path/{Stories.tsx => Path.stories.tsx}    | 0
 .../Polygon/{Stories.tsx => Polygon.stories.tsx}                         | 0
 .../Scatter/{Stories.tsx => ScatterStories.tsx}                          | 0
 19 files changed, 1 insertion(+)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-event-flow/{Stories.jsx => EventFlow.stories.jsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-heatmap/{Stories.tsx => Heatmap.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-histogram/{Stories.tsx => Histogram.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-horizon/{Stories.tsx => Horizon.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-map-box/{Stories.tsx => MapBox.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-paired-t-test/{Stories.tsx => TTest.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-parallel-coordinates/{Stories.tsx => ParallelCoordinates.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-partition/{Stories.tsx => Partition.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-rose/{Stories.tsx => Rose.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-sankey-loop/{Stories.tsx => SankeyLoop.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-sankey/{Stories.tsx => Sankey.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-world-map/{Stories.tsx => WorldMap.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-big-number/BigNumberTotal/{BigNumberTotalStories.tsx => BigNumberTotal.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-deckgl/Arc/{Stories.tsx => Arc.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-deckgl/Hex/{Stories.tsx => Hex.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-deckgl/Path/{Stories.tsx => Path.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-deckgl/Polygon/{Stories.tsx => Polygon.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-deckgl/Scatter/{Stories.tsx => ScatterStories.tsx} (100%)