You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2021/03/17 04:00:40 UTC

[superset] branch master updated (72d19b6 -> bd1d6ac)

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

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


    from 72d19b6  fix(sqllab): Table name and schema are encoded twice during fetching table metadata on SQL Lab page. (#13636)
     add bd1d6ac  fix(query): order by adhoc metrics should trigger group by (#13434)

No new revisions were added by this update.

Summary of changes:
 .../{histogram.test.js => histogram.test.ts}       |   10 +-
 .../explore/visualizations/table.test.ts           |   22 +-
 superset-frontend/cypress-base/package-lock.json   | 8731 +++++++++++++++++++-
 superset-frontend/cypress-base/package.json        |    2 +
 superset-frontend/package-lock.json                |   16 +-
 superset-frontend/package.json                     |    4 +-
 .../src/explore/components/DisplayQueryButton.jsx  |   12 +-
 superset/common/query_actions.py                   |   14 +-
 superset/common/query_context.py                   |    4 +-
 superset/common/query_object.py                    |   31 +-
 superset/connectors/base/models.py                 |    9 +-
 superset/connectors/sqla/models.py                 |  200 +-
 superset/db_engine_specs/base.py                   |    3 +-
 superset/db_engine_specs/pinot.py                  |    3 +-
 superset/models/core.py                            |    2 +-
 superset/typing.py                                 |    4 +-
 superset/utils/core.py                             |    2 +-
 superset/utils/pandas_postprocessing.py            |    3 +-
 superset/viz.py                                    |    6 +-
 tests/fixtures/birth_names_dashboard.py            |    2 +-
 tests/model_tests.py                               |    2 +-
 tests/security_tests.py                            |   15 +-
 22 files changed, 8911 insertions(+), 186 deletions(-)
 rename superset-frontend/cypress-base/cypress/integration/explore/visualizations/{histogram.test.js => histogram.test.ts} (94%)