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 2020/11/30 21:39:54 UTC

[incubator-superset] branch hugh/SO-1117-modal updated (1344681 -> 4f647c4)

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

hugh pushed a change to branch hugh/SO-1117-modal
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 1344681  fix conflicts
     add 462b39d  fix: update chart doesn't remove all connections to dashboards (#11830)
     add b1a963b  fix: security converge downgrade procedure (#11852)
     add a4f4425  Fix chart select borders in BuilderComponentPane (#11766)
     add 0e9898c  feat(welcome): add SQL snippets to saved queries card (#11678)
     add a0b8135  fix(datasets): renaming openAPI columns (#11858)
     add 3cd94d6  feat:  Create api abstraction layer for dataset network calls (#11855)
     add 4f647c4  fix merge conflicts

No new revisions were added by this update.

Summary of changes:
 superset-frontend/images/empty-query.svg           |  25 +++++
 .../src/SqlLab/components/ResultSet.tsx            |   2 +-
 superset-frontend/src/api/dataset.ts               |  21 +++-
 .../src/components/ListViewCard/index.tsx          |   4 +-
 .../dashboard/components/BuilderComponentPane.jsx  |  12 ++-
 .../src/views/CRUD/data/query/QueryList.tsx        |  15 +--
 superset-frontend/src/views/CRUD/utils.tsx         |  17 ++-
 .../src/views/CRUD/welcome/SavedQueries.tsx        | 120 +++++++++++++++------
 superset/charts/commands/update.py                 |  13 +--
 superset/datasets/api.py                           |   2 +-
 superset/datasets/commands/update.py               |   1 -
 superset/migrations/shared/security_converge.py    |   4 +-
 tests/charts/api_tests.py                          |  61 +++++++++++
 13 files changed, 231 insertions(+), 66 deletions(-)
 create mode 100644 superset-frontend/images/empty-query.svg