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 2021/05/18 18:09:46 UTC

[superset] branch add-parameters-api updated (eb3009e -> 756fc02)

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

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


    from eb3009e  Update superset/models/core.py
     add 7a050c5  fix(explore): Fix column number calculation (#14665)
     add 9a9f093  Add max width (#14663)
     add b5e9854  Fix tooltip position (#14656)
     add 2320bd4  fix(sqllab): fix error message (#14651)
     add 971f588  feat: add SSL to new DB parameters (#14673)
     add 32f5f36  fix: Fixes email body when sharing a chart by email (#14664)
     add 5776dcb  Update docs for GLOBAL_ASYNC_QUERIES_TRANSPORT (#14558)
     add a7a011c  feat: Better return messages in SQL Editor (#14381)
     add 756fc02  Merge branch 'master' into add-parameters-api

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.md                                    |   2 +-
 docs/installation.rst                              |   2 +-
 .../spec/javascripts/sqllab/QuerySearch_spec.jsx   |   5 +-
 .../spec/javascripts/sqllab/QueryTable_spec.jsx    |  25 ++--
 .../spec/javascripts/sqllab/ResultSet_spec.jsx     |   5 +-
 .../spec/javascripts/sqllab/fixtures.ts            |  14 ++
 .../src/SqlLab/components/QueryTable.jsx           |  13 +-
 .../src/SqlLab/components/ResultSet.tsx            | 150 +++++++++++++++++----
 .../src/SqlLab/components/SouthPane/SouthPane.tsx  |  22 ++-
 .../src/SqlLab/components/SouthPane/state.ts       |   1 +
 .../src/SqlLab/components/SqlEditor.jsx            |   1 +
 .../src/SqlLab/components/TableElement.jsx         |   2 +-
 superset-frontend/src/SqlLab/main.less             |   6 +-
 .../components/FilterableTable/FilterableTable.tsx |   4 +-
 superset-frontend/src/components/Label/index.tsx   |   1 +
 superset-frontend/src/components/Select/styles.tsx |   2 +-
 .../components/SliceHeaderControls/index.jsx       |   1 +
 .../src/explore/components/ControlRow.tsx          |  16 ++-
 .../components/SyntaxHighlighterCopy/index.tsx     |  10 +-
 superset/db_engine_specs/base.py                   |  22 ++-
 superset/db_engine_specs/postgres.py               |   2 +
 superset/views/core.py                             |   2 +-
 tests/databases/api_tests.py                       |   4 +
 tests/db_engine_specs/postgres_tests.py            |  11 +-
 24 files changed, 257 insertions(+), 66 deletions(-)