You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2020/09/17 04:09:16 UTC

[incubator-superset] branch master updated (cd77797 -> 5623cd6)

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

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


    from cd77797  Removed disabled linting redefined-outer-name. Url parameters are renamed where url was already defined in class attributes (#10911)
     add 5623cd6  feat: update saved query backend routing + add savedquery list (#10922)

No new revisions were added by this update.

Summary of changes:
 .../CRUD/data/savedquery/SavedQueryList_spec.jsx}  | 35 ++++++++++------------
 superset-frontend/src/featureFlags.ts              |  1 +
 superset-frontend/src/views/App.tsx                | 10 +++++--
 superset-frontend/src/views/CRUD/data/common.ts    |  5 ++--
 .../CRUD/data/savedquery/SavedQueryList.tsx}       | 31 +++++++++++--------
 superset/views/sql_lab.py                          | 14 ++++++++-
 6 files changed, 59 insertions(+), 37 deletions(-)
 copy superset-frontend/spec/javascripts/{profile/Favorites_spec.tsx => views/CRUD/data/savedquery/SavedQueryList_spec.jsx} (60%)
 copy superset-frontend/src/{components/ErrorMessage/IssueCode.tsx => views/CRUD/data/savedquery/SavedQueryList.tsx} (60%)