This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 28e3ba749e feat: SQL execution API for Superset (#36529)
add 2329d49f9e fix(DatasourceEditor): add mount guards and fix async race
conditions (#35810)
No new revisions were added by this update.
Summary of changes:
.../DatasourceEditor/DatasourceEditor.jsx | 128 +++-
.../DashboardLinksExternal.test.tsx | 129 ++--
.../DatasetUsageTab/DatasetUsageTab.test.tsx | 49 ++
.../components/DatasetUsageTab/index.tsx | 26 +-
.../tests/DatasourceEditor.test.tsx | 723 ++++++++++++++-------
.../tests/DatasourceEditor.test.utils.tsx | 177 +++++
.../tests/DatasourceEditorCurrency.test.tsx | 278 ++++----
.../tests/DatasourceEditorRTL.test.tsx | 129 ----
.../src/components/Datasource/utils/index.js | 12 +-
.../FiltersConfigModal/FiltersConfigModal.test.tsx | 16 +-
superset-frontend/src/database/actions.ts | 3 +-
11 files changed, 1052 insertions(+), 618 deletions(-)
create mode 100644
superset-frontend/src/components/Datasource/components/DatasourceEditor/tests/DatasourceEditor.test.utils.tsx
delete mode 100644
superset-frontend/src/components/Datasource/components/DatasourceEditor/tests/DatasourceEditorRTL.test.tsx