You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ch...@apache.org on 2019/03/25 22:46:04 UTC

[incubator-superset] branch lyftga updated (dfc0010 -> 959199d)

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

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


    from dfc0010  [SQL Lab] Improved query and results tabs rendering reliability (#7082)
     new 98cf417  Fix filter_box migration PR #6523 (#7066)
     new 959199d  SQL editor layout makeover (#7102)

The 3928 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/cypress/integration/sqllab/tabs.js |   2 +-
 superset/assets/package-lock.json                  |  43 ++----
 superset/assets/src/SqlLab/components/App.jsx      |  16 +--
 .../assets/src/SqlLab/components/ResultSet.jsx     |   4 +-
 .../assets/src/SqlLab/components/SouthPane.jsx     |  13 +-
 .../assets/src/SqlLab/components/SqlEditor.jsx     |  72 +++++-----
 .../src/SqlLab/components/SqlEditorLeftBar.jsx     |  16 +--
 .../src/SqlLab/components/TabbedSqlEditors.jsx     | 108 +++++++--------
 superset/assets/src/SqlLab/main.less               | 152 +++++++++++++--------
 .../components/FilterableTable/FilterableTable.jsx |  19 ++-
 .../FilterableTable/FilterableTableStyles.css      |   3 -
 superset/assets/src/components/TableSelector.css   |   2 +-
 .../src/dashboard/stylesheets/dashboard.less       |  12 +-
 .../assets/stylesheets/less/cosmo/bootswatch.less  |  36 ++---
 superset/assets/stylesheets/less/index.less        |  19 +++
 superset/assets/stylesheets/superset.less          |  15 +-
 superset/connectors/druid/models.py                |   4 +-
 .../versions/fb13d49b72f9_better_filters.py        |  40 +++---
 superset/templates/superset/basic.html             |   4 +-
 .../{load_examples_test.py => migration_tests.py}  |  37 ++---
 20 files changed, 332 insertions(+), 285 deletions(-)
 copy tests/{load_examples_test.py => migration_tests.py} (56%)