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 8de2efc870 fix(Explore): Keep necessary form data to allow query mode
switching (#29234)
new dc675a5d7f fix: Workaround for Pandas.DataFrame.to_csv bug (#28755)
new 21cb4a90bb chore(sqllab): Add logging for actions (#28876)
new 13a11c2546 fix(sqllab): Do not strip comments when executing SQL
statements (#29248)
new 88967ba634 test(Explorer): Fix minor errors in ExploreViewContainer
syntax, add tests (#29249)
new a37a1da40a fix: Custom SQL filter control (#29260)
The 5 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/spec/helpers/testing-library.tsx | 24 ++++++-
.../src/SqlLab/components/ResultSet/index.tsx | 19 +++++-
.../components/RunQueryActionButton/index.tsx | 14 +++-
.../src/SqlLab/components/SaveQuery/index.tsx | 14 +++-
.../SqlLab/components/ShareSqlLabQuery/index.tsx | 7 +-
.../src/SqlLab/components/SqlEditor/index.tsx | 52 +++++++++++++--
.../SqlLab/components/TabbedSqlEditors/index.tsx | 12 +++-
.../ScopingModal/ScopingModal.test.tsx | 34 +++-------
.../ExploreViewContainer.test.tsx | 73 +++++++++++++++++++++
.../components/ExploreViewContainer/index.jsx | 5 +-
.../controls/FilterControl/AdhocFilter/index.js | 1 +
.../FilterControl/AdhocFilterEditPopover/index.jsx | 5 +-
.../AdhocFilterEditPopoverSqlTabContent.test.jsx | 74 ---------------------
.../AdhocFilterEditPopoverSqlTabContent.test.tsx | 76 ++++++++++++++++++++++
.../AdhocFilterEditPopoverSqlTabContent/index.jsx | 26 +++-----
.../AdhocMetricEditPopover.test.tsx | 7 +-
.../features/rls/RowLevelSecurityModal.test.tsx | 31 +++------
superset-frontend/src/logger/LogUtils.ts | 16 +++++
superset-frontend/src/logger/useLogAction.test.ts | 55 ++++++++++++++++
.../logger/useLogAction.ts} | 39 +++++------
superset/sqllab/query_render.py | 1 -
superset/utils/csv.py | 2 +-
tests/integration_tests/sqllab_tests.py | 4 +-
.../utils/csv_tests.py | 44 ++++++++-----
24 files changed, 437 insertions(+), 198 deletions(-)
delete mode 100644
superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/AdhocFilterEditPopoverSqlTabContent.test.jsx
create mode 100644
superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/AdhocFilterEditPopoverSqlTabContent.test.tsx
create mode 100644 superset-frontend/src/logger/useLogAction.test.ts
copy
superset-frontend/{plugins/legacy-plugin-chart-paired-t-test/src/transformProps.js
=> src/logger/useLogAction.ts} (61%)
rename tests/{integration_tests => unit_tests}/utils/csv_tests.py (77%)