This is an automated email from the ASF dual-hosted git repository.
beto pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 59889a4 [setup] Fix, download_url (#8439)
add e704e29 Allow fetching all rows from results endpoint (#8389)
No new revisions were added by this update.
Summary of changes:
superset/assets/src/SqlLab/actions/sqlLab.js | 4 +-
superset/assets/src/SqlLab/components/App.jsx | 12 +++++-
.../assets/src/SqlLab/components/QueryHistory.jsx | 2 +
.../assets/src/SqlLab/components/QuerySearch.jsx | 2 +
.../assets/src/SqlLab/components/QueryTable.jsx | 15 ++++++--
.../assets/src/SqlLab/components/ResultSet.jsx | 3 +-
.../assets/src/SqlLab/components/SouthPane.jsx | 9 ++++-
.../assets/src/SqlLab/components/SqlEditor.jsx | 2 +
.../src/SqlLab/components/TabbedSqlEditors.jsx | 3 ++
superset/views/base.py | 1 +
superset/views/core.py | 19 ++++++---
superset/views/utils.py | 6 ++-
tests/core_tests.py | 45 +++++++++++++++++++++-
13 files changed, 104 insertions(+), 19 deletions(-)