You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2022/12/29 00:52:31 UTC

[superset] branch refactor-tc updated (3ec47526b9 -> 1e1b34c711)

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

hugh pushed a change to branch refactor-tc
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 3ec47526b9 add todo for bug
     add 87617095b9 chore: Bump Pillow to 9.3.0 (#22489)
     add 9e81c3a119 feat: update time comparison choices (again) (#22458)
     add 7926a43aed refactor: rename filter_rel_fields to base_related_field_filters (#22508)
     add b6d39d194c feat(trino): support early cancellation of queries (#22498)
     add 1e1b34c711 Merge branch 'master' of https://github.com/apache/superset into refactor-tc

No new revisions were added by this update.

Summary of changes:
 requirements/development.txt                       |  2 +-
 setup.py                                           |  2 +-
 .../src/sections/advancedAnalytics.tsx             |  2 +
 .../src/controlPanel.tsx                           |  2 +
 .../legacy-plugin-chart-rose/src/controlPanel.tsx  |  2 +
 .../legacy-preset-chart-nvd3/src/NVD3Controls.tsx  |  2 +
 superset-frontend/src/SqlLab/actions/sqlLab.js     |  6 ++-
 .../src/SqlLab/actions/sqlLab.test.js              | 31 ++++++++++++
 .../src/SqlLab/components/ResultSet/index.tsx      | 26 +++++-----
 .../SqlLab/components/SqlEditorTabHeader/index.tsx |  4 +-
 superset-frontend/src/SqlLab/reducers/sqlLab.js    | 29 ++++++-----
 .../src/explore/controlPanels/sections.tsx         |  2 +
 .../src/views/CRUD/data/query/QueryList.test.tsx   |  3 +-
 .../src/views/CRUD/data/query/QueryList.tsx        | 34 ++++++++++---
 .../CRUD/data/query/QueryPreviewModal.test.tsx     |  3 +-
 superset-frontend/src/views/CRUD/types.ts          | 10 +---
 superset/charts/api.py                             |  2 +-
 superset/constants.py                              |  3 ++
 superset/dashboards/api.py                         |  2 +-
 superset/datasets/api.py                           |  2 +-
 superset/db_engine_specs/base.py                   | 52 ++++++++++++-------
 superset/db_engine_specs/hive.py                   |  2 +-
 superset/db_engine_specs/presto.py                 |  2 +-
 superset/db_engine_specs/trino.py                  | 23 ++++++++-
 superset/queries/api.py                            |  4 +-
 superset/queries/saved_queries/api.py              |  2 +-
 superset/reports/api.py                            |  2 +-
 superset/sql_lab.py                                | 42 ++++++++-------
 superset/views/base_api.py                         | 24 +++++----
 superset/views/filters.py                          |  2 +-
 tests/unit_tests/db_engine_specs/test_trino.py     | 59 ++++++++++++++++++++++
 31 files changed, 277 insertions(+), 106 deletions(-)