This is an automated email from the ASF dual-hosted git repository.
villebro pushed a change to branch 0.34
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 20e68c8 Set version to 0.34.0 (no rcN)
add de21a7f Fix: There was an issue fetching the favorite status of this
dashboard #6824 (#8013)
add 85f959f [fix] Allow dashboard viewer auto refresh dashboard (#8014)
add f85ba81 [bugfix] Fix deck_polygon metric bug and update examples
chart (#8025)
add 66340f1 fix: handle case where result exists but corresponding query
cannot be found (#8037)
add 08f19f1 fix: onSave datasource raises React error (#8049)
add 6f6e068 Set disableErrorBoundary in SuperChart to fix chart error
handling (#8052)
add 4e49b8f Fixed Histogram visualization bug. (#8077)
add 20a0595 Fix to Werkzeug ProxyFix; expose ProxyFix configuration items
(#8117)
add a8b0548 Add check for calls to cache_key_wrapper (#8128)
add 3136af1 [bugfix] fix timegrain addon regression (#8165)
add c5249ce Make orderby native sqla construct (#8180)
add 92481b7 [bugfix] Correctly quote table and schema in select_star
(#8181)
add 7326f37 [feat] Add d3 legend formatting for Arc, Polygon and Scatter
deck.gl maps (#7951)
new 9e6c0ab Update core.py (#8191)
new 7ca58f0 adding spaces missing from string concatenations (#8126)
new eb3cb95 fix: issues #8041 - bubble support for complex metrics (#8044)
The 3 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:
.gitignore | 1 +
UPDATING.md | 13 ++++-
setup.py | 2 +-
superset/__init__.py | 5 +-
.../components/HeaderActionsDropdown_spec.jsx | 8 +--
.../components/RefreshIntervalModal_spec.jsx | 8 +++
.../explore/components/MetricsControl_spec.jsx | 7 +++
superset/assets/src/chart/ChartRenderer.jsx | 1 +
.../assets/src/dashboard/actions/dashboardState.js | 6 +--
.../dashboard/components/HeaderActionsDropdown.jsx | 25 ++++++----
.../dashboard/components/RefreshIntervalModal.jsx | 19 +++++---
.../src/dashboard/reducers/dashboardState.js | 2 +-
.../explore/components/controls/MetricsControl.jsx | 6 ++-
.../assets/src/explore/controlPanels/DeckArc.js | 1 +
.../src/explore/controlPanels/DeckPolygon.js | 2 +-
.../src/explore/controlPanels/DeckScatter.js | 1 +
.../assets/src/explore/controlPanels/Separator.js | 2 +-
superset/assets/src/explore/controls.jsx | 12 ++++-
superset/assets/src/visualizations/Legend.jsx | 30 +++++++++++-
.../deckgl/CategoricalDeckGLContainer.jsx | 1 +
.../deckgl/layers/Polygon/Polygon.jsx | 1 +
superset/config.py | 4 +-
superset/connectors/sqla/models.py | 40 +++++++++++++--
superset/db_engine_specs/athena.py | 2 +-
superset/db_engine_specs/base.py | 57 ++++++++++++++--------
superset/db_engine_specs/bigquery.py | 2 +-
superset/db_engine_specs/clickhouse.py | 2 +-
superset/db_engine_specs/db2.py | 2 +-
superset/db_engine_specs/drill.py | 2 +-
superset/db_engine_specs/druid.py | 2 +-
superset/db_engine_specs/impala.py | 2 +-
superset/db_engine_specs/kylin.py | 2 +-
superset/db_engine_specs/mssql.py | 2 +-
superset/db_engine_specs/mysql.py | 2 +-
superset/db_engine_specs/oracle.py | 2 +-
superset/db_engine_specs/pinot.py | 4 +-
superset/db_engine_specs/postgres.py | 2 +-
superset/db_engine_specs/presto.py | 2 +-
superset/db_engine_specs/snowflake.py | 2 +-
superset/db_engine_specs/sqlite.py | 2 +-
superset/db_engine_specs/teradata.py | 2 +-
superset/examples/deck.py | 50 +++++++++++++++----
superset/views/core.py | 13 +++--
superset/viz.py | 22 ++++++---
tests/db_engine_specs_test.py | 35 +++++++------
tests/model_tests.py | 28 +++++++++--
tests/sqla_models_tests.py | 20 +++++++-
47 files changed, 339 insertions(+), 119 deletions(-)