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/10/19 05:38:38 UTC

[incubator-superset] branch master updated (a1f8429 -> 735123d)

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 a1f8429  chore: make config ENABLE_REACT_CRUD_VIEWS = True by default (#11259)
     add 735123d  refactor: Refactor QueryTable to use react-table (#11216)

No new revisions were added by this update.

Summary of changes:
 .../spec/javascripts/sqllab/App_spec.jsx           |   9 --
 .../spec/javascripts/sqllab/QueryTable_spec.jsx    |  18 ++--
 superset-frontend/src/SqlLab/components/App.jsx    |  37 -------
 .../src/SqlLab/components/QuerySearch.jsx          |  28 ++++--
 .../src/SqlLab/components/QueryTable.jsx           | 110 +++++++++++----------
 5 files changed, 90 insertions(+), 112 deletions(-)