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

[superset] branch master updated (de8a1fa -> 8dea7f5)

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

villebro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from de8a1fa  chore(plugin-chart-echarts): add types to controls (#18059)
     add 8dea7f5  fix(generator): more cleanup to plugin framework (#18027)

No new revisions were added by this update.

Summary of changes:
 .../docs/Contributing/creating-viz-plugins.mdx     | 137 +++++++++++++
 .../docs/installation/building-viz-plugins.mdx     | 217 ---------------------
 .../packages/generator-superset/README.md          |   7 +-
 .../generators/plugin-chart/index.js               |   5 +-
 .../generators/plugin-chart/templates/README.erb   |  70 +++----
 .../plugin-chart/templates/gitignore.erb           | 111 +++++++++++
 .../generators/plugin-chart/templates/package.erb  |  27 ++-
 .../plugin-chart/templates/src/index.erb           |   2 +-
 .../plugin-chart/templates/src/plugin/index.erb    |   2 +-
 .../plugin-chart/templates/test/index.erb          |   6 +-
 .../generator-superset/test/plugin-chart.test.js   |   1 +
 superset-frontend/webpack.config.js                |  11 +-
 12 files changed, 303 insertions(+), 293 deletions(-)
 create mode 100644 docs/src/pages/docs/Contributing/creating-viz-plugins.mdx
 delete mode 100644 docs/src/pages/docs/installation/building-viz-plugins.mdx
 create mode 100644 superset-frontend/packages/generator-superset/generators/plugin-chart/templates/gitignore.erb