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/superset.git.
from 58534b3 chore: Improves Icons storybook (#14193)
add ffcacc3 fix: new import/export CLI (#13921)
No new revisions were added by this update.
Summary of changes:
requirements/base.txt | 8 +-
requirements/development.txt | 327 ++++++++++++++--
requirements/docker.txt | 207 +++++++++-
requirements/integration.txt | 74 ++--
requirements/local.txt | 265 ++++++++++++-
requirements/testing.in | 1 +
requirements/testing.txt | 421 +++++++++++++++++++--
superset/cli.py | 57 +--
.../dashboards/commands/importers/v1/__init__.py | 2 +
superset/dashboards/commands/importers/v1/utils.py | 5 +-
superset/datasets/commands/importers/v1/utils.py | 8 +-
tests/cli_tests.py | 208 ++++++++++
tests/conftest.py | 6 +
13 files changed, 1450 insertions(+), 139 deletions(-)
create mode 100644 tests/cli_tests.py