This is an automated email from the ASF dual-hosted git repository.
beto pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from fbb458f feat: add modal to import datasets (#11910)
add 33325f9 feat: add modal to import charts (#11956)
No new revisions were added by this update.
Summary of changes:
.../components/ImportModal/ImportModal.test.tsx | 22 ++++----
.../components/ImportModal/index.tsx | 36 ++++++-------
.../components/ImportModal/ImportModal.test.tsx | 2 +-
.../src/views/CRUD/chart/ChartList.tsx | 60 +++++++++++++++++-----
.../views/CRUD/chart/types.ts} | 12 +++--
superset/charts/api.py | 8 ++-
superset/charts/commands/importers/dispatcher.py | 4 +-
superset/charts/commands/importers/v1/__init__.py | 18 +++++++
superset/charts/schemas.py | 2 +
superset/datasets/schemas.py | 2 +-
tests/fixtures/importexport.py | 2 +
11 files changed, 119 insertions(+), 49 deletions(-)
copy superset-frontend/src/{datasource =>
chart}/components/ImportModal/ImportModal.test.tsx (83%)
copy superset-frontend/src/{datasource =>
chart}/components/ImportModal/index.tsx (85%)
copy superset-frontend/{prettier.config.js => src/views/CRUD/chart/types.ts}
(80%)