This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch 4.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from 5c567895cc fix: Provide more inclusive error handling for saved
queries (#27644)
new a024b4ac1b fix(explore): drag and drop indicator UX (#27558)
new 2fa1b35c16 perf(explore): virtualized datasource field sections
(#27625)
new bb5c0b4086 fix: reduce alert error to warning (#27744)
The 3 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:
superset-frontend/package-lock.json | 19 ++
superset-frontend/package.json | 1 +
.../DatasourcePanel/DatasourcePanel.test.tsx | 12 ++
.../DatasourcePanel/DatasourcePanelItem.test.tsx | 168 +++++++++++++++
.../DatasourcePanel/DatasourcePanelItem.tsx | 234 +++++++++++++++++++++
.../explore/components/DatasourcePanel/index.tsx | 219 +++++--------------
.../ExploreContainer/ExploreContainer.test.tsx} | 64 +++---
.../explore/components/ExploreContainer/index.tsx | 60 ++++++
.../components/ExploreViewContainer/index.jsx | 44 ++--
.../DndColumnSelectControl/DndSelectLabel.tsx | 10 +-
.../components/controls/OptionControls/index.tsx | 92 ++++++--
superset-frontend/src/pages/Chart/Chart.test.tsx | 3 +
superset/commands/report/alert.py | 2 +-
13 files changed, 687 insertions(+), 241 deletions(-)
create mode 100644
superset-frontend/src/explore/components/DatasourcePanel/DatasourcePanelItem.test.tsx
create mode 100644
superset-frontend/src/explore/components/DatasourcePanel/DatasourcePanelItem.tsx
copy
superset-frontend/src/{dashboard/components/DashboardBuilder/DashboardWrapper.test.tsx
=> explore/components/ExploreContainer/ExploreContainer.test.tsx} (57%)
create mode 100644
superset-frontend/src/explore/components/ExploreContainer/index.tsx