This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch remove-legacy-viz-pipeline
in repository https://gitbox.apache.org/repos/asf/superset.git
from 7174af24ca4 Merge remote-tracking branch 'origin/master' into
remove-legacy-viz-pipeline
add 623348f190b chore(deps-dev): bump @typescript-eslint/eslint-plugin
from 8.64.0 to 8.65.0 in /superset-frontend in the typescript-eslint group
across 1 directory (#42512)
add fc59d9c0cf3 fix(i18n): improve french translations (#42470)
add 9cdb5552557 fix(docker): isolate tagged images from host packages
(#42249)
add 22ad3f2c34e fix(ci): make the Dependency Review check able to fail
again (#42537)
add 4a4f0685fd6 fix(reports): prevent bad-date crontab from crashing the
report scheduler for all tenants (#42486)
add 1d4c3a2adb5 fix(core): don't blank a datetime column when its format
coerces every value to NaT (#42405)
add 00c60bf2def fix(i18n): Update Japanese translations (#42444)
add 8be430014e5 fix(dashboard): make Clear All clear filters that have
default values (#42111)
add d984fb08a45 feat(explore): add download control to standalone charts
(#42238)
add 990785cfa49 Merge remote-tracking branch 'origin/master' into
remove-legacy-viz-pipeline
No new revisions were added by this update.
Summary of changes:
.github/workflows/dependency-review.yml | 1 -
docker-compose-image-tag.yml | 8 +-
scripts/change_detector.py | 1 +
superset-frontend/package-lock.json | 400 +----
superset-frontend/package.json | 2 +-
superset-frontend/src/constants.ts | 4 +
.../nativeFilters/FilterBar/FilterBar.test.tsx | 89 +-
.../components/nativeFilters/FilterBar/index.tsx | 19 +-
.../ExploreChartPanel/ExploreChartPanel.test.tsx | 86 +
.../StandaloneDownloadControl.test.tsx | 147 ++
.../StandaloneDownloadControl.tsx | 108 ++
.../explore/components/ExploreChartPanel/index.tsx | 22 +-
.../useExploreAdditionalActionsMenu/index.tsx | 208 +--
.../useExploreDataExport.test.ts | 223 +++
.../useExploreDataExport.ts | 275 ++++
.../components/Range/RangeFilterPlugin.test.tsx | 31 +-
.../filters/components/Range/RangeFilterPlugin.tsx | 10 +-
superset/tasks/cron_util.py | 19 +-
superset/translations/fr/LC_MESSAGES/messages.po | 1673 ++++++++------------
superset/translations/ja/LC_MESSAGES/messages.po | 264 +--
superset/utils/core.py | 15 +-
...dengine.py => docker_compose_image_tag_test.py} | 34 +-
tests/unit_tests/scripts/change_detector_test.py | 7 +
tests/unit_tests/tasks/test_cron_util.py | 21 +
tests/unit_tests/utils/test_core.py | 16 +
25 files changed, 1955 insertions(+), 1728 deletions(-)
create mode 100644
superset-frontend/src/explore/components/ExploreChartPanel/StandaloneDownloadControl.test.tsx
create mode 100644
superset-frontend/src/explore/components/ExploreChartPanel/StandaloneDownloadControl.tsx
create mode 100644
superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/useExploreDataExport.test.ts
create mode 100644
superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/useExploreDataExport.ts
copy tests/unit_tests/{db_engine_specs/test_tdengine.py =>
docker_compose_image_tag_test.py} (50%)