This is an automated email from the ASF dual-hosted git repository.
villebro pushed a change to branch 1.5
in repository https://gitbox.apache.org/repos/asf/superset.git
from 419316e84a fix tests
new 95e5b59c38 fix: time comparision (#19659)
new d657d813e3 fix(sql-lab): do not replace undefined schema with empty
object (#19664)
new 3c8e65960f fix(dashboard): Fix BigNumber causing dashboard to crash
when overflowing (#19688)
new 98c4d943da fix: drop the first level of MultiIndex (#19716)
new cdc136c70a fix(dnd&column): make to fix the blank state issue when
only one column select (#19651)
new 90b08fa095 chore: skip SIP-68 shadow writing for LTS
The 6 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:
.../src/operators/flattenOperator.ts | 15 +-
.../test/utils/operators/flattenOperator.test.ts | 31 ++
.../src/query/types/PostProcessing.ts | 1 +
superset-frontend/src/SqlLab/actions/sqlLab.js | 2 +-
superset-frontend/src/SqlLab/types.ts | 2 +-
.../src/components/EditableTitle/index.tsx | 9 +-
.../components/SliceHeader/SliceHeader.test.tsx | 2 +
.../src/dashboard/components/SliceHeader/index.tsx | 49 +-
.../dashboard/components/gridComponents/Chart.jsx | 17 +-
.../src/dashboard/stylesheets/dashboard.less | 8 +
.../DndColumnSelectControl/DndColumnSelect.tsx | 9 +-
superset/connectors/sqla/models.py | 501 +----------------
.../versions/b8d3a24d9131_new_dataset_models.py | 610 +--------------------
superset/tables/models.py | 13 +-
superset/utils/pandas_postprocessing/compare.py | 7 +-
superset/utils/pandas_postprocessing/flatten.py | 13 +-
tests/integration_tests/sqla_models_tests.py | 1 +
.../datasets/commands/importers/v1/import_test.py | 8 +-
tests/unit_tests/datasets/test_models.py | 15 +-
.../pandas_postprocessing/test_compare.py | 40 +-
.../pandas_postprocessing/test_flatten.py | 83 +++
tests/unit_tests/tables/test_models.py | 2 +
22 files changed, 260 insertions(+), 1178 deletions(-)