This is an automated email from the ASF dual-hosted git repository.
christine pushed a change to branch release--0.31
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 19b588b 0.31.0rc7
new bfe1896 [cosmetic] TableSelector use <i> instead of <Button> for
refresh (#6783)
new 8c549b4 Relayout SQL Editor (#6872)
new ce76560 v0.31.0rc8
The 3827 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
superset/assets/package-lock.json | 27 ++-
superset/assets/package.json | 5 +-
.../spec/javascripts/sqllab/SouthPane_spec.jsx | 9 +-
.../spec/javascripts/sqllab/SqlEditor_spec.jsx | 5 +
superset/assets/src/SqlLab/components/App.jsx | 2 +-
.../assets/src/SqlLab/components/SouthPane.jsx | 25 ++-
.../assets/src/SqlLab/components/SqlEditor.jsx | 186 ++++++++++-----------
.../src/SqlLab/components/SqlEditorLeftBar.jsx | 3 +-
.../src/SqlLab/components/TabbedSqlEditors.jsx | 2 -
superset/assets/src/SqlLab/main.less | 70 ++++++--
superset/assets/src/components/AsyncSelect.jsx | 20 +--
superset/assets/src/components/RefreshLabel.jsx | 35 +---
...ootstrapSliderWrapper.css => RefreshLabel.less} | 11 +-
.../buttons.less => components/TableSelector.css} | 33 ++--
superset/assets/src/components/TableSelector.jsx | 149 ++++++++---------
15 files changed, 316 insertions(+), 266 deletions(-)
copy superset/assets/src/components/{BootstrapSliderWrapper.css =>
RefreshLabel.less} (85%)
copy superset/assets/src/{dashboard/stylesheets/buttons.less =>
components/TableSelector.css} (74%)