This is an automated email from the ASF dual-hosted git repository.
dpgaspar pushed a change to branch 0.35
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 49d672e Update changelog
new 5cc062b [pydruid] Bumping the pydruid version (#8430)
new 391be09 fixing typo. (#8487)
new fec3dac [cli] Fix, import datasources exported by UI (#8477)
new 4c2a653 build: bump dompurify version because of nasty xss bypass.
(#8498)
new 05e2c8e bump legacy-preset-chart-nvd3 to 0.11.5 (#8558)
new bc196b4 [druid] Fix, pydruid forced dependency (#8566)
new 1645990 [fix] Improve csv upload functionality (#8457)
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
setup.py | 2 +-
superset/assets/package-lock.json | 299 +++++++++++++++++++--
superset/assets/package.json | 6 +-
superset/config.py | 2 +-
superset/connectors/druid/models.py | 10 +-
superset/connectors/druid/views.py | 2 +
superset/db_engine_specs/base.py | 18 +-
superset/db_engine_specs/hive.py | 2 +-
superset/examples/world_bank.py | 2 +-
superset/translations/en/LC_MESSAGES/messages.po | 3 +-
superset/translations/fr/LC_MESSAGES/messages.json | 2 +-
superset/translations/fr/LC_MESSAGES/messages.po | 4 +-
superset/translations/it/LC_MESSAGES/messages.json | 4 +-
superset/translations/it/LC_MESSAGES/messages.po | 3 +-
superset/translations/ko/LC_MESSAGES/messages.po | 2 +-
superset/translations/messages.pot | 3 +-
superset/translations/ru/LC_MESSAGES/messages.json | 6 +-
superset/translations/ru/LC_MESSAGES/messages.po | 4 +-
superset/translations/zh/LC_MESSAGES/messages.json | 4 +-
superset/translations/zh/LC_MESSAGES/messages.po | 4 +-
superset/utils/import_datasource.py | 2 +-
superset/views/base.py | 10 +-
superset/views/core.py | 2 +-
superset/views/database/forms.py | 12 +-
superset/views/database/views.py | 66 +++--
tests/core_tests.py | 86 +++++-
tests/dict_import_export_tests.py | 21 ++
27 files changed, 485 insertions(+), 96 deletions(-)