This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a change to branch 5.0
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 266fb7f2ad fix(explore): Glitch in a tooltip with metric's name 
(#32499)
     new d0a5bd83c3 fix(beat): prune_query celery task args fix (#32511)
     new 405bc269d4 fix(Slack): Fix Slack recipients migration to V2 (#32336)
     new 2df776e944 fix: Show response message as default error (#32507)
     new d33b81a43c fix: keep calculated columns when datasource is updated 
(#32523)
     new d493c9d3ca fix(migrations): Handle comparator None in old time 
comparison migration (#32538)
     new 91ba5b3c9e fix(sqllab): Allow clear on schema and catalog (#32515)
     new 586d88c9ca fix: add DateOffset to json serializer (#32532)
     new a0321945cc fix: Log table retention policy (#32572)
     new bdb9f48044 fix(Slack V2): Specify the filename for the Slack upload 
method (#32599)
     new 2f9edd3b0e fix(dashboard): Support bigint value in native filters 
(#32549)
     new 1f34e3cf7c fix(welcome): perf on distinct recent activities (#32608)

The 11 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/connection/callApi/parseResponse.ts        |  19 +-
 .../superset-ui-core/src/query/types/Query.ts      |   6 +-
 .../src/query/types/QueryResponse.ts               |   2 +-
 .../formatters/finestTemporalGrain.test.ts         |   8 +
 .../time-format/formatters/finestTemporalGrain.ts  |   4 +
 .../superset-ui-core/src/utils/lruCache.ts         |   4 +
 .../superset-ui-core/test/utils/lruCache.test.ts   |   4 +
 .../src/BigNumber/BigNumberViz.tsx                 |   1 +
 .../src/Heatmap/transformProps.ts                  |   2 +-
 .../plugins/plugin-chart-echarts/src/types.ts      |   2 +-
 .../plugin-chart-echarts/src/utils/series.ts       |   2 +-
 .../plugin-chart-echarts/test/index.test.ts        |   2 +-
 superset-frontend/src/components/Chart/Chart.tsx   |  11 +-
 .../components/Chart/ChartErrorMessage.test.tsx    |  84 ++++
 .../src/components/Chart/ChartErrorMessage.tsx     |  10 +-
 .../src/components/DatabaseSelector/index.tsx      |   2 +
 .../src/components/Datasource/utils.js             |  14 +-
 .../src/components/Datasource/utils.test.tsx       | 202 ++++++++
 .../ErrorMessage/ErrorMessageWithStackTrace.tsx    |   1 -
 .../src/features/home/ActivityTable.tsx            |  14 +-
 superset-frontend/src/features/home/types.ts       |  12 +
 .../components/Select/SelectFilterPlugin.test.tsx  |  21 +
 superset-frontend/src/filters/utils.ts             |   3 +
 superset-frontend/src/pages/Home/Home.test.tsx     |  44 +-
 superset-frontend/src/pages/Home/index.tsx         |   2 +-
 superset-frontend/src/views/CRUD/utils.tsx         |   9 +-
 .../commands/{sql_lab/query.py => logs/prune.py}   |  18 +-
 superset/commands/report/execute.py                |  78 +--
 superset/config.py                                 |  10 +-
 ...9123a_update_charts_with_old_time_comparison.py |   2 +-
 superset/reports/notifications/slack.py            |   4 +-
 superset/reports/notifications/slackv2.py          |  18 +-
 superset/reports/schemas.py                        |  16 +-
 superset/tasks/scheduler.py                        |  39 +-
 superset/utils/core.py                             |  14 +-
 superset/utils/json.py                             |   3 +
 superset/utils/slack.py                            |  25 +-
 ...update_charts_with_old_time_comparison__test.py |  28 ++
 tests/integration_tests/reports/commands_tests.py  | 140 +++++-
 tests/integration_tests/reports/utils.py           |   6 +-
 tests/integration_tests/utils_tests.py             | 555 +--------------------
 tests/unit_tests/commands/report/execute_test.py   |  77 +++
 tests/unit_tests/utils/json_tests.py               |  88 +++-
 tests/unit_tests/utils/slack_test.py               |  16 +-
 tests/unit_tests/utils/test_core.py                | 474 ++++++++++++++++++
 45 files changed, 1407 insertions(+), 689 deletions(-)
 create mode 100644 
superset-frontend/src/components/Chart/ChartErrorMessage.test.tsx
 create mode 100644 superset-frontend/src/components/Datasource/utils.test.tsx
 copy superset/commands/{sql_lab/query.py => logs/prune.py} (86%)

Reply via email to