This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from 28272527fc fix(sqllab): infinite fetching status after results are
landed (#25814)
new 925c63d4a6 fix: Fires onChange when clearing all values of single
select (#25853)
new d5901140a7 fix: the temporal x-axis results in a none time_range.
(#25429)
new 4534a070df fix(table chart): Show Cell Bars correctly #25625 (#25707)
new a368c8dd82 fix: remove `update_charts_owners` (#25843)
The 4 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:
.../plugins/plugin-chart-table/src/TableChart.tsx | 12 ++++-
.../plugin-chart-table/test/TableChart.test.tsx | 59 ++++++++++++++++++++++
.../src/components/Select/AsyncSelect.test.tsx | 28 ++++++++++
.../src/components/Select/Select.test.tsx | 28 ++++++++++
superset-frontend/src/components/Select/Select.tsx | 2 +-
superset/common/query_object_factory.py | 45 +++++++++++++++--
superset/daos/dashboard.py | 9 ----
superset/dashboards/commands/create.py | 1 -
superset/dashboards/commands/update.py | 1 -
tests/integration_tests/dashboards/api_tests.py | 49 ------------------
tests/unit_tests/common/test_process_time_range.py | 48 ++++++++++++++++++
11 files changed, 216 insertions(+), 66 deletions(-)
create mode 100644 tests/unit_tests/common/test_process_time_range.py