This is an automated email from the ASF dual-hosted git repository.
lilykuang pushed a change to branch table-time-comparison-blank
in repository https://gitbox.apache.org/repos/asf/superset.git
omit 6edf76bb94 fix: table with time comparison shows blank columns when
dimension is numeric
omit 07527fbbce Table with Time Comparison:
omit 6cdbeabe93 - cherry pick 2c00cc534c5906c6b4bcf7a1e22a87021d0b88d2
omit 515095b33a remove import
omit f120f11f24 Add ut
omit e48a69a4b7 Fix ut
omit 126cae89e8 Use control header
omit c2f26f0f4a fix
omit a0643fb1d2 Fix typo
omit 6bde1c887f Support multiple time filters
omit f8caae55c8 Update comment
omit 2f7feff1c1 feat: Add comparison time label to Big Number with Period
over Period plugin
omit ce68f62655 refactor: Move fetchTimeRange to core package (#27852)
omit 8c91af23ff feat(plugin): color option for table with time comparison
(#27716)
omit ae3c1e7031 feat(time-comparison-table): show and hide time comparison
columns (#27446)
omit 4d1b4ab3ab Table with Time Comparison:
omit 10c7ffdad2 Table with Time Comparison:
omit 4e59d842d9 Table with Time Comparison:
omit ea852c8ecc Table with Time Comparison:
omit c8437d0f19 Table with Time Comparison:
omit ca5d2f0a5d Table with Time Comparison:
omit 26ef8ac21f Table with Time Comparison:
omit 16db8fd80e Table with Time Comparison:
omit fa69c24b9a Table with Time Comparison:
omit 4acc2b9443 Table with Time Comparison:
omit 806df6447f refactor(plugins): Time Comparison Utils
add 026c75e018 fix(dashboard): missing null check in error extra (#27845)
add 54942e2eaa fix: row limits & row count labels are confusing (#27700)
add a39971abcd chore(sql_parse): Strip leading/trailing whitespace in
Jinja macro extraction (#27842)
add 40fdbd1d05 chore(sql_parse): Provide more meaningful SQLGlot errors
(#27858)
add 1b7f599107 chore: Default to engine specification regarding using
wildcard (#27843)
add 300669f1e7 fix(bar-chart): change legend padding for horizontal
orientation (#27883)
add 899cd0eda8 chore(sqllab): Do not strip comments when executing SQL
statements (#27725)
add ecc6ced4d4 fix(Dashboard): Add border to row when hovering HoverMenu
in edit mode (#27593)
add cb39fcd67d fix: add mariadb engine spec same as MySQL (#27919)
add 23cd2b138b fix(frontend): allow "constructor" property in response
data (#25407)
add 73ddc98e33 refactor(plugins): Time Comparison Utils
add 5b39e631f8 Table with Time Comparison:
add 85e2979866 Table with Time Comparison:
add eab5a92307 Table with Time Comparison:
add 6ae54613d6 Table with Time Comparison:
add caea5dc408 Table with Time Comparison:
add 9155206702 Table with Time Comparison:
add 87c2b6a6f7 Table with Time Comparison:
add e5e7772ee9 Table with Time Comparison:
add 9f2cb1528d Table with Time Comparison:
add e157eb7640 Table with Time Comparison:
add 29f45113f7 feat(time-comparison-table): show and hide time comparison
columns (#27446)
add afe7eaf8b3 feat(plugin): color option for table with time comparison
(#27716)
add 1804edc625 refactor: Move fetchTimeRange to core package (#27852)
add d031c6cf4a feat: Add comparison time label to Big Number with Period
over Period plugin
add 46abc25db7 Update comment
add 7d88d36412 Support multiple time filters
add 8b00560061 Fix typo
add d77d3931f7 fix
add 5cf4db2f39 Use control header
add 4f79f29b65 Fix ut
add a735d34342 Add ut
add d9c7510c29 remove import
add 4d0183222d - cherry pick 2c00cc534c5906c6b4bcf7a1e22a87021d0b88d2
add dcd9856434 Table with Time Comparison:
add 57f3eec08c fix: table with time comparison shows blank columns when
dimension is numeric
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6edf76bb94)
\
N -- N -- N refs/heads/table-time-comparison-blank (57f3eec08c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../src/connection/callApi/parseResponse.ts | 6 +++-
.../src/query/types/QueryResponse.ts | 1 +
.../test/connection/callApi/parseResponse.test.ts | 12 +++++--
.../src/Timeseries/transformers.ts | 13 ++++++--
.../plugins/plugin-chart-table/test/testData.ts | 1 +
.../Chart/DrillBy/useResultsTableView.tsx | 2 ++
.../ErrorMessage/DatabaseErrorMessage.test.tsx | 9 +++++-
.../ErrorMessage/DatabaseErrorMessage.tsx | 4 +--
.../src/components/FilterableTable/index.tsx | 7 +++-
.../DashboardBuilder/DashboardBuilder.tsx | 5 +++
.../dashboard/components/gridComponents/Row.jsx | 16 ++++++++--
.../dashboard/components/menu/HoverMenu.test.tsx | 16 +++++++++-
.../src/dashboard/components/menu/HoverMenu.tsx | 19 +++++++++++
.../src/explore/components/ChartPills.tsx | 2 +-
.../components/DataTableControl/RowCount.test.tsx | 36 ---------------------
.../explore/components/DataTableControl/index.tsx | 9 ------
.../components/DataTableControls.tsx | 5 +--
.../DataTablesPane/components/SamplesPane.tsx | 4 +++
.../components/SingleQueryResultPane.tsx | 2 ++
.../DataTablesPane/components/useResultsPane.tsx | 3 +-
.../DataTablesPane/test/DataTablesPane.test.tsx | 5 +++
.../test/ResultsPaneOnDashboard.test.tsx | 4 +++
.../DataTablesPane/test/SamplesPane.test.tsx | 2 ++
.../src/explore/components/DataTablesPane/types.ts | 2 ++
.../RowCountLabel/RowCountLabel.test.tsx | 2 +-
.../src/explore/components/RowCountLabel/index.tsx | 10 ++++--
superset/common/query_actions.py | 2 ++
superset/common/query_context_processor.py | 1 +
superset/common/utils/query_cache_manager.py | 5 +++
superset/databases/api.py | 2 +-
superset/databases/utils.py | 1 -
.../entry.py => db_engine_specs/mariadb.py} | 8 ++---
superset/models/helpers.py | 1 +
superset/sql_lab.py | 1 -
superset/sql_parse.py | 18 ++++++++---
superset/views/core.py | 2 ++
superset/viz.py | 2 ++
tests/integration_tests/databases/api_tests.py | 4 +--
tests/integration_tests/sqllab_tests.py | 37 ++++++++++++----------
tests/unit_tests/sql_parse_tests.py | 13 +++++---
40 files changed, 195 insertions(+), 99 deletions(-)
delete mode 100644
superset-frontend/src/explore/components/DataTableControl/RowCount.test.tsx
copy superset/{commands/temporary_cache/entry.py =>
db_engine_specs/mariadb.py} (83%)