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 2023/01/03 20:33:45 UTC

[superset] branch create-sshtunnelconfig-tbl updated (7cc7bc8250 -> 394afc16d6)

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

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


    from 7cc7bc8250 fix requirements
     add 20599856d1 build(deps): bump qs from 6.5.2 to 6.5.3 in /superset-frontend/cypress-base (#22340)
     add 5617cb4274 chore: updating changelog and updating (#22479)
     add a2a578ad9b fix(init): Initialize _jwt_cookie_name  in AsyncQueryManager __init__  (#22314)
     add e8b85778e1 chore(deps-dev): bump @typescript-eslint/parser from 5.45.0 to 5.47.0 in /superset-websocket (#22465)
     add b7c55b05c0 build(deps): bump pip-compile-multi from 2.4.1 to 2.6.1 in /requirements (#22216)
     add aa55800ca7 build(deps): bump loader-utils from 1.4.0 to 1.4.2 in /superset-embedded-sdk (#22142)
     add 9b26794419 chore: Update dataset_id & dataset_type datasource_id & datasource_type for SPA explore (#22461)
     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 9c0d6c51f1 chore(ssh-tunnel): Refactor establishing raw connection with contextmanger (#22366)
     add c2ace8dacb fix(explore): datasource_type typo (#22543)
     add d5bf1f5b37 build(deps): bump fast-json-patch from 3.1.0 to 3.1.1 in /docs (#22557)
     add 86768a6325 build(deps): bump wheel from 0.37.0 to 0.38.1 in /requirements (#22533)
     add 839ec7ceac fix: adding missing examples for bubble chart, bullet chart, calendar heatmap chart and country map chart in the gallery (#22523)
     add 64496e8c88 fix(localization): pybabel doesn't extract plural forms from frontend  (#22507)
     add 734d423ca0 build(deps): bump json5 from 2.2.1 to 2.2.2 in /docs (#22561)
     add 7df1d70a95 fix(websocket): bump ts-node to fix startup error (#22563)
     add 38d02a10b5 fix(cypress): make test chart time range deterministic (#22567)
     add a7a4561550 fix(explore): support saving undefined time grain (#22565)
     add 7c539d2198 Merge branch 'master' of https://github.com/apache/superset into create-sshtunnelconfig-tbl
     add 394afc16d6 get df with get_raw_connection function

No new revisions were added by this update.

Summary of changes:
 .github/workflows/superset-websocket.yml           |   2 +-
 CHANGELOG.md                                       |  60 +++-
 UPDATING.md                                        |   7 +-
 docs/yarn.lock                                     |  12 +-
 requirements/development.txt                       |   2 +-
 requirements/integration.txt                       |  12 +-
 scripts/babel_update.sh                            |   2 +-
 setup.py                                           |   2 +-
 superset-embedded-sdk/package-lock.json            |  12 +-
 superset-frontend/cypress-base/package-lock.json   |  12 +-
 .../src/sections/advancedAnalytics.tsx             |   2 +
 .../src/shared-controls/sharedControls.tsx         |  11 +-
 .../superset-ui-chart-controls/src/types.ts        |   1 +
 .../src/images/example.jpg                         | Bin 0 -> 36394 bytes
 .../legacy-plugin-chart-calendar/src/index.js      |   2 +
 .../src/images/exampleGermany.jpg                  | Bin 0 -> 31211 bytes
 .../src/images/exampleUsa.jpg                      | Bin 0 -> 85089 bytes
 .../legacy-plugin-chart-country-map/src/index.js   |   3 +
 .../src/controlPanel.tsx                           |   2 +
 .../legacy-plugin-chart-rose/src/controlPanel.tsx  |   2 +
 .../src/Bubble/images/example.jpg                  | Bin 0 -> 61529 bytes
 .../legacy-preset-chart-nvd3/src/Bubble/index.js   |   2 +
 .../src/Bullet/images/example.jpg                  | Bin 0 -> 23045 bytes
 .../legacy-preset-chart-nvd3/src/Bullet/index.js   |   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/fixtures.ts           |   2 +-
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |  29 +-
 .../src/explore/controlPanels/sections.tsx         |   2 +
 .../exploreUtils/getParsedExploreURLParams.test.ts |   4 +-
 .../exploreUtils/getParsedExploreURLParams.ts      |  20 +-
 .../views/CRUD/data/dataset/DatasetList.test.jsx   |   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-websocket/.nvmrc                          |   2 +-
 superset-websocket/README.md                       |   2 +-
 superset-websocket/package-lock.json               | 400 +++++++++++++++++++--
 superset-websocket/package.json                    |   4 +-
 superset/charts/api.py                             |   2 +-
 superset/connectors/base/models.py                 |   2 +-
 superset/connectors/sqla/utils.py                  |  39 +-
 superset/connectors/sqla/views.py                  |   2 +-
 superset/constants.py                              |   3 +
 superset/dashboards/api.py                         |   2 +-
 superset/datasets/api.py                           |   2 +-
 superset/db_engine_specs/base.py                   |  68 ++--
 superset/db_engine_specs/gsheets.py                |  11 +-
 superset/db_engine_specs/hive.py                   |   2 +-
 superset/db_engine_specs/presto.py                 |  32 +-
 superset/db_engine_specs/trino.py                  |  23 +-
 superset/examples/birth_names.py                   |   7 +-
 superset/explore/api.py                            |  12 +-
 superset/explore/commands/get.py                   |  56 +--
 superset/explore/commands/parameters.py            |   4 +-
 superset/explore/exceptions.py                     |   6 +-
 superset/models/core.py                            |  15 +-
 superset/queries/api.py                            |   4 +-
 superset/queries/saved_queries/api.py              |   2 +-
 superset/reports/api.py                            |   2 +-
 superset/sql_lab.py                                | 120 +++----
 superset/sql_validators/presto_db.py               |   2 +
 superset/utils/async_query_manager.py              |   2 +-
 superset/views/base_api.py                         |  24 +-
 superset/views/filters.py                          |   2 +-
 tests/integration_tests/core_tests.py              |   2 +-
 .../db_engine_specs/presto_tests.py                |  32 +-
 tests/integration_tests/explore/api_tests.py       |  14 +-
 tests/integration_tests/sqllab_tests.py            |   6 +-
 tests/unit_tests/db_engine_specs/test_trino.py     |  59 +++
 tests/unit_tests/explore/api_test.py               |   2 +-
 75 files changed, 932 insertions(+), 365 deletions(-)
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-calendar/src/images/example.jpg
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/images/exampleGermany.jpg
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/images/exampleUsa.jpg
 create mode 100644 superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/images/example.jpg
 create mode 100644 superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/images/example.jpg