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

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


    from fbf4080  0.33.0rc1.dev2
     new 4a970cf  [dashboard] allow user re-order top-level tabs (#7390)
     new 9fdbfcd  [SQL Lab] Old query showing success state but not showing 
results (#7628)
     new 642d6c1  [SQL Lab] Prevent failed query error from disappearing (#7624)
     new 2b6e8f5  Allow trailing spaces in simple filter values (#7617)
     new 33d9032  [dashboard] click tab anchor link (#7640)
     new 5c607c1  [SQL Lab] Show warning when user used up localStorage (#7572)
     new 123d5b5  [dashboard] pass dashboard filters to share chart url in 
dropdown (#7642)
     new cc7ef2e  0.33.0rc1.dev3

The 8 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                  |  2 +-
 superset/assets/package.json                       |  2 +-
 .../dashboard/actions/dashboardLayout_spec.js      | 67 +++++++++++++++++++++-
 .../spec/javascripts/sqllab/SouthPane_spec.jsx     | 14 ++++-
 .../spec/javascripts/sqllab/SqlEditor_spec.jsx     |  1 -
 .../sqllab/utils/emptyQueryResults_spec.js}        | 37 ++++++------
 superset/assets/src/SqlLab/App.jsx                 | 18 +++++-
 superset/assets/src/SqlLab/components/App.jsx      | 39 ++++++++++++-
 .../assets/src/SqlLab/components/SouthPane.jsx     |  9 ++-
 .../assets/src/SqlLab/components/SqlEditor.jsx     |  1 +
 superset/assets/src/SqlLab/constants.js            | 15 +++++
 .../assets/src/SqlLab/reducers/getInitialState.js  |  1 +
 superset/assets/src/SqlLab/reducers/index.js       |  2 +
 .../reducers/{common.js => localStorageUsage.js}   |  2 +-
 superset/assets/src/SqlLab/reducers/sqlLab.js      |  5 +-
 .../utils/emptyQueryResults.js}                    | 23 ++++++--
 superset/assets/src/chart/Chart.jsx                |  9 ++-
 superset/assets/src/chart/ChartRenderer.jsx        |  8 +--
 superset/assets/src/components/AnchorLink.jsx      |  4 +-
 .../src/dashboard/actions/dashboardLayout.js       | 29 +++++++++-
 .../src/dashboard/components/DashboardBuilder.jsx  |  7 ++-
 .../dashboard/components/gridComponents/Chart.jsx  |  2 +-
 .../dashboard/components/gridComponents/Tab.jsx    |  5 --
 superset/assets/src/dashboard/containers/Chart.jsx |  2 +-
 .../src/dashboard/reducers/getInitialState.js      |  4 ++
 superset/connectors/base/models.py                 |  2 +-
 tests/druid_func_tests.py                          |  9 ++-
 27 files changed, 258 insertions(+), 61 deletions(-)
 copy superset/assets/{cypress/integration/explore/visualizations/filter_box.js 
=> spec/javascripts/sqllab/utils/emptyQueryResults_spec.js} (50%)
 copy superset/assets/src/SqlLab/reducers/{common.js => localStorageUsage.js} 
(93%)
 copy superset/assets/src/{components/BootstrapSliderWrapper.css => 
SqlLab/utils/emptyQueryResults.js} (61%)

Reply via email to