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/21 00:21:00 UTC

[incubator-superset] branch lyftga updated (0e1a3d3 -> 7bc3006)

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 0e1a3d3  Allow LIMIT to be specified in parameters (#7052)
     new 0c65b3f  [fix] Cursor jumping when editing chart and dashboard titles (#7038)
     new c65a166  Changing time table viz to pass formatTime a date (#7020)
     new 771d212  [db-engine-spec] Aligning Hive/Presto partition logic (#7007)
     new fa73a8d  [fix] explore chart from dashboard missed slice title (#7046)
     new 8d6e3f1  fix inaccurate data calculation with adata rolling and contribution (#7035)
     new 6d0752c  Adding warning message for sqllab save query (#7028)
     new bd2a8b5  [datasource] Ensuring consistent behavior of datasource editing/saving. (#7037)
     new 81a1287  [csv-upload] Fixing message encoding (#6971)
     new 6a7d5fc  [sql-parse] Fixing LIMIT exceptions (#6963)
     new ee85089  Adding custom control overrides (#6956)
     new 7bc3006  [sqlparse] Fixing table name extraction for ill-defined query (#7029)

The 3924 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:
 .../assets/src/SqlLab/components/SaveQuery.jsx     | 14 ++++++++++
 .../assets/src/SqlLab/components/SqlEditor.jsx     |  3 +++
 .../src/SqlLab/components/TabbedSqlEditors.jsx     |  4 +++
 superset/assets/src/components/EditableTitle.jsx   | 30 +++++++++------------
 .../assets/src/dashboard/actions/dashboardState.js |  5 +++-
 .../explore/components/controls/MetricsControl.jsx | 31 +++++++++++++++++++---
 .../controlPanels/extraOverrides.js}               |  6 ++---
 superset/assets/src/explore/controlPanels/index.js |  5 ++--
 .../src/visualizations/TimeTable/TimeTable.jsx     |  3 ++-
 superset/config.py                                 |  3 +++
 superset/db_engine_specs.py                        | 24 +++++++++--------
 superset/sql_parse.py                              | 25 ++++++++---------
 superset/views/base.py                             |  1 +
 superset/views/core.py                             |  2 +-
 superset/views/datasource.py                       | 11 +-------
 superset/viz.py                                    |  8 +++---
 tests/db_engine_specs_test.py                      | 14 ++++++++++
 tests/sql_parse_tests.py                           |  5 ++++
 18 files changed, 125 insertions(+), 69 deletions(-)
 copy superset/assets/src/{chart/chart.css => explore/controlPanels/extraOverrides.js} (84%)